Daemons did not start automatically ubuntu 10.04
Posted
by
Anton Prokofiev
on Super User
See other posts from Super User
or by Anton Prokofiev
Published on 2010-08-12T07:05:16Z
Indexed on
2011/01/04
15:56 UTC
Read the original article
Hit count: 255
Hello, All! I have a strange behavior on Ubuntu 10.4: few daemons (apache2 and postgresql (8.4SS from enterpriseDB) did not start automatically.
Funny things that time-to-to they do. (If I just restart my computer everything looks ok, but if I turn it off for the night, nothing work..., so I have to start them manually)
I've googled this problem a little bit, but the only answer I have found was to run:
sudo update-rc.d apache2 defaults
I've called it but the answer was:
System start/stop links for /etc/init.d/apache2 already exist.
Any Ideas?
© Super User or respective owner