Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Problem with Unreal 3.2.5 and anope!!!!  (Read 4454 times)

0 Members and 1 Guest are viewing this topic.

Corsar

  • Guest
Problem with Unreal 3.2.5 and anope!!!!
« on: October 19, 2006, 01:48:20 AM »

I m getting this error
Quote

[Oct 19 10:30:57 2006] Every UserKey must be different. It's for YOUR safety! Remember that!
[Oct 19 10:30:57 2006] Loading IRCD Protocol Module: [unreal32]
[Oct 19 10:30:57 2006] status:
  • [Module, Okay - No Error]
[Oct 19 10:30:57 2006] Launching Anope into the background
[Oct 19 10:30:57 2006] Anope 1.7.17 (1182) (ircd protocol: UnrealIRCd 3.2+) starting up
[Oct 19 10:30:58 2006] ns_sendpass requested unload...
[Oct 19 10:30:58 2006] debug: trying to load core module [ns_sendpass]
[Oct 19 10:30:58 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Oct 19 10:30:59 2006] cs_sendpass requested unload...
[Oct 19 10:30:59 2006] debug: trying to load core module [cs_sendpass]
[Oct 19 10:30:59 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Oct 19 10:30:59 2006] ms_rsend requested unload...
[Oct 19 10:30:59 2006] debug: trying to load core module [ms_rsend]
[Oct 19 10:30:59 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Oct 19 10:31:02 2006] Databases loaded
[Oct 19 10:31:02 2006] Info: Reflecting database records.
[Oct 19 10:31:03 2006] Connected to Server 1 (localhost:1234)
[Oct 19 10:31:03 2006] trying to load [cs_appendtopic]
[Oct 19 10:31:03 2006] [cs_appendtopic] Loaded successfully
[Oct 19 10:31:03 2006] status:
  • [Module, Okay - No Error]
[Oct 19 10:31:03 2006] trying to load [cs_enforce]
[Oct 19 10:31:03 2006] status:
  • [Module, Okay - No Error]
[Oct 19 10:31:03 2006] trying to load [ns_maxemail]
[Oct 19 10:31:03 2006] status:
  • [Module, Okay - No Error]
[Oct 19 10:31:03 2006] trying to load [os_info]
[Oct 19 10:31:03 2006] os_info: Loading configuration directives...
[Oct 19 10:31:03 2006] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Oct 19 10:31:03 2006] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Oct 19 10:31:03 2006] status:
  • [Module, Okay - No Error]
[Oct 19 10:31:03 2006] trying to load [hs_request]
[Oct 19 10:31:03 2006] hs_request loaded
[Oct 19 10:31:03 2006] status:
  • [Module, Okay - No Error]
[Oct 19 10:31:03 2006] Read error from server: No such file or directory (error num: 2)
[Oct 19 10:31:03 2006] [cs_appendtopic] Unloaded successfully
[Oct 19 10:31:03 2006] hs_request un-loaded



Unreal 3.2.5  Anope 1.7.17

[Edited on 19-10-2006 by Corsar]

[Edited on 19-10-2006 by Corsar]
Logged

katsklaw

  • Guest
(No subject)
« Reply #1 on: October 19, 2006, 01:55:43 AM »

Read error from server: No such file or directory (error num: 2) <-- that means your ircd is not listening on the same ip and port you specificed in the services.conf.
Logged

Corsar

  • Guest
(No subject)
« Reply #2 on: October 19, 2006, 02:06:21 AM »

services.conf
link services
{    username    *;
   hostname    127.0.0.1;  
 bind-ip     *;
   port        1234;
   hub         *;
    password-connect "passlink";
    password-receive "passlink";  
 class           servers;
    options {    };
};
listen 127.0.0.1:1234

ulines
{   services;
   stats.irc.loc;};

services.conf
RemoteServer 127.0.0.1 1234 "passlink"
ServerName "services"
Logged

katsklaw

  • Guest
(No subject)
« Reply #3 on: October 19, 2006, 03:32:29 AM »

Try a conventional name like services.mynet.org instead of just services.
Logged
Pages: [1]   Go Up