Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: crxgames on February 25, 2006, 10:17:11 PM

Title: [Feb 25 05:17:28 2006] Read error from server: No such file or directory (error num: 2)
Post by: crxgames on February 25, 2006, 10:17:11 PM
[Feb 25 05:17:28 2006] Read error from server: No such file or directory (error num: 2) is what I'm getting after having anope running for 24-25 hours, after that it just drops. I'm using inspircd 1.0.1SVN

Here is the full log for today when it dropped:
Code: [Select]

[Feb 25 00:03:28 2006] Backing up databases
[Feb 25 01:06:35 2006] LOGUSERS: Capt (~Capt@12-203-85-214.client.insightBB.com => devnulled-7C5F7868AC2A2E48.client.insightBB.com) (Capt Jack) left the network (irc.codymays.net).
[Feb 25 05:17:28 2006] Read error from server: No such file or directory (error num: 2)
[Feb 25 05:17:28 2006] LOGUSERS: Cody (~cody@192.168.0.6 => 0E973CE28450EA43.devnulled.cloak) (Cody Mays) left the network (irc.codymays.net).
[Feb 25 05:17:28 2006] hs_request un-loaded


Here is how I'm linking services:
Code: [Select]

<link name="services.codymays.net"
        ipaddr="localhost"
        port="7000"
        sendpass="passl33t"
        recvpass="passl33t">
<uline server="services.codymays.net">

Anyone know how I could keep anope from dropping like this?
Title:
Post by: SkaterStuff on March 03, 2006, 01:57:30 AM
What it looks like is that it is misconfig as it is looking for a file or folder try to recomplie it .
Title:
Post by: ShelLuser on March 03, 2006, 01:41:02 PM
Quote
Originally posted by crxgames
Code: [Select]

[Feb 25 00:03:28 2006] Backing up databases
[Feb 25 01:06:35 2006] LOGUSERS: Capt (~Capt@12-203-85-214.client.insightBB.com => devnulled-7C5F7868AC2A2E48.client.insightBB.com) (Capt Jack) left the network (irc.codymays.net).
[Feb 25 05:17:28 2006] Read error from server: No such file or directory (error num: 2)
[Feb 25 05:17:28 2006] LOGUSERS: Cody (~cody@192.168.0.6 => 0E973CE28450EA43.devnulled.cloak) (Cody Mays) left the network (irc.codymays.net).

I'm tempted to blame the backup routine. Every day Anope will create a backup of its logfile and databases (KeepBackups) and it seems something is going wrong when it tries to write them. What ircd are you using anyway ?

otoh; I've lived this situation myself using Unreal and although I did got a few errors I don't recall Anope exiting like this. So another possibility could be u-lines. You pasted your ircd linkblock but without knowing the ircd and the Anope sections to verify this there really is no way to tell if thats a correct u-line entry.

So I'd double check your data directories permission bits to see if the userid running Anope is allowed to write to those directories. Next I'd double check your u-lines.
Title:
Post by: crxgames on March 03, 2006, 08:51:20 PM
Sorry, I forgot to completely write my issue in my first post. :X
I'm running inspircd. The odd thing about this issue is that it has now stopped. I got 6 people in my irc net one night and it dropped once every 5 minutes 3 times. After that, it's been fine. If I remember correctly, it's been up for 6 days now.
Title:
Post by: ShelLuser on March 04, 2006, 06:24:19 PM
Quote
Originally posted by crxgames
The odd thing about this issue is that it has now stopped. I got 6 people in my irc net one night and it dropped once every 5 minutes 3 times. After that, it's been fine.

Then I'm almost certain that you're problem is u-line related. The only other problem could be Anope's support for your ircd (IRCDModule). However I personally doubt that since there is a native module available and as far as I can see it has been available for some time now.