Hey Everyone,
So I followed the instructions to the T for the Installation instructions, and the stickied post here. I still can't managed to get services to connect to my server, basically this happens:
/connect services.myserver.net
*** Connecting to services.myserver.net[serveriphere].
*** LocOps -- Server services.myserver.net[serveriphere] closed the connection
My Linkblock on Unreal looks like this:
link services.myserver.net
{
username *;
hostname serveriphere;
port 7000;
bind-ip *;
hub *;
password-connect "mypassword";
password-receive "mypassword";
class servers;
};
ulines {
services.myserver.net;
};
And my services looks like:
IRCDModule = "unreal32"
ServerName = "services.myserver.net"
ServiceUser = "
services@myserver.net"
And my log file is as follows:
[May 05 15:20:35 2014] Loading IRCD Protocol Module: [unreal32]
[May 05 15:20:35 2014] status:
- [Module, Okay - No Error]
[May 05 15:20:35 2014] Loading Encryption Module: [enc_md5]
[May 05 15:20:35 2014] status:
- [Module, Okay - No Error]
[May 05 15:20:35 2014] Anope 1.8.9 (3130) (ircd protocol: UnrealIRCd 3.2+) starting up
[May 05 15:20:35 2014] MSMemoReceipt not enabled in services.conf
[May 05 15:20:35 2014] ms_rsend requested unload...
[May 05 15:20:35 2014] debug: trying to load core module [ms_rsend]
[May 05 15:20:35 2014] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[May 05 15:20:35 2014] MySQL: has been disabled.
[May 05 15:20:35 2014] Databases loaded
[May 05 15:20:35 2014] Info: Reflecting database records.
[May 05 15:20:35 2014] Connected to Server 1 (serveriphere:7000)
[May 05 15:20:35 2014] trying to load [cs_appendtopic]
[May 05 15:20:35 2014] [cs_appendtopic] Loaded successfully
[May 05 15:20:35 2014] status:
- [Module, Okay - No Error]
[May 05 15:20:35 2014] trying to load [cs_enforce]
[May 05 15:20:35 2014] status:
- [Module, Okay - No Error]
[May 05 15:20:35 2014] trying to load [ns_maxemail]
[May 05 15:20:35 2014] status:
- [Module, Okay - No Error]
[May 05 15:20:35 2014] trying to load [os_info]
[May 05 15:20:35 2014] os_info: Loading configuration directives...
[May 05 15:20:35 2014] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[May 05 15:20:35 2014] os_info: Directive OSInfoDBName loaded (os_info.db)...
[May 05 15:20:35 2014] status:
- [Module, Okay - No Error]
[May 05 15:20:35 2014] trying to load [hs_request]
[May 05 15:20:35 2014] hs_request loaded
[May 05 15:20:35 2014] status:
- [Module, Okay - No Error]
[May 05 15:20:35 2014] Read error from server: Connection reset by peer (error num: 54)
[May 05 15:20:35 2014] [cs_appendtopic] Unloaded successfully
[May 05 15:20:35 2014] hs_request un-loaded
During connection attempts I am getting this line:
[May 05 15:20:35 2014] Read error from server: Connection reset by peer (error num: 54)
From the log.
Services starts fine. Server rehashes fine. Cannot connect services to my server.
Any advice?
Thanks,
Tiy