Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: cmvdeeden on October 05, 2010, 08:58:25 PM

Title: Error starting anope (status 11, module error)
Post by: cmvdeeden on October 05, 2010, 08:58:25 PM
When I try to start Anope, I get this message:

Quote
Starting Anope
Unfortunately it seems Anope did not start successfully
This error has been logged in your Anope Log file
Located in /srv/www/vhosts/ircefy.nl/services/logs/
This may help you diagnose the problem
Further help may be available from http://www.anope.org/
chloe@h1802568:/srv/www/vhosts/ircefy.nl/services>

Using the following error:

Quote
[Oct 05 21:41:26 2010] Loading IRCD Protocol Module: [unreal32]
[Oct 05 21:41:26 2010] status: [11][Module Error, File I/O Error]



Again and again and again. I've tried to edit the services.conf and unrealircd.conf but that kept the errors alive. Any help?



UNREALIRCD.CONF
Quote
link services.ircefy.nl
{
      username *;
      hostname 85.214.232.254;
      bind-ip *;
      hub *;
      port 6667;
      password-connect mypass;
      password-receive mypass;
      class servers;
};

ulines {

   services.ircefy.nl;

};




SERVICES.CONF
Quote
IRCDModule "unreal32"

EncModule "enc_md5"

RemoteServer    85.214.232.254 6667 "mypass"

ServerName  "services.ircefy.nl"

ServerDesc  "IRCefy services"

ServiceUser "services@ircefy.nl"
Title: Re: Error starting anope (status 11, module error)
Post by: Charles Kingsley on October 05, 2010, 09:03:17 PM
That I/O error normally means you did something as root, did you?
Title: Re: Error starting anope (status 11, module error)
Post by: cmvdeeden on October 05, 2010, 09:05:05 PM
That I/O error normally means you did something as root, did you?

I installed Anope as root. Perhaps reinstall?
Title: Re: Error starting anope (status 11, module error)
Post by: Charles Kingsley on October 05, 2010, 09:05:45 PM
Yeah, reinstall as a non root user but keep your services.conf :)