Page 1 of 1

error error error

Posted: Sun Aug 17, 2008 1:31 pm
by Tino
Hi,

I installed UnrealIRCd 3.2.7 on win32.

..but I can't start the service UnrealIRCd..


service.log

* Loading IRCd configuration ..
* unrealircd.conf:5: Ignoring extra data
* unrealircd.conf:5: Ignoring extra data
* unrealircd.conf:5: Ignoring extra data
[error] unrealircd.conf:4: illegal me::name contains invalid character(s) [only a-z, 0-9, _, -, . are allowed]
[error] unrealircd.conf:54: set::network-name can only contain ASCII characters 33-126. Invalid character = '“'
[error] set::services-server is missing
[error] set::hosts::global is missing
[error] set::hosts::admin is missing
[error] set::hosts::servicesadmin is missing
[error] set::hosts::netadmin is missing
[error] set::hosts::coadmin is missing
[error] 8 errors encountered
[error] IRCd configuration failed to pass testing


unrealircd.conf

- link deleted -


Much thanks for any help!

Re: error error error

Posted: Sun Aug 17, 2008 2:24 pm
by Jobe
[error] unrealircd.conf:4: illegal me::name contains invalid character(s) [only a-z, 0-9, _, -, . are allowed]
Start by fixing that error. In this case me::name = me { name "";

Re: error error error

Posted: Sun Aug 17, 2008 2:51 pm
by Tino
Thanks!! I think it worked..

I completed also the missing set-options..

But now..

service.log

* Loading IRCd configuration ..
[error] ERROR: No cloaking module loaded. (hint: you probably want to load modules\cloak.dll)
[error] If you are upgrading from 3.2 (or any older version), be sure to read the release notes or www.vulnscan.org/tmp/newcloak.txt regarding the cloaking change!
[error] IRCd configuration failed to pass testing

Where do I get a cloak.dll ??

Re: error error error

Posted: Sun Aug 17, 2008 3:12 pm
by Casper
Check this and give it a try to read the documentation and the example.conf :)

Re: error error error

Posted: Sun Aug 17, 2008 3:19 pm
by Tino
Oh, thanks a lot!!!

Now it runs!!!

Thank you very much!!