4 smalls errors probably can be solved with in seconds

These are old archives. They are kept for historic purposes only.
Post Reply
Daspawnx
Posts: 1
Joined: Wed Mar 26, 2008 8:35 pm

4 smalls errors probably can be solved with in seconds

Post by Daspawnx »

when testing I get this error below .. I am just asking how to solve these errors and I will be out of your hair .. I don't think I got hair any more ..
* Loading IRCd configuration ..
[warning] unrealircd.conf:255: listen with SSL flag enabled on a non SSL compile
[warning] unrealircd.conf:322: link hub.mynet.com with SSL option enabled on a non-SSL compile
[warning] unrealircd.conf:322: link hub.mynet.com with ZIP option enabled on a non-ZIP compile
[error] unrealircd.conf:538: tld::motd: ircd.motd: No such file or directory
[error] unrealircd.conf:539: tld::rules: ircd.rules: No such file or directory
[error] 4 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemingly not started)
=====================================================
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: 4 smalls errors probably can be solved with in seconds

Post by Casper »

Remove zip; flag, same for the SSL flag in the link block and make a file with the motd named ircd.motd and a file with the rules named ircd.rules and place them in the main dir of Unreal.
Ex Network-Administrator
Bunkerwaiss
Posts: 36
Joined: Thu Dec 27, 2007 8:48 am

Re: 4 smalls errors probably can be solved with in seconds

Post by Bunkerwaiss »

First

In your ALLOW block, remove the SSL; option

then

In the LINKS block

remove
SSL;
ZIP;
options

ircd.motd and ircd.rules
do what Casper says
Post Reply