Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Anope fall down  (Read 3119 times)

0 Members and 1 Guest are viewing this topic.

danaketh

  • Guest
Anope fall down
« on: May 08, 2006, 08:44:00 PM »

I have little problem... When I try to start Anope, then it fall down (with some pop-up warning from Windows) with this result...

Code: [Select]
[May 08 21:36:51 2006] Loading IRCD Protocol Module: [unreal32]
[May 08 21:36:51 2006] status: [0][Module, Okay - No Error]
[May 08 21:36:51 2006] Launching Anope into the background
[May 08 21:36:51 2006] Anope 1.7.14 (1023) (ircd protocol: UnrealIRCd 3.2+) starting up
[May 08 21:36:52 2006] ms_rsend requested unload...
[May 08 21:36:52 2006] debug: trying to load core module [ms_rsend]
[May 08 21:36:52 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[May 08 21:36:54 2006] Databases loaded
[May 08 21:36:54 2006] Info: Reflecting database records.
[May 08 21:36:54 2006] Connected to Server 1 (irc-danaketh.no-ip.org:6676)
[May 08 21:36:55 2006] trying to load [cs_appendtopic]
[May 08 21:36:55 2006] [cs_appendtopic] Loaded succesfully
[May 08 21:36:55 2006] status: [0][Module, Okay - No Error]
[May 08 21:36:55 2006] trying to load [cs_enforce]
[May 08 21:36:55 2006] status: [0][Module, Okay - No Error]
[May 08 21:36:55 2006] trying to load [ns_maxemail]
[May 08 21:36:55 2006] status: [0][Module, Okay - No Error]
[May 08 21:36:55 2006] trying to load [ns_noop]
[May 08 21:36:55 2006] ns_noop: Loading configuration directives
[May 08 21:36:55 2006] ns_noop: NSAutoOPDBName is not defined in Services configuration file, using default autoop.db
[May 08 21:36:55 2006] ns_noop: Directive NSAutoOPDBName loaded (autoop.db)...
[May 08 21:36:55 2006] status: [0][Module, Okay - No Error]
[May 08 21:36:55 2006] trying to load [os_info]
[May 08 21:36:55 2006] os_info: Loading configuration directives...
[May 08 21:36:55 2006] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[May 08 21:36:55 2006] os_info: Directive OSInfoDBName loaded (os_info.db)...
[May 08 21:36:55 2006] os_info: WARNING: can not open the database file! (it might not exist, this is not fatal)
[May 08 21:36:55 2006] status: [0][Module, Okay - No Error]
[May 08 21:36:55 2006] trying to load [hs_request]
[May 08 21:36:55 2006] hs_request loaded
[May 08 21:36:55 2006] status: [0][Module, Okay - No Error]
[May 08 21:36:55 2006] Read error from server: No such file or directory (error num: 2)
[May 08 21:36:55 2006] [cs_appendtopic] Unloaded succefully
[May 08 21:36:55 2006] hs_request un-loaded


I'm trying all what i find here at forum but nothing helps... Config files are allright i think.

btw: i'm using UnrealIRCd 3.2 on WinXP with SP1+SP2

[Edited on 8-5-2006 by danaketh]
Logged

danaketh

  • Guest
(No subject)
« Reply #1 on: May 08, 2006, 09:13:49 PM »

:D it works... problem was in

Code: [Select]
link            srv-danaketh.no-ip.org
{
username *;
hostname *;
bind-ip *;
port 6676;
hub             *;
password-connect "services";
password-receive "services";
class           servers;
};


hostname must be *

if there is anything else, it's wrong (why i don't know)
Logged
Pages: [1]   Go Up