Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: services doesn't start after server restart  (Read 4923 times)

0 Members and 1 Guest are viewing this topic.

karl maier der zweite

  • Anope User
  • Offline Offline
  • Posts: 2
services doesn't start after server restart
« 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
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: services doesn't start after server restart
« Reply #1 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.
Logged

Jens Voss

  • Team
  • *
  • Offline Offline
  • Posts: 125
Re: services doesn't start after server restart
« Reply #2 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.
Logged

karl maier der zweite

  • Anope User
  • Offline Offline
  • Posts: 2
Re: services doesn't start after server restart
« Reply #3 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.
Logged
Pages: [1]   Go Up