Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Problem with Anope services on Windows XP  (Read 5099 times)

0 Members and 1 Guest are viewing this topic.

sqrt

  • Guest
Problem with Anope services on Windows XP
« 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. :)
Logged

Trystan Scott Lee

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 343
(No subject)
« Reply #1 on: March 11, 2006, 10:19:03 PM »

Sp fix your password, remember they are case sensitive
Logged
my God my tourniquet, return to me salvation

sqrt

  • Guest
(No subject)
« Reply #2 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
Logged

Trystan Scott Lee

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 343
(No subject)
« Reply #3 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
Logged
my God my tourniquet, return to me salvation

sqrt

  • Guest
(No subject)
« Reply #4 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 :\
Logged
Pages: [1]   Go Up