Anope IRC Services
Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: liammarksmith on January 05, 2008, 10:45:45 AM
-
Ive been playing around with the config files for hrs now and can't get it to work.
I checked the log files and i found the errors
GNU nano 1.3.5-cvs File: services.log.20080105
[Jan 05 10:40:09 2008] Loading IRCD Protocol Module: [unreal32]
[Jan 05 10:40:09 2008] status: - [Module, Okay - No Error]
[Jan 05 10:40:09 2008] Loading Encryption Module:
[enc_none]
[Jan 05 10:40:09 2008] status: - [Module, Okay - No Error]
[Jan 05 10:40:09 2008] Anope 1.7.19 (1247) (ircd protocol: UnrealIRCd 3.2+) starting up
[Jan 05 10:40:09 2008] ms_rsend requested unload...
[Jan 05 10:40:09 2008] debug: trying to load core module
[ms_rsend]
[Jan 05 10:40:09 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jan 05 10:40:09 2008] Databases loaded
[Jan 05 10:40:09 2008] Info: Reflecting database records.
[Jan 05 10:40:09 2008] Connected to Server 1 (87.106.64.51:7000)
[Jan 05 10:40:09 2008] trying to load [cs_appendtopic]
[Jan 05 10:40:09 2008] [cs_appendtopic] Loaded successfully
[Jan 05 10:40:09 2008] status: - [Module, Okay - No Error]
[Jan 05 10:40:09 2008] trying to load
[cs_enforce]
[Jan 05 10:40:09 2008] status: - [Module, Okay - No Error]
[Jan 05 10:40:09 2008] trying to load
[ns_maxemail]
[Jan 05 10:40:09 2008] status: - [Module, Okay - No Error]
[Jan 05 10:40:09 2008] trying to load
[os_info]
[Jan 05 10:40:09 2008] os_info: Loading configuration directives...
[Jan 05 10:40:09 2008] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Jan 05 10:40:09 2008] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Jan 05 10:40:09 2008] status: - [Module, Okay - No Error]
[Jan 05 10:40:09 2008] trying to load
[hs_request]
[Jan 05 10:40:10 2008] hs_request loaded
[Jan 05 10:40:10 2008] status: - [Module, Okay - No Error]
[Jan 05 10:40:10 2008] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Jan 05 10:40:10 2008] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Jan 05 10:40:10 2008] Read error from server: No such file or directory (error num: 2)
[Jan 05 10:40:10 2008]
[cs_appendtopic] Unloaded successfully
[Jan 05 10:40:11 2008] hs_request un-loaded
I wondered if you can help me get this working that would be great.
Thanks
-
Try running services in debug mode: ./services -debug -nofork
This should give a more detailed error on what exactly went wrong. Your IRCd might also give important clues in it's connection notices.
-
Ive quickly scanned through it all but i can't seem to find any error apart from this:
[Jan 05 10:51:30.528223 2008] debug: Received: :irc.streamservers.co.uk NOTICE AUTH :*** Looking up your hostname...
[Jan 05 10:51:30.528405 2008] debug: Received: :irc.streamservers.co.uk NOTICE AUTH :*** Found your hostname (cached)
[Jan 05 10:51:30.528559 2008] debug: Received: ERROR :Link denied (No matching link configuration) [@87.106.64.51.47793]
[Jan 05 10:51:30.528597 2008] debug: Link denied (No matching link configuration) [@87.106.64.51.47793]
[Jan 05 10:51:30.528635 2008] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Jan 05 10:51:30.760411 2008] debug: Received: ERROR :Closing Link: [87.106.64.51] (Link denied (No matching link configuration))
[Jan 05 10:51:30.760480 2008] debug: Closing Link: [87.106.64.51] (Link denied (No matching link configuration))
[Jan 05 10:51:30.760517 2008] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Jan 05 10:51:30.760591 2008] debug: Emitting event "shutdown" (1 args)
[Jan 05 10:51:30.760627 2008] Read error from server: Broken pipe (error num: 32)
[Jan 05 10:51:30.760670 2008] debug: Sent: SQUIT services.streamservers.co.uk :Read error from server: Broken pipe (error num: 32)
[Jan 05 10:51:30.760713 2008] debug: firstuser() returning NULL (end of list)
[Jan 05 10:51:30.760748 2008] debug: Emitting event "shutdown" (1 args)
The full log file is here if you want to take a look (http://www.extremehitsfm.com/services.txt)
-
That is exactly what's wrong :)
-
I'm not sure why thats wrong though, My link is setup correctly, i have just changed it all to localhost and used the link block create here:
http://www.anope.org/~heinz/ilm.php?p=lm
link services.streamservers.co.uk
{
username services@streamservers.co.uk;
hostname 127.0.0.1;
port *;
bind-ip 127.0.0.1;
password-connect "liammarksmith#";
password-receive "liammarksmith#";
class servers;
};
ulines {
services.streamservers.co.uk;
};
RemoteServer localhost 6667 "liammarksmith#"
RemoteServer2 localhost 7000 "liammarksmith#"
Can you see anything wrong?
-
my guess is username will be wrong.. try replacing "services@streamservers.co.uk" by an *. same goes for bind-ip, unless you know you need it, you can put a * there
and don't use localhost but use 127.0.0.1
[Edited on 6-1-2008 by Viper]
-
I fixed it now.
Thanks everyone for your help much appreciated.