Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Anope quits unexpectly  (Read 5846 times)

0 Members and 1 Guest are viewing this topic.

moody

  • Guest
Anope quits unexpectly
« on: July 15, 2006, 06:00:49 PM »

Hi,

I got this weird problem - Anope quits from my server with no reason in logs, neither in anope log nor in ircd.log.

I run UnrealIRCd v3.2.5 and Anope 1.6.4 (874) (compiled for UnrealIRCd 3.1.1+) on my Trustix 2.2 router.

After Anope's ping timeout, all Anope processes seems to be running. In debug mode, I noticed they quits after message "Saving FFF databases" - but not all the time, for example, they were running for two weeks now without any problem. But today they fell down many times.

No error/reason found in both Anope and ircd logs.

This is my remote server configuration in services.conf:

Code: [Select]
RemoteServer   localhost 6667 "password"

And services section in unrealircd.conf:

Code: [Select]

link Sluzby.Drsnyho.Severu {
  username *;
  hostname  ::ffff:127.0.0.1;
  bind-ip *;
  port 6667;
  password-connect "password";
  password-receive "password";
  hub *;
  class servers;
};


When linked, all works just fine. But why does Anope disconnect with "ping timeout" time to time?

Thanks for any help in advance,
moody

[Edited on 15-7-2006 by moody]

[Edited on 15-7-2006 by moody]
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #1 on: July 16, 2006, 09:28:22 AM »

1) Unreal3.2.5 should be used with 1.7.14 not 1.6.4 .. perhaps we should make this more clear somewhere ...
2) Do you run some form of firewall or something which may be blocking the pings or so?

- You could run anope -debug -debug -debug -debug to get MASSIVE logs of the inbound/outbound of data. It may also help if your ircd can be ran in debug mode too.
Logged

T-rexke

  • Guest
(No subject)
« Reply #2 on: July 16, 2006, 10:32:45 AM »

localhost should be 127.0.0.1
Logged

moody

  • Guest
(No subject)
« Reply #3 on: July 16, 2006, 10:40:45 AM »

Thx for reply :)

Sure I run iptables, but they dont really block any traffic on local interface ;)
I will try that development version of Anope, even though I'm always worried about using devel versions.. :) Hope it will be stable.

Have fun,
moody
Logged

moody

  • Guest
(No subject)
« Reply #4 on: July 16, 2006, 11:44:20 AM »

Quote
Originally posted by T-rexke
localhost should be 127.0.0.1


?

Sure, resolving of localhost works without any problems.
I have ::ffff:127.0.0.1 in my ircd.conf as my router supports ipv6 protocol.
Logged
Pages: [1]   Go Up