Anope not linking.. Help me please. I have tried everything
Posted: Fri Dec 09, 2005 12:31 pm
I am running anope on a windows box. I get the following error.
services.conf
here are my config files[Dec 09 17:54:27 2005] Loading IRCD Protocol Module: [unreal32]
[Dec 09 17:54:27 2005] status: [0]
[Dec 09 17:54:27 2005] Launching Anope into the background
[Dec 09 17:54:27 2005] Anope 1.7.12 (918) (ircd protocol: UnrealIRCd 3.2+) starting up
[Dec 09 17:54:27 2005] ns_sendpass requested unload...
[Dec 09 17:54:27 2005] debug: trying to load core module [ns_sendpass]
[Dec 09 17:54:27 2005] debug: status: [6]
[Dec 09 17:54:27 2005] cs_sendpass requested unload...
[Dec 09 17:54:27 2005] debug: trying to load core module [cs_sendpass]
[Dec 09 17:54:27 2005] debug: status: [6]
[Dec 09 17:54:28 2005] ms_rsend requested unload...
[Dec 09 17:54:28 2005] debug: trying to load core module [ms_rsend]
[Dec 09 17:54:28 2005] debug: status: [6]
[Dec 09 17:54:29 2005] Databases loaded
[Dec 09 17:54:29 2005] Info: Reflecting database records.
[Dec 09 17:54:29 2005] Connected to Server 1 (127.0.0.1:6670)
[Dec 09 17:54:30 2005] Read error from server: No such file or directory (error num: 2)
[Dec 09 17:54:30 2005] PANIC! waiting=-4 (Segmentation fault)
[Dec 09 17:54:30 2005] Backtrace: not available on this windows
[Dec 09 17:54:30 2005] Services terminating on signal 11
services.conf
unrealircd.confRemoteServer 127.0.0.1 6670 "mypass"
ServerName "services.mynet.com"
I have literally read all the topics in this forum on this problem. I am damn tired of trying to make this work. so please help me out of this.listen *:6670
{ options
{ serversonly;
};
};
link services.mynet.com
{
username *;
hostname 127.0.0.1;
port 6670;
bind-ip *;
hub *;
password-connect "mypass";
password-receive "mypass";
class servers;
};
ulines {
services.mynet.com;
};
set {
services-server service.mynet.com;
};