Bonjour j'ai installé UnrealIRCD3.2 puis Anope1.7.19
Je lance unrealircd niquel (j'arrive à me connecter et tout) puis je lance anope (je sais que la fenêtre disparait) mais Anope.exe ce coupe dans les processus. Voici le fichier log
_______________________
[Aug 09 14:27:57 2007] NSDefMsg can only be used when UsePrivmsg is set - unsetting NSDefMsg
[Aug 09 14:27:57 2007] Loading IRCD Protocol Module: [unreal32]
[Aug 09 14:27:57 2007] status: [0][Module, Okay - No Error]
[Aug 09 14:27:57 2007] Loading Encryption Module: [enc_md5]
[Aug 09 14:27:57 2007] status: [0][Module, Okay - No Error]
[Aug 09 14:27:57 2007] Launching Anope into the background
[Aug 09 14:27:57 2007] Anope 1.7.19 (1247) (ircd protocol: UnrealIRCd 3.2+) starting up
[Aug 09 14:28:01 2007] debug: trying to load core module [os_killclones]
[Aug 09 14:28:01 2007] debug: status: [4][Module Error, file does not exist]
[Aug 09 14:28:02 2007] Databases loaded
[Aug 09 14:28:02 2007] Info: Reflecting database records.
[Aug 09 14:28:03 2007] Connected to Server 1 (192.168.1.2:6667)
[Aug 09 14:28:04 2007] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Aug 09 14:28:04 2007] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Aug 09 14:28:04 2007] Read error from server: No such file or directory (error num: 2)
_____________________
Pourtant, j'ai fais un link dans le unrealircd.conf :
_____________________
ulines {
Service.cursus.zapto.org;
};
link Service.cursus.zapto.org {
username *;
hostname 192.168.1.2;
bind-ip *;
port 7000;
hub *;
password-connect "le-mot-de-passe";
password-receive "le-mot-de-passe";
class servers;
};
_____________________
Quelqu'un pouerrai m'aider SVP?
Merci d'avance
Fox-Cyd