UnrealIRCd 4.0.17 & Anope 2.0.6 - ERROR: Missing password

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
omasek
Posts: 1
Joined: Fri Jun 15, 2018 6:35 pm

UnrealIRCd 4.0.17 & Anope 2.0.6 - ERROR: Missing password

Post 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
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

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

Post 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?
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

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

Post 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 ?
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
PeGaSuS
Official supporter
Posts: 96
Joined: Tue Jun 27, 2017 4:42 pm
Contact:

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

Post 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" 
IRC Network: PTirc - GitHub: TehPeGaSuS - Help and support: #unreal-support
Locked