Page 1 of 1

Anope won't start

Posted: Sun Oct 09, 2005 8:06 am
by GreZx
Hi, I am having a problem with Anope v.1.7.11 and the IRC server I am using is Unreal v.3.2.3 on Xebian 1.1.4 (Xbox-Linux). The problem is that when I execute "./services", I see nothing happening. Here's the log:

Code: Select all

[Oct 09 00:49:41 2005] Loading IRCD Protocol Module: [unreal32]
[Oct 09 00:49:41 2005] status: [0]
[Oct 09 00:49:41 2005] Anope 1.7.11 (897) (ircd protocol: UnrealIRCd 3.2+) starting up
[Oct 09 00:49:45 2005] ms_rsend requested unload...
[Oct 09 00:49:45 2005] debug: trying to load core module [ms_rsend]
[Oct 09 00:49:45 2005] debug: status: [6]
[Oct 09 00:49:49 2005] Databases loaded
[Oct 09 00:49:49 2005] Info: Reflecting database records.
[Oct 09 00:49:49 2005] Connected to Server 1 (127.0.0.1:6667)
[Oct 09 00:49:49 2005] trying to load [cs_appendtopic]
[Oct 09 00:49:49 2005] [cs_appendtopic] Loaded succesfully
[Oct 09 00:49:49 2005] status: [0]
[Oct 09 00:49:49 2005] trying to load [cs_enforce]
[Oct 09 00:49:49 2005] status: [0]
[Oct 09 00:49:49 2005] trying to load [ns_maxemail]
[Oct 09 00:49:49 2005] status: [0]
[Oct 09 00:49:49 2005] trying to load [ns_noop]
[Oct 09 00:49:49 2005] ns_noop: Loading configuration directives
[Oct 09 00:49:49 2005] ns_noop: NSAutoOPDBName is not defined in Services configuration file, using default autoop.db
[Oct 09 00:49:49 2005] ns_noop: Directive NSAutoOPDBName loaded (autoop.db)...
[Oct 09 00:49:49 2005] status: [0]
[Oct 09 00:49:49 2005] trying to load [os_info]
[Oct 09 00:49:49 2005] os_info: Loading configuration directives...
[Oct 09 00:49:49 2005] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Oct 09 00:49:49 2005] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Oct 09 00:49:49 2005] os_info: WARNING: can not open the database file! (it might not exist, this is not fatal)
[Oct 09 00:49:49 2005] status: [0]
[Oct 09 00:49:49 2005] trying to load [hs_request]
[Oct 09 00:49:49 2005] hs_request loaded
[Oct 09 00:49:49 2005] status: [0]
[Oct 09 00:49:50 2005] Read error from server: Success (error num: 0)
[Oct 09 00:49:50 2005] [cs_appendtopic] Unloaded succefully
[Oct 09 00:49:50 2005] hs_request un-loaded
Thank you. :)

Posted: Sun Oct 09, 2005 8:24 am
by Stealth
What is your link block on Unreal?

What is the RemoteServer line in Anope?

Posted: Sun Oct 09, 2005 8:36 am
by GreZx
Link block (in unrealircd.conf):

Code: Select all

link            services.clanmox.servegame.org
{
	username	*;
	hostname 	localhost;
	bind-ip 	*;
	port 		6667;
	hub             *;
	password-connect "*************";
	password-receive "*************";
	class           servers;
};
RemoteServer line (in services.conf):

Code: Select all

RemoteServer    localhost 6667 "*************"
Should "localhost" in the RemoteServer line be "services.clanmox.servegame.org" since they're both running on the same box?