Page 1 of 1

Error

Posted: Thu Mar 03, 2011 8:03 pm
by Callumlord

Code: Select all

[Mar 03 20:01:47 2011] Loading IRCD Protocol Module: [unreal32]
[Mar 03 20:01:47 2011] status: [0][Module, Okay - No Error]
[Mar 03 20:01:47 2011] Loading Encryption Module: [enc_md5]
[Mar 03 20:01:47 2011] status: [0][Module, Okay - No Error]
[Mar 03 20:01:47 2011] Launching Anope into the background
[Mar 03 20:01:47 2011] Anope 1.8.5 (3037) (ircd protocol: UnrealIRCd 3.2+) starting up
[Mar 03 20:01:48 2011] MSMemoReceipt not enabled in services.conf
[Mar 03 20:01:48 2011] ms_rsend requested unload...
[Mar 03 20:01:48 2011] debug: trying to load core module [ms_rsend]
[Mar 03 20:01:48 2011] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Mar 03 20:01:49 2011] Databases loaded
[Mar 03 20:01:49 2011] Info: Reflecting database records.
[Mar 03 20:01:49 2011] Connected to Server 1 (IP:6667)
[Mar 03 20:01:49 2011] trying to load [cs_appendtopic]
[Mar 03 20:01:49 2011] [cs_appendtopic] Loaded successfully
[Mar 03 20:01:49 2011] status: [0][Module, Okay - No Error]
[Mar 03 20:01:49 2011] trying to load [cs_enforce]
[Mar 03 20:01:49 2011] status: [0][Module, Okay - No Error]
[Mar 03 20:01:49 2011] trying to load [ns_maxemail]
[Mar 03 20:01:49 2011] status: [0][Module, Okay - No Error]
[Mar 03 20:01:49 2011] trying to load [os_info]
[Mar 03 20:01:49 2011] os_info: Loading configuration directives...
[Mar 03 20:01:49 2011] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Mar 03 20:01:49 2011] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Mar 03 20:01:49 2011] status: [0][Module, Okay - No Error]
[Mar 03 20:01:49 2011] trying to load [hs_request]
[Mar 03 20:01:49 2011] hs_request loaded
[Mar 03 20:01:49 2011] status: [0][Module, Okay - No Error]
[Mar 03 20:01:50 2011] Read error from server: No such file or directory (error num: 2)
[Mar 03 20:01:50 2011] [cs_appendtopic] Unloaded successfully
[Mar 03 20:01:50 2011] hs_request un-loaded

Re: Error

Posted: Fri Mar 04, 2011 1:34 am
by katsklaw
services is trying to connect to an ip:port that the ircd is not listening to.

Re: Error

Posted: Fri Mar 04, 2011 8:53 am
by Jobe
That or getting disconnected after already having connected. The only way to be sure is to run Anope in debug mode using ./services -debug -nofork then pasting the logs again.