Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Richie on September 04, 2007, 07:02:45 PM

Title: Your IRCD's link block may not setup correctly
Post by: Richie on September 04, 2007, 07:02:45 PM
Hi, i'm trying to get the services working with unreal but when starting the services im getting this error in the log file:

Code: [Select]
[Sep 04 18:56:41 2007] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Sep 04 18:56:41 2007] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Sep 04 18:56:41 2007] Read error from server: Success (error num: 0)
[Sep 04 18:56:41 2007] [cs_appendtopic] Unloaded successfully
[Sep 04 18:56:41 2007] hs_request un-loaded


My link block is here:

Code: [Select]
link            services.localhost.net
{
username *;
hostname 212.159.113.88;
bind-ip *;
port 7000;
hub *;
password-connect "PASSWORD";
password-receive "PASSWORD";
class servers;
};


Can anyone help me solve the problem? Thanks
Title:
Post by: Armadillo on September 04, 2007, 07:06:30 PM
hostname and bind-ip have to be "127.0.0.1" when you're running services and the unrealircd on the same server!

[Bearbeitet am 4-9-2007 von Armadillo]
Title:
Post by: Richie on September 04, 2007, 07:15:52 PM
Thank you. Worked a treat ^^