[Bug 1317093] [NEW] duplicated init-script, systemv seems broken

2014-05-07 Thread tobixen
Public bug reported: It seems like there is both an upstart config (/etc/init/mysql) and a systemv initscript (/etc/init.d/mysql) installed in this package. I guess the correct would be to let /etc/init.d/mysql be a symlink til /lib/init/upstart-job. What's worse, /etc/init.d/mysql stop doesn't

[Bug 1317093] [NEW] duplicated init-script, systemv seems broken

2014-05-07 Thread tobixen
Public bug reported: It seems like there is both an upstart config (/etc/init/mysql) and a systemv initscript (/etc/init.d/mysql) installed in this package. I guess the correct would be to let /etc/init.d/mysql be a symlink til /lib/init/upstart-job. What's worse, /etc/init.d/mysql stop doesn't

[Bug 973951] Re: package mysql-server-5.5 5.5.22-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-07-04 Thread tobixen
I had similar problem, installing mysql-server fails because it won't start. Eventually, I got it up and running after: 1) installing /etc/mysql/my.cnf 2) did this to /etc/init/mysql.conf: - exec /usr/sbin/mysqld + exec sudo -u mysql /usr/sbin/mysqld -- You received this bug notification