I'm running Ubuntu Server 10.04. I've installed mysql, nsd3, lighttpd, but nothing but sshd will start when I reboot. I can start them manually. What do I do to make these start at boot?
|
feedback
|
|
This may be related to Ubuntu bugs #554172 or #497299. Try making sure your loopback interface is defined properly in /etc/network/interfaces EDIT: Assuming that the services are actually set to start at boot, which usually happens during package installation. | |||||||
feedback
|
|
While you can technically place the correct files by hand, the prefered method would be update-rc.d | |||
|
feedback
|
|
If your SysV scripts are faulty somehow, you could delete them manually and use chkconfig to set them for you. | |||
|
feedback
|