Probleme bei der config von unrealircd.conf plz help

ReaLxy

Grünschnabel
Halöö :)

ich hab ein prob beim unrealircd installieren ging einwandfrei nur bei der config komm ich irgendwie ned klar. Ich pack es einfach ned sie so hinzugriegen damit unrealircd läuft. Hier ist ma meine config, vieleicht findet ja einer den fehler wäre euch über eure hilfe sehr dankbar!


Code:
me {
	
	name "irc.active-sound.de";

	info "speek-EZ";
	
	numeric 1;
};




admin {
	
	"ReaL";
	"Active-Sound";
	"realxy@yahoo.de";
	
};

class clients {
	

	pingfreq 180;
	maxclients 500;
	recvq 8000;
	sendq 300000;
	
};

class servers {
	
	pingfreq 90;
	maxclients 10; 
	sendq 3000000;
	connfreq 120;
	
};


allow {
	
	ip		*@*;
	hostname	*@*;
	class		clients;
	maxperip 20;
	
};


tld {
	
	mask *@*;
	motd "motd.conf";
	rules "rules.conf";
	
};




oper ReaL {
	class clients;
	from { /* ident@hostname/ip */
		userhost *real@*.active-sound.de;

	};
	password "overload01";
	flags {
                 global;
                 local;
                 services-admin;
                 admin;
                 can_rehash;
                 can_die;
                 can_restart;
                 helpop;
                 can_wallops;
                 can_globops;
                 can_localroute;
                 can_globalroute;
                 can_localkill;
                 can_globalkill;
                 can_kline;
                 can_gzline;
                 can_gkline;
                 can_unkline;
                 can_localnotice;
                 can_globalnotice;
                 netadmin;
                 coadmin;
                 can_zline;
                 get_umodew;
                 get_host;
                 can_override;


	};
	snomask cFfkejvGd;


};







listen 217.172.177.92:6601
{
        options
        {
                clientsonly;
                ssl;
        };
};



listen 217.172.177.92:6660-6670 {
       options {
                clientsonly;
        };
};



listen 217.172.177.92:7000-7001 {
	options {
		serversonly;
		ssl;
	};
};




ulines {


};


drpass {
	
	restart "overload01";
	die "eistee1337";
	
};



log "ircd.log" {
	flags {
		oper;
		kline;
		connects;
		server-connects;
		kills;
		errors;
	};
};


/

ban nick {
	mask "*Serv";
	reason "Reserved for Services";
};

ban nick {
        mask "*Status";
        reason "Due to a bug in mirc";
};

ban nick {
        mask "*Oper";
        reason "Forbidden Nickname";
};


ban realname {
	mask "sub7server";
	reason "sub7";
};

deny dcc {
	filename "*sub7*";
	reason "Possible Sub7 Virus";
};



include "help.conf";



loadmodule "src/modules/commands.so";





/


set {
	network-name "Active-Sound";				

	default-server "217.172.177.92";			
	services-server "services.deinnetzwerk.de";		
	# stats-server "neostats.irc-guide.de";			
	help-channel "#help";						
	hiddenhost-prefix "active";					

	modes-on-connect "+xwi";					
	modes-on-oper "+xwgs";						
	oper-auto-join "#ircops";					
    maxchannelsperuser "15";					
	oper-only-stats "*";
	prefix-quit "Quit:";						

	cloak-keys {
		20599;
		17658;
		25197;
	}; 											
													
	kline-address "akill@active-sound.de";			
	dns {
		nameserver 217.172.177.92; 				
		timeout 2s;
		retries 2s;
	};
	hosts {										

		local "locop.active-sound.de";
		global "oper.active-sound.de";
		coadmin "coadmin.active-sound.de";
		admin "serveradmin.active-sound.de";
		servicesadmin "serviceadmin.active-sound.de";
		netadmin "netadmin.active-sound.de";
		host-on-oper-up yes;
	};
	options {};
};
Es ist die Unreal3.2 version und das Sytem is Suse 9.0 und die Fehlermeldung ist:
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.1
using TRE 0.6.8
using OpenSSL 0.9.7b 10 Apr 2003

* Loading IRCd configuration ..
[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 http://www.vulnscan.org/tmp/newcloak.txt regarding the cloaking change!
[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
=====================================================

So also cloak.so is nirgends zu finden.


mfg

Markus
 
Zuletzt bearbeitet:
Sind ja eine Menge Infos....

Welches System? Welche Version? Welche Fehlermeldung?

*Applaus*

Das ist so wie beiner Hotline anrufen und sagen "Es funktioniert nicht".
 
moin,
soo jetzt hab ich wohl die cloak.so zum laden gebracht aber jetzt bringt er diesen error:

Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.1
using TRE 0.6.8
using OpenSSL 0.9.7b 10 Apr 2003

* Loading IRCd configuration ..
[error] unrealircd.conf:228: set::cloak-keys: (key 1) Keys should be mixed a-zA-Z0-9, like "a2JO6fh3Q6w4oN3s7"
[error] unrealircd.conf:229: set::cloak-keys: (key 2) Keys should be mixed a-zA-Z0-9, like "a2JO6fh3Q6w4oN3s7"
[error] unrealircd.conf:230: set::cloak-keys: (key 3) Keys should be mixed a-zA-Z0-9, like "a2JO6fh3Q6w4oN3s7"
[error] 3 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
 
Liest du die Fehlermeldungen eigentlich, die der unrealircd ausgibt? :rolleyes: Dort steht schwarz auf weiß, was zu tun ist. Hättest du die Readme / Upgrade / o.ä. gelesen, wüsstest du es ohne Fehlermeldung, da es dort ebenfalls drinsteht.
 

Neue Beiträge

Zurück