Anope not linking.. Help me please. I have tried everything

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
shock
Posts: 6
Joined: Fri Dec 09, 2005 12:25 pm

Anope not linking.. Help me please. I have tried everything

Post by shock »

I am running anope on a windows box. I get the following error.
[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
here are my config files
services.conf
RemoteServer 127.0.0.1 6670 "mypass"
ServerName "services.mynet.com"
unrealircd.conf
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;
};
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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Did you /rehash Unreal? (or restart)

Please paste the output of /stats C
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
shock
Posts: 6
Joined: Fri Dec 09, 2005 12:25 pm

Post by shock »

I am running unreal as a service, so I restarted the service
and btw, what /stats C

? sorry but i am kinda new to this.
thanks for the help.
shock
Posts: 6
Joined: Fri Dec 09, 2005 12:25 pm

Post by shock »

/stats c message

C *@127.0.0.1 * services.mynet.com 6670 servers
H * * services.mynet.com
End of /STATS report
shock
Posts: 6
Joined: Fri Dec 09, 2005 12:25 pm

Post by shock »

Lakeserv ran without any problems.
why isnt anope? theres got to be somthing wrong???
shock
Posts: 6
Joined: Fri Dec 09, 2005 12:25 pm

Post by shock »

ok sorry about all the trouble but i got i right at last.
the numeric was same for unreal and anope XD
/me is sooooo stupid
Locked