anope prob

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
fidelcastro
Posts: 5
Joined: Wed Mar 31, 2004 10:07 pm

anope prob

Post by fidelcastro »

Uircd: 3.2 RC2
Anope. 1.6 Final

cant get them to work with each other :(

Code: Select all

*** LocOps -- Link denied for services.serverkompetenz.net([email protected]) (No link block named 'services.serverkompetenz.net') [@81.169.174.213.36870]
Uircd link settings:

Code: Select all

link services.tgcf.net
{
        username        *;
        hostname        localhost;
        bind-ip         *;
        port            6667;
        hub             *;
        password-connect "pass";
        password-receive "pass";
        class           servers;
};
Anope Settings:

Code: Select all

RemoteServer 81.169.174.213 6667 "pass"
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Your Anope is configured to connect with the wrong server name. Look through the Anope config file.

Or change the name in the link block to match the name used by your services.

Either way, this should have been posted in the Services forum.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

As aquanight said, this should be in the services forum. I've now moved it there.
-- codemastr
fidelcastro
Posts: 5
Joined: Wed Mar 31, 2004 10:07 pm

Post by fidelcastro »

didnt work

when i set servername every service name get qlined
Ron2K

Post by Ron2K »

You haven't forgotten your U-Line block, have you?
fidelcastro
Posts: 5
Joined: Wed Mar 31, 2004 10:07 pm

Post by fidelcastro »

Code: Select all

ulines {
services.h5473.serverkompetenz.net;
stats.h5473.serverkompetenz.net;
}
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Since I can see as many services server names as possible, I suggest you to make sure you always use the same server name for your Services in the link and ulines block and in the Services configuration.
fidelcastro
Posts: 5
Joined: Wed Mar 31, 2004 10:07 pm

Post by fidelcastro »

Code: Select all

7-01h5473.serverkompetenz.net07-01 *** Notice -- Link [@81.169.174.213.39070] cancelled, server h5473.serverkompetenz.net already exists from h5473.serverkompetenz.net

new error :(
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

As has been said before, you can't use autoconnect for services!
-- codemastr
fidelcastro
Posts: 5
Joined: Wed Mar 31, 2004 10:07 pm

Post by fidelcastro »

still not working i changed to dreamircd an it works great

thx anyways
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

If I'd been you, I wouldn't have changed to an other ircd. :-) But that's my own opinion. Probably you were missing only a little thing, somewhere there was an easy mistake you couldn't see that time, who knows, if you allow me a suggestion, never give up. Eventually, as you wish, this is your decision.
DeMiNe0
Posts: 50
Joined: Sat Feb 28, 2004 4:11 am

Post by DeMiNe0 »

anope 1.6 AND 1.7 run fine on unrealircd 3.2. It's somthing that was in your config that you had wrong. If you decide to go back to Unreal, i would read the docs on it.
Locked