Page 1 of 1

Problem

Posted: Sun Aug 01, 2010 8:12 am
by Timmi1313
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.8.1
using TRE 0.7.5 (LGPL)

* Loading IRCd configuration ..
[warning] unrealircd.conf:255: listen with SSL flag enabled on a non SSL compile
[warning] networks/Test.network:10: Duplicate set::network-name directive
[warning] networks/Test.network:11: Duplicate set::default-server directive
[warning] networks/Test.network:12: Duplicate set::services-server directive
[warning] networks/Test.network:13: Duplicate set::stats-server directive
[warning] networks/Test.network:14: Duplicate set::help-channel directive
[warning] networks/Test.network:15: Duplicate set::hiddenhost-prefix directive
[warning] networks/Test.network:17: Duplicate set::hosts::local directive
[warning] networks/Test.network:18: Duplicate set::hosts::global directive
[warning] networks/Test.network:19: Duplicate set::hosts::coadmin directive
[warning] networks/Test.network:20: Duplicate set::hosts::admin directive
[warning] networks/Test.network:21: Duplicate set::hosts::servicesadmin directive
[warning] networks/Test.network:22: Duplicate set::hosts::netadmin directive
[warning] networks/Test.network:23: Duplicate set::hosts::host-on-oper-up directive
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
[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
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support



I have this problem anyone know how to fix this? Please help.

Re: Problem

Posted: Sun Aug 01, 2010 11:11 am
by Jobe
For the most part the warnings are self explanatory and basically give you massive hints on how to fix them.

As for the error, have you actually read the comments in example.conf that tell you EXACTLY how to load the cloaking module?

Re: Problem

Posted: Sun Aug 01, 2010 12:37 pm
by Timmi1313
Its not helping me.

It says --> loadmodule: command not found

Re: Problem

Posted: Mon Aug 02, 2010 12:55 am
by katsklaw
Timmi1313 wrote:Its not helping me.

It says --> loadmodule: command not found

Actually, you are what's not helping you. Just stop. open example.conf and *read*. Quit being in such a hurry to get the ircd running. Ironically, you'll get it running quicker.

Re: Problem

Posted: Mon Aug 02, 2010 1:33 pm
by Timmi1313
Well it helped me, thanks.

But i got another error -->

Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.8.1
using TRE 0.7.5 (LGPL)

* Loading IRCd configuration ..
* unrealircd.conf:37: loadmodule src/modules/cloak.so: failed to load: tmp/B85961AC.cloak.so: invalid ELF header
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support



Any idea how to fix it?

Re: Problem

Posted: Mon Aug 02, 2010 7:18 pm
by katsklaw
Lets try a clean slate.

From Unreal32 directory:

1> make distclean
2> ./Config
3> make
4> make install (only if you changed the install path)

then do ./unreal start

Re: Problem

Posted: Wed Aug 04, 2010 12:24 pm
by Timmi1313
Thanks, It worked.