Just starting

These are old archives. They are kept for historic purposes only.
Post Reply
minorkaos
Posts: 1
Joined: Sat Sep 27, 2008 4:43 pm

Just starting

Post by minorkaos »

I used to be pretty big into this stuff about 7-8 years ago. being i joined the marine corps, any intelligence i had went out the window =) that being said i am just tryin to run the new version of unreal on my computer. like on localhost just for me to mess around with and learn all over again. but it seems i am having more trouble than i remember. this is what i get...
* Loading IRCd configuration ..
* unrealircd.conf:594: Ignoring extra close brace
* unrealircd.conf:594 Ignoring extra semicolon
[warning] unrealircd.conf:255: listen with SSL flag enabled on a non SSL compile
[error] unrealircd.conf:312: link without servername
[error] unrealircd.conf:729: set::kline-address must be an e-mail or an URL
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing

Any pointers on what and where to look?
-Thanks
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: Just starting

Post by zEkE »

minorkaos wrote:I used to be pretty big into this stuff about 7-8 years ago. being i joined the marine corps, any intelligence i had went out the window =) that being said i am just tryin to run the new version of unreal on my computer. like on localhost just for me to mess around with and learn all over again. but it seems i am having more trouble than i remember. this is what i get...
* Loading IRCd configuration ..
* unrealircd.conf:594: Ignoring extra close brace
* unrealircd.conf:594 Ignoring extra semicolon
[warning] unrealircd.conf:255: listen with SSL flag enabled on a non SSL compile
[error] unrealircd.conf:312: link without servername
[error] unrealircd.conf:729: set::kline-address must be an e-mail or an URL
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing

Any pointers on what and where to look?
-Thanks
Check Line 594 (and all blocks being set before hand) for double-closed blocks.
Line 255, there is an SSL port being listened on, but SSL wasn't compiled into Unreal. Either need to recompile with SSL enabled, or remove the SSL flag from the listen block.
Line 312, indicates there is a malformed link block (see http://www.unrealircd.com/files/docs/un ... #linkblock)
Line 729 should be an email address or a URL, eg

Code: Select all

kline-address [email protected];
The last two are the critical ones, the other 2 are warnings and Unreal appears to be happy starting with them as is, just with potentially reduced functionality than expected by the configuration.
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
Post Reply