One line a wrong configuration

These are old archives. They are kept for historic purposes only.
Post Reply
gEry
Posts: 5
Joined: Sat May 20, 2006 3:39 pm

One line a wrong configuration

Post by gEry »

HI

i get this error:
./unreal start
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.4
using TRE 0.7.2 (GPL)
using OpenSSL 0.9.7e 25 Oct 2004

* Loading IRCd configuration ..
[error] unrealircd.conf:726: set::kline-address must be an e-mail or an URL
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily 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
=====================================================
Its just one value, which is wrong - iguess but i can't find "kline". any idea?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Try looking on line 726 of your unrealircd.conf
gEry
Posts: 5
Joined: Sat May 20, 2006 3:39 pm

Post by gEry »

hi!

thx, first problem fixed...
second one:
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
What is a cloaking module? And what do i need to do to fix this problem?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Assuming you used the example configuration, check lines 33, 34, and 35 (also assuming you didn't change anything above those).

Also, check out the documentation: http://www.vulnscan.org/UnrealIrcd/unre ... edirective
gEry
Posts: 5
Joined: Sat May 20, 2006 3:39 pm

Post by gEry »

okay, well in thought *NIX is not equal to linux. So i didn't uncomment
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
So, also this is done now, changed the keys and started the ircd.
Works now. Thx.
gEry
Posts: 5
Joined: Sat May 20, 2006 3:39 pm

Post by gEry »

how can i block unsecured connections? i just want ssl. is that possible?

just blocking the standart port for that`??
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

okay, well in thought *NIX is not equal to linux. So i didn't uncomment
*NIX includes just about every operating system not called Windows
how can i block unsecured connections? i just want ssl. is that possible?
Just open a SSL port. Clients cannot connect to a SSL port without SSL
gEry
Posts: 5
Joined: Sat May 20, 2006 3:39 pm

Post by gEry »

Yep, i made it as like that:
listen *:6697
{
options
{
ssl;
clientsonly;
};
};

#listen *:8067;
#listen *:6667;
Works great. Thx.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

No poblem :)
Post Reply