Tagged Questions
0
votes
2answers
40 views
Upstart can't start MySQL
After an installation of MySQL, I get a few errors and I can't run the MySQL daemon. I've tried uninstalling and reinstalling several times, and I'm not sure what's going on.
Here's a snippit of what ...
0
votes
1answer
70 views
How to check if openvpn is connected in Upstart?
I need to run a script after mysql and openvpn are started (Ubuntu for ARM).
I can succesfully run the script with upstart with this .conf:
# my upstart for logging boot
start on (starting openvpn ...
4
votes
2answers
5k views
Remove services from upstart
I have mysql installed (from repos) on a development machine (laptop) and I don't need the daemon running on every boot. I've copied /etc/init/mysql.conf to /etc/init/mysql.conf.old and then removed ...
0
votes
1answer
583 views
Boot order of MySQL
I have a conflict with two programs in Ubuntu 10.04.
I have configured an init.d file that boots up a program. However, this program requires MySQL to be running before it starts. When I boot the ...
0
votes
1answer
315 views
Alternative way to start mysql server other than upstart?
I have a chrooted 10.04 LTS installation on a NAS, it works great but breaks Upstart very badly. MySQL only works via Upstart these days, so I created a workaround to start like this:
dtach -n ...
1
vote
2answers
730 views
Where do I put my start up script for mysql?
I have created a second instance of MySQL on the server for replication, if I start the process manually it works but need it to start at bootup.
I used to just do a bash script in the init.d folder ...
2
votes
2answers
424 views
Using Upstart after building Apache & Mysql from source
I'm using Ubuntu 10.10, Apache 2.2.17 and Mysql 5.5.10.
I need some assistance getting Apache and Mysql running on boot.
Reading the getting started over at upstart website attempting to get it to ...
4
votes
2answers
3k views
MySQL server Upstart script not working on boot
For some reason the Upstart script for the MySQL server isn't working when I boot my server, however it does work once the server has booted and I execute sudo start mysql manually.
I'm running an ...
3
votes
1answer
342 views
Why does mysql process starts on boot?
As you can see, mysql exists only in the /etc/init.d directory and not in /etc/rcN.d, therefore it shouldn't start on boot.
$ sudo find /etc -regex ".*\(rc.*d\|init\.d\).*" | sudo grep "mysql" | sort
...
5
votes
1answer
2k views
why would /etc/init.d/mysql run the wrong upstart job?
update: /lib/init/upstart-job has been replaced with the MongoDB init script.
For some reason, /etc/init.d/mysql start|stop|restart|status (/etc/init.d/mysql is simply a symlink to ...