Anope Support > 1.8.x/1.7.x Support (Read Only)

Read error from server: No such file or directory (error num: 2)

(1/2) > >>

Mega:
hello everybody

[Feb 13 22:21:01 2006] Loading IRCD Protocol Module: [unreal32]
[Feb 13 22:21:01 2006] status: [0]
[Feb 13 22:21:01 2006] Launching Anope into the background
[Feb 13 22:21:01 2006] Anope 1.7.13 (951) (ircd protocol: UnrealIRCd 3.2+) starting up
[Feb 13 22:21:02 2006] ms_rsend requested unload...
[Feb 13 22:21:02 2006] debug: trying to load core module [ms_rsend]
[Feb 13 22:21:02 2006] debug: status: [6]
[Feb 13 22:21:04 2006] Databases loaded
[Feb 13 22:21:04 2006] Info: Reflecting database records.
[Feb 13 22:21:04 2006] Connected to Server 1 (127.0.0.1:6667)
[Feb 13 22:21:04 2006] trying to load [cs_appendtopic]
[Feb 13 22:21:04 2006] [cs_appendtopic] Loaded succesfully
[Feb 13 22:21:04 2006] status: [0]
[Feb 13 22:21:04 2006] trying to load [cs_enforce]
[Feb 13 22:21:04 2006] status: [0]
[Feb 13 22:21:04 2006] trying to load [ns_maxemail]
[Feb 13 22:21:04 2006] status: [0]
[Feb 13 22:21:04 2006] trying to load [ns_noop]
[Feb 13 22:21:04 2006] ns_noop: Loading configuration directives
[Feb 13 22:21:04 2006] ns_noop: NSAutoOPDBName is not defined in Services configuration file, using default autoop.db
[Feb 13 22:21:04 2006] ns_noop: Directive NSAutoOPDBName loaded (autoop.db)...
[Feb 13 22:21:04 2006] ns_noop: WARNING: Can not open database file! (it might not exist, this is not fatal)
[Feb 13 22:21:04 2006] status: [0]
[Feb 13 22:21:04 2006] trying to load [os_info]
[Feb 13 22:21:04 2006] os_info: Loading configuration directives...
[Feb 13 22:21:04 2006] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Feb 13 22:21:04 2006] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Feb 13 22:21:04 2006] os_info: WARNING: can not open the database file! (it might not exist, this is not fatal)
[Feb 13 22:21:04 2006] status: [0]
[Feb 13 22:21:04 2006] trying to load [hs_request]
[Feb 13 22:21:04 2006] hs_request loaded
[Feb 13 22:21:04 2006] status: [0]
[Feb 13 22:21:04 2006] Read error from server: No such file or directory (error num: 2)
[Feb 13 22:21:04 2006] [cs_appendtopic] Unloaded succefully
[Feb 13 22:21:04 2006] hs_request un-loaded
[Feb 13 22:21:04 2006] PANIC! waiting=-4 (Segmentation fault)
[Feb 13 22:21:04 2006] Backtrace: not available on this windows
[Feb 13 22:21:04 2006] Services terminating on signal 11

who can explain???

i can't connect services for irc server

Unreal3.2.4.exe
Anope-1.7.13.exe

platform Windows XP. NET Framework 2.0

[Èçìåíåíî 13-2-2006 ... Mega]

SkaterStuff:
it has something to do with hs_request try and to disable it then try again.

alek:
Umm.. I don't think so.
This problem is generally because your ircd is configured incorrectly and isn't listening on the port you have services connecting on. This could be because of an invalid link configuration or an invalid port configuration.

Mega:
i find this line
ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail ns_noop os_info hs_request"
and i delete  hs_request
then i find in log:
[Feb 13 23:26:12 2006] Loading IRCD Protocol Module: [unreal32]
[Feb 13 23:26:12 2006] status: [0]
[Feb 13 23:26:12 2006] Launching Anope into the background
[Feb 13 23:26:12 2006] Anope 1.7.13 (951) (ircd protocol: UnrealIRCd 3.2+) starting up
[Feb 13 23:26:14 2006] ms_rsend requested unload...
[Feb 13 23:26:14 2006] debug: trying to load core module [ms_rsend]
[Feb 13 23:26:14 2006] debug: status: [6]
[Feb 13 23:26:15 2006] Databases loaded
[Feb 13 23:26:15 2006] Info: Reflecting database records.
[Feb 13 23:26:15 2006] Connected to Server 1 (127.0.0.1:6667)
[Feb 13 23:26:16 2006] Read error from server: No such file or directory (error num: 2)
[Feb 13 23:26:16 2006] PANIC! waiting=-4 (Segmentation fault)
[Feb 13 23:26:16 2006] Backtrace: not available on this windows
[Feb 13 23:26:16 2006] Services terminating on signal 11


then i comment all line #ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail ns_noop os_info hs_request"

and then i find in log next:
[Feb 13 23:26:46 2006] Loading IRCD Protocol Module: [unreal32]
[Feb 13 23:26:46 2006] status: [0]
[Feb 13 23:26:46 2006] Launching Anope into the background
[Feb 13 23:26:46 2006] Anope 1.7.13 (951) (ircd protocol: UnrealIRCd 3.2+) starting up
[Feb 13 23:26:47 2006] ms_rsend requested unload...
[Feb 13 23:26:47 2006] debug: trying to load core module [ms_rsend]
[Feb 13 23:26:47 2006] debug: status: [6]
[Feb 13 23:26:48 2006] Databases loaded
[Feb 13 23:26:48 2006] Info: Reflecting database records.
[Feb 13 23:26:48 2006] Connected to Server 1 (127.0.0.1:6667)
[Feb 13 23:26:49 2006] Read error from server: No such file or directory (error num: 2)
[Feb 13 23:26:49 2006] PANIC! waiting=-4 (Segmentation fault)
[Feb 13 23:26:49 2006] Backtrace: not available on this windows
[Feb 13 23:26:49 2006] Services terminating on signal 11


sorry for my english =) i'am russian

Mega:
ок
it is services.conf: RemoteServer    127.0.0.1 6667 "pass"
link correctly

i not certain what lines need and i'am copy many line (sorry)
it is unrealircd.conf:

 link            services.test.net
{
   username   *;
        hostname    127.0.0.1;
   bind-ip    *;
   port       6667;
   hub             *;
   leaf       *;
   password-connect "pass";
   password-receive "pass";
class           servers;
      options {
         autoconnect;
         
      };

};
/*
 *
 * NEW: ulines {}
 * OLD: U:Line
 * U-lines give servers more power/commands, this should ONLY be set
 * for services/stats servers and NEVER for normal UnrealIRCd servers!
 * Syntax is as follows:
 * ulines {
 *   (server to uline);
 *   (server to uline);
 *  [etc]
 * };
*/
ulines {
   services.test.net;
   irc.test.net;
   stat.test.net
   hub.test.net;
   
};


if this not that it is necessary that say what line need

[Edited on 13-2-2006 by Mega]

[Edited on 13-2-2006 by Mega]

Navigation

[0] Message Index

[#] Next page

Go to full version