ISPconfig not starting in the right runlevel?

Discussion in 'Installation/Configuration' started by HackerJL, May 22, 2006.

  1. HackerJL

    HackerJL New Member

    I reinstalled thinking it was a bad install, but when that didnt change the problem, I figured I would post it here.

    After the installation, the machine works great, ispconfig works like a damn, everything i can ask for. But when I restart, the computer will not launch the ispconfig service. I can manually launch it out of /etc/init.d/ispconfig_server start/stop/restart but it wont start.

    I am running suse 10 - perfect setup. I dont install any gui, but when I putty in and look at the system services in the yast2 screen, ispconfig_server is set to start in the following runlevels: 2, 3, and 5. So that tells me that it should be starting.....but why isnt it?

    Simple question, hope its an easy answer. Thanks!
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Please run
    Code:
    chkconfig --add ispconfig_server
    That should add the correct symlinks.
     

Share This Page