Page 1 of 1

FATAL: Can't connect to server:

Posted: Thu Mar 10, 2011 9:41 pm
by Callumlord

Code: Select all

[Mar 10 21:39:59 2011] Loading IRCD Protocol Module: [unreal32]
[Mar 10 21:39:59 2011] status: [0][Module, Okay - No Error]
[Mar 10 21:39:59 2011] Loading Encryption Module: [enc_md5]
[Mar 10 21:39:59 2011] status: [0][Module, Okay - No Error]
[Mar 10 21:39:59 2011] Launching Anope into the background
[Mar 10 21:40:00 2011] Anope 1.8.5 (3037) (ircd protocol: UnrealIRCd 3.2+) starting up
[Mar 10 21:40:01 2011] Databases loaded
[Mar 10 21:40:01 2011] Info: Reflecting database records.
[Mar 10 21:40:22 2011] FATAL: Can't connect to server: No such file or directory

Re: FATAL: Can't connect to server:

Posted: Thu Mar 10, 2011 9:44 pm
by katsklaw
services is trying to connect to an ip/port your ircd isn't listening to.

Re: FATAL: Can't connect to server:

Posted: Fri Mar 11, 2011 7:50 am
by Callumlord

Code: Select all

listen         *:6697
{
	options
	{
		clientsonly;
	};
};

listen         *:8067;
listen         *:6667;

Code: Select all

RemoteServer   192.168.1.9 6667 "password"
#RemoteServer2  localhost 6667 "mypass"
#RemoteServer3  localhost 6667 "mypass"

Re: FATAL: Can't connect to server:

Posted: Fri Mar 11, 2011 5:42 pm
by Callumlord
UPDATE:

Code: Select all

RemoteServer   192.168.1.3 6667 "password"
#RemoteServer2  localhost 6667 "mypass"
#RemoteServer3  localhost 6667 "mypass"

Re: FATAL: Can't connect to server:

Posted: Fri Mar 11, 2011 9:02 pm
by katsklaw
that does no good at all to me since I have no clue what your ircd's IP is.