Page 1 of 1

4 smalls errors probably can be solved with in seconds

Posted: Wed Mar 26, 2008 8:42 pm
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)
=====================================================

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

Posted: Wed Mar 26, 2008 8:59 pm
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.

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

Posted: Wed Mar 26, 2008 9:26 pm
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