Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: karl maier der zweite on April 05, 2013, 08:59:17 AM

Title: services doesn't start after server restart
Post by: karl maier der zweite on April 05, 2013, 08:59:17 AM
Hello,

I got a problem starting the "services" after restarting the server. The "services" were running properly before that restart and I can't figure out why, please help.

Log: http://pastebin.com/K57Ve3y0
Title: Re: services doesn't start after server restart
Post by: Charles Kingsley on April 05, 2013, 09:01:19 AM
[Apr 05 09:41:21.113713 2013] debug: Received: ERROR :Closing Link: localhost (Invalid servername.)
[Apr 05 09:41:21.113872 2013] debug: Closing Link: localhost (Invalid servername.)

What's changed.
Title: Re: services doesn't start after server restart
Post by: Jens Voss on April 05, 2013, 09:05:44 AM
And to solve the "Unable to run query: Table 'anope.anope_*' doesn't exist" error messages in your log you have to run ./mydbgen first to create the tables.
Title: Re: services doesn't start after server restart
Post by: karl maier der zweite on April 05, 2013, 11:11:16 AM
so, after changing this:

connect {
   /* name: the name of the server */
   name = "anope.hyperion.lgs";

   /* host: the host or IP to connect to.  If a hostname is used it
    * must match the reverse dns of the server.
    */
   host = "localhost";

to this:
connect {
   /* name: the name of the server */
   name = "anope.hyperion.lgs";

   /* host: the host or IP to connect to.  If a hostname is used it
    * must match the reverse dns of the server.
    */
   host = "127.0.0.1";

in ircd.conf. And after restarting the IRC Server, the "services" are running again. Strange situation I didn't change anything here. Thanks anyhow.