Page 1 of 1

UnrealIRCd 4.0.17 & Anope 2.0.6 - ERROR: Missing password

Posted: Fri Jun 15, 2018 6:47 pm
by omasek
Hello,

I have a problem during linking UnrealIRCd 4.0.17 server & Anope 2.0.6 (services) server :

./services
Anope 2.0.6, build #2, compiled 15:37:46 Jun 15 2018
Using configuration file conf/services.conf
Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1), port 7000
Successfully connected to uplink #1 127.0.0.1:7000
ERROR: Missing password
ERROR: Closing Link: [127.0.0.1] (Missing password)


However I set up password in both config files :

unrealircd.conf

Code: Select all

link services.mynet.org
{
        incoming {
                mask 127.0.0.1;
        };

        password "New4HerS83";

        class servers;
};
services.conf

Code: Select all

uplink
{
        host = "127.0.0.1"
        ipv6 = no
        ssl = no
        port = 7000
        password = "New4HerS83"
}
Please can You help me?

Thank You

Re: UnrealIRCd 4.0.17 & Anope 2.0.6 - ERROR: Missing password

Posted: Wed Jun 27, 2018 4:13 pm
by Syzop
I've never seen that error before and I don't see anything wrong with your config.

Did you fix the problem? If so, what was it?

Re: UnrealIRCd 4.0.17 & Anope 2.0.6 - ERROR: Missing password

Posted: Tue Aug 14, 2018 10:27 pm
by GouroB
having the same problem and someone suggested

-=[04:21]=- <@Amiga600> the protocol module section services.conf - only says "unreal" but you will need to change that to "unreal4" for linking with unreal 4.x

How exactly do i do that ?

Re: UnrealIRCd 4.0.17 & Anope 2.0.6 - ERROR: Missing password

Posted: Fri Aug 17, 2018 4:05 pm
by PeGaSuS
GouroB wrote: Tue Aug 14, 2018 10:27 pm having the same problem and someone suggested

-=[04:21]=- <@Amiga600> the protocol module section services.conf - only says "unreal" but you will need to change that to "unreal4" for linking with unreal 4.x

How exactly do i do that ?
I don't know if you already managed to solve your problem, but to change the protocol to link in Anope you need to change this line in your services.conf https://github.com/anope/anope/blob/2.0 ... .conf#L266 and make it

Code: Select all

 name = "unreal4"