Anope IRC Services

Anope.org => General Chat => Topic started by: msken on January 22, 2007, 01:26:54 AM

Title: Read error from server: Unknown error
Post by: msken on January 22, 2007, 01:26:54 AM
Trying to run services, I have been trying to do this for days with no luck. Been bashing my head against a wall for a while now. I seem to be down to this:

[Jan 21 18:03:18 2007] Loading IRCD Protocol Module: [unreal32]
[Jan 21 18:03:18 2007] status: [enc_none]
[Jan 21 18:03:18 2007] status: [ms_rsend]
[Jan 21 18:03:19 2007] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jan 21 18:03:19 2007] MySQL: has been disabled.
[Jan 21 18:03:19 2007] Databases loaded
[Jan 21 18:03:19 2007] Info: Reflecting database records.
[Jan 21 18:03:19 2007] Connected to Server 1 (38.100.89.70:7000)
[Jan 21 18:03:19 2007] trying to load [cs_appendtopic]
[Jan 21 18:03:19 2007] [cs_appendtopic] Loaded successfully
[Jan 21 18:03:19 2007] status: [cs_enforce]
[Jan 21 18:03:19 2007] status: [ns_maxemail]
[Jan 21 18:03:19 2007] status: [os_info]
[Jan 21 18:03:19 2007] os_info: Loading configuration directives...
[Jan 21 18:03:19 2007] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Jan 21 18:03:19 2007] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Jan 21 18:03:19 2007] status: [hs_request]
[Jan 21 18:03:19 2007] hs_request loaded
[Jan 21 18:03:19 2007] status: [cs_appendtopic] Unloaded successfully
[Jan 21 18:03:19 2007] hs_request un-loaded

services.conf
IRCDModule "unreal32"
RemoteServer    38.100.89.70 7000 "passw0rd"
ServerName  "services.mwoserver.com"
ServicesRoot "msken"

unrealircd.conf

link   services.mwoserver.com
{
   username *;
   hostname 38.100.89.70;
   bind-ip    *;
   port 7000;
   hub *;
   password-connect "passw0rd";
   password-receive "passw0rd";
   class   servers;
};

listen         38.100.89.70:7000
{
   options
   {
      clientsonly;
   };
};


listen         38.100.89.70:8067;
listen         38.100.89.70:6667;

Anyone have any ideas?
Title:
Post by: Jan Milants on January 22, 2007, 10:34:43 AM
you tell services to connect to port 7000 but your ircd doesn't allow servers on it... it s clientsonly
Title:
Post by: Jobe on January 22, 2007, 12:40:49 PM
Oh and ms_rsend doesnt load if youve not uncommented the option to enable Memo receipts in your services.conf.
Title:
Post by: msken on January 22, 2007, 11:22:28 PM
Thanks guys! Up and running.