FATAL: Can't connect to server:

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
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

FATAL: Can't connect to server:

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: FATAL: Can't connect to server:

Post by katsklaw »

services is trying to connect to an ip/port your ircd isn't listening to.
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: FATAL: Can't connect to server:

Post 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"
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: FATAL: Can't connect to server:

Post by Callumlord »

UPDATE:

Code: Select all

RemoteServer   192.168.1.3 6667 "password"
#RemoteServer2  localhost 6667 "mypass"
#RemoteServer3  localhost 6667 "mypass"
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: FATAL: Can't connect to server:

Post by katsklaw »

that does no good at all to me since I have no clue what your ircd's IP is.
Locked