Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Read error from server: Success (error num: 0)  (Read 4744 times)

0 Members and 1 Guest are viewing this topic.

nakedm00n

  • Guest
Read error from server: Success (error num: 0)
« on: March 11, 2006, 10:18:13 AM »

Hi all, i have this trouble with Anope 1.7.13 (951), linked with UnrealIRCD 3.2.4 on RedHat Enterprise Linux 4 : sometimes the chanserv crash with the following errors :

Code: [Select]

[Mar 11 07:05:23 2006] Server irc.mydomain.net is done syncing
[Mar 11 07:14:09 2006] Read error from server: Success (error num: 0)
[Mar 11 07:14:15 2006] [cs_appendtopic] Unloaded succefully
[Mar 11 07:14:16 2006] hs_request un-loaded



The Chanserv load correctly with this log :

Code: [Select]

[Mar 11 07:05:05 2006] Loading IRCD Protocol Module: [unreal32]
[Mar 11 07:05:06 2006] status: [0]
[Mar 11 07:05:06 2006] Anope 1.7.13 (951) (ircd protocol: UnrealIRCd 3.2+) starting up
[Mar 11 07:05:08 2006] ns_sendpass requested unload...
[Mar 11 07:05:08 2006] debug: trying to load core module [ns_sendpass]
[Mar 11 07:05:08 2006] debug: status: [6]
[Mar 11 07:05:09 2006] ns_getpass requested unload...
[Mar 11 07:05:09 2006] debug: trying to load core module [ns_getpass]
[Mar 11 07:05:09 2006] debug: status: [6]
[Mar 11 07:05:10 2006] cs_sendpass requested unload...
[Mar 11 07:05:10 2006] debug: trying to load core module [cs_sendpass]
[Mar 11 07:05:10 2006] debug: status: [6]
[Mar 11 07:05:11 2006] ms_rsend requested unload...
[Mar 11 07:05:11 2006] debug: trying to load core module [ms_rsend]
[Mar 11 07:05:11 2006] debug: status: [6]
[Mar 11 07:05:14 2006] MySQL: has been enabled.
[Mar 11 07:05:14 2006] MySQL: client version 5.0.18.
[Mar 11 07:05:15 2006] Databases loaded
[Mar 11 07:05:15 2006] Info: Reflecting database records.
[Mar 11 07:05:22 2006] Connected to Server 1 (1.2.3.4:1234)
[Mar 11 07:05:22 2006] trying to load [cs_appendtopic]
[Mar 11 07:05:22 2006] [cs_appendtopic] Loaded succesfully
[Mar 11 07:05:22 2006] status: [0]
[Mar 11 07:05:22 2006] trying to load [cs_enforce]
[Mar 11 07:05:22 2006] status: [0]
[Mar 11 07:05:22 2006] trying to load [ns_maxemail]
[Mar 11 07:05:22 2006] status: [0]
[Mar 11 07:05:22 2006] trying to load [ns_noop]
[Mar 11 07:05:22 2006] ns_noop: Loading configuration directives
[Mar 11 07:05:22 2006] ns_noop: NSAutoOPDBName is not defined in Services configuration file, using default autoop.db
[Mar 11 07:05:22 2006] ns_noop: Directive NSAutoOPDBName loaded (autoop.db)...
[Mar 11 07:05:22 2006] status: [0]
[Mar 11 07:05:22 2006] trying to load [os_info]
[Mar 11 07:05:22 2006] os_info: Loading configuration directives...
[Mar 11 07:05:22 2006] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Mar 11 07:05:22 2006] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Mar 11 07:05:22 2006] status: [0]
[Mar 11 07:05:22 2006] trying to load [hs_request]
[Mar 11 07:05:23 2006] hs_request loaded
[Mar 11 07:05:23 2006] status: [0]


at the UnrealIRCD side the error is :

Code: [Select]

[Sat Mar 11 06:49:42 2006] - SQUIT services.mydomain.net(Ping timeout)


The link,class and listen blocks in UnrealIRCD is:

Code: [Select]

link            services.mydomain.net
{
username *;
hostname 1.2.3.4;
bind-ip *;
port *;
hub             *;
password-connect "mypass";
password-receive "mypass";
class           servers;
};

listen         1.2.3.4:1234
{
options
{
serversonly;
};
};

class           servers
{
pingfreq 60;
maxclients 10;
                sendq 1000000;
connfreq 100;
};



The anope remote server configuration is:

Code: [Select]

RemoteServer    1.2.3.4 1234 "mypass"


Anope and UnrealIRCD are on the same box with the same ip, i have tried to use localhost or 127.0.0.1 instead of external box IP, but the error remain. The same error is present with UnrealIRCD 3.2.x and Anope 1.6.4.
Thanks to all for help!

[Modificato il 11-3-2006 da nakedm00n]
Logged

Anjo

  • Guest
(No subject)
« Reply #1 on: June 10, 2006, 02:49:54 PM »

i think the error is here

class servers
{
pingfreq 60;
maxclients 10;
sendq 1000000;
connfreq 100;
};

try whid

class servers
{
pingfreq 90;
maxclients 10;
sendq 4000000;
connfreq 60;
};

i think this resolve the problem
Logged
Pages: [1]   Go Up