Problem

These are old archives. They are kept for historic purposes only.
Post Reply
Timmi1313
Posts: 7
Joined: Sun Jun 20, 2010 11:35 am

Problem

Post 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.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Problem

Post 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?
Your IP: Image
Your Country: Image
Timmi1313
Posts: 7
Joined: Sun Jun 20, 2010 11:35 am

Re: Problem

Post by Timmi1313 »

Its not helping me.

It says --> loadmodule: command not found
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Problem

Post 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.
Timmi1313
Posts: 7
Joined: Sun Jun 20, 2010 11:35 am

Re: Problem

Post 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?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Problem

Post 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
Timmi1313
Posts: 7
Joined: Sun Jun 20, 2010 11:35 am

Re: Problem

Post by Timmi1313 »

Thanks, It worked.
Post Reply