Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: sqrt on March 11, 2006, 10:04:50 PM

Title: Problem with Anope services on Windows XP
Post by: sqrt on March 11, 2006, 10:04:50 PM
The services are unable to connect to the server.
When I run the application, I recieve this notice -
Code: [Select]

*** LocOps -- Link denied (Authentication failed [Bad password?]) [@127.0.0.1.2200]

and in the services log file -
Code: [Select]

[Mar 11 23:40:55 2006] Read error from server: No such file or directory (error num: 2)
[Mar 11 23:40:55 2006] [cs_appendtopic] Unloaded succefully
[Mar 11 23:40:55 2006] PANIC! waiting=-4 (Segmentation fault)
[Mar 11 23:40:55 2006] Backtrace: not available on this windows
[Mar 11 23:40:55 2006] Services terminating on signal 11


The passwords in the conf files match,so I don't know what could be the problem.

hope you can help. :)
Title:
Post by: Trystan Scott Lee on March 11, 2006, 10:19:03 PM
Sp fix your password, remember they are case sensitive
Title:
Post by: sqrt on March 11, 2006, 10:29:30 PM
the passwords match.
I tried a password contained only numbers,but it won't work too :S
Title:
Post by: Trystan Scott Lee on March 11, 2006, 10:34:52 PM
*** LocOps -- Link denied (Authentication failed [Bad password?]) [@127.0.0.1.2200]

that message right there tells you per the IRCD that you are sending the WRONG password
Title:
Post by: sqrt on March 11, 2006, 10:56:56 PM
This is what I wrote in the unreal.conf -
Code: [Select]

link           services.localhost.net
{
username *;
hostname *;
bind-ip *;
port 7029;
hub             *;
        password-connect "mypassword";
password-receive "mypassword";


and that's what I have in the services.conf -
Code: [Select]

RemoteServer 127.0.0.1 7029 "mypassword"

I think it's the same password :\