Magick II Problem
Posted: Sat Feb 19, 2005 9:19 pm
Well, my servies aren't working.
I have ->
I'm getting that for some reason.
I have ->
Code: Select all
class servers {
pingfreq 90;
maxclients 10; /* Max servers we can have linked at a time */
sendq 1000000;
connfreq 100; /* How many seconds between each connection attempt */
};
allow {
ip *;
hostname *;
class servers;
maxperip 10;
};
listen *:9666 {
options {
serversonly;
};
};
ulines {
services.(server name).com;
};
link services.(server name).com {
username *;
hostname 127.0.0.1;
bind-ip 127.0.0.1;
port 9666;
password-connect "starter";
password-receive "starter";
class servers;
};
set {
services-server services.(server name).com;
}Code: Select all
SERVER_NAME = services.(server name).com
SERVER_DESC = (server name) IRC Services
SERVICES_USER = services
SERVICES_HOST = (server name).com
OWNUSER = FALSE
SETMODE =
BIND =
REMOTE_1 = 127.0.0.1|9666|(password here)|1|1
LEVEL = 1
MAX_LEVEL = 5
LAGTIME = 15s
STOP = FALSECode: Select all
19 Feb 2005 13:31:02.812 | STARTUP | Magick 2.0 startup procedure complete.
19 Feb 2005 13:31:02.812 | STARTUP | Starting events engine ...
19 Feb 2005 13:31:02.822 | INFO | Connecting to server [127.0.0.1]:9666 ...
19 Feb 2005 13:31:02.832 | INFO | Connection established and authenticated to server [127.0.0.1]:9666.
19 Feb 2005 13:31:03.814 | NOTICE | SERVER MESSAGE (ERROR): Closing Link: services.agodbey.com[127.0.0.1] (Colliding server numeric (choose another))