Tagged Questions
1
vote
2answers
183 views
How to disable mysqld in 10.04?
I have a few (Linode) Ubuntu 10.04 (64bit) VPSes, and mysqld keeps starting on every reboot on all of them --
$ uptime
16:32:26 up 1 min, 1 user, load average: 0.09, 0.08, 0.07
$ ps -ef | grep -i ...
0
votes
2answers
3k views
update.rc-d init.d startup script is not starting
I got a simple script called hwtestinit which I installed using
update-rc.d hwtestinit defaults
On the surface, as far as I can inspect, all seems fine , I mean, the following files, all exists, ...
9
votes
4answers
3k views
How to correctly add a custom daemon to init.d?
I've got a 3-rd party proprietary application server daemon which can be started and stopped by couple of command lines. I need this daemon to start when the system starts up and correctly stopped on ...
10
votes
7answers
8k views
haproxy doesn't start
Installed a new Ubuntu 10.04 server and logging in as root I installed haproxy using apt-get.
I can run haproxy directly as a daemon but when I do /etc/init.d/haproxy start nothing happens.. not even ...