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: No such file or directory (error num: 2)  (Read 21981 times)

0 Members and 1 Guest are viewing this topic.

Mega

  • Guest
Read error from server: No such file or directory (error num: 2)
« on: February 13, 2006, 07:41:57 PM »

hello everybody

[Feb 13 22:21:01 2006] Loading IRCD Protocol Module: [unreal32]
[Feb 13 22:21:01 2006] status:
[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:
[Feb 13 22:21:04 2006] trying to load [cs_enforce]
[Feb 13 22:21:04 2006] status:
[Feb 13 22:21:04 2006] trying to load [ns_maxemail]
[Feb 13 22:21:04 2006] status:
[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:
[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:
[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:
[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]
Logged

SkaterStuff

  • Guest
(No subject)
« Reply #1 on: February 13, 2006, 08:04:53 PM »

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

alek

  • Guest
(No subject)
« Reply #2 on: February 13, 2006, 08:20:57 PM »

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.
Logged

Mega

  • Guest
(No subject)
« Reply #3 on: February 13, 2006, 08:25:15 PM »

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:
[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:
[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
Logged

Mega

  • Guest
(No subject)
« Reply #4 on: February 13, 2006, 08:40:19 PM »

ок
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]
Logged

alek

  • Guest
(No subject)
« Reply #5 on: February 13, 2006, 08:59:40 PM »

ok, you don't need the auto-connect in the link config, also you don't need the leaf *; option since its already being specified as a hub *; Also make sure the ircd is actually listening on port 6667. (And make sure when you are rehashing your configure it is doing so without any errors)

Oh, and it has nothing to do with hs_request =p

[Edited on 13-2-2006 by alek]
Logged

Mega

  • Guest
(No subject)
« Reply #6 on: February 13, 2006, 10:44:51 PM »

ohhh thank you very much. i'am very happy =))))
I have put mode leaf and all is work
Logged
Pages: [1]   Go Up