Page 1 of 1

Starting Unreal3.2.2 On RH9

Posted: Wed Nov 24, 2004 5:33 am
by SkeeLow
* Loading IRCd configuration ..
* unrealircd.conf:393: Ignoring extra data
[error] unrealircd.conf:394: unknown directive listen::Services.******.net
[error] unrealircd.conf:395: unknown directive listen::Stats.********.net
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
=====================================================
why am i getting this error ? the following is the ulines part of my config

ulines {
Services.*******.net;
Stats.*******.net;
};

Also if i remove the uline section it just give me the same eror on the die:restart part of the config

Posted: Wed Nov 24, 2004 6:30 am
by AngryWolf
I've tried and reproduced the errors you were getting, here is the configuration I made:

Code: Select all

listen 6667

ulines {
	Services.Server.Name;
	Stats.Server.Name;
};
If I'm right, you've got something like that, so in my conclusion you most likely forgot a semicolon right after the end of the listen block.

Posted: Wed Nov 24, 2004 2:32 pm
by Dukat
Paste your listen block(s), SkeeLow