Starting Unreal3.2.2 On RH9

These are old archives. They are kept for historic purposes only.
Post Reply
SkeeLow
Posts: 3
Joined: Thu Aug 05, 2004 8:17 am

Starting Unreal3.2.2 On RH9

Post 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
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Paste your listen block(s), SkeeLow
Post Reply