Comment 6 for bug 1508441

Revision history for this message
Tsukasa (tsukasa1105) wrote :

Possible regression. I have vagrant -> puppet setting up ubuntu 14.04 from scratch on a semi-regular basis. After the package was released I see this:

==> one: Setting up mysql-server-core-5.6 (5.6.27-0ubuntu0.14.04.1) ...
==> one: Setting up mysql-server-5.6 (5.6.27-0ubuntu0.14.04.1) ...
==> one: start: Job failed to start
==> one: invoke-rc.d: initscript mysql, action "start" failed.
==> one: dpkg: error processing package mysql-server-5.6 (--configure):
==> one: subprocess installed post-installation script returned error exit status 1

After I SSH into the box and run it manually:

# /etc/init.d/mysql start
 * Starting MySQL database server mysqld
No directory, logging in with HOME=/
-su: 31: source: not found
   ...done.
 * Checking for tables which need an upgrade, are corrupt or were
not closed cleanly.

Then mysql server runs correctly.

More info:

# apt-cache policy mysql-server-5.6
mysql-server-5.6:
  Installed: 5.6.27-0ubuntu0.14.04.1
  Candidate: 5.6.27-0ubuntu0.14.04.1
  Version table:
 *** 5.6.27-0ubuntu0.14.04.1 0
        500 http://mirrors.linode.com/ubuntu/ trusty-updates/universe amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 Packages
        100 /var/lib/dpkg/status
     5.6.25-3+deb.sury.org~trusty+1 0
        500 http://ppa.launchpad.net/ondrej/mysql-5.6/ubuntu/ trusty/main amd64 Packages
     5.6.16-1~exp1 0
        500 http://mirrors.linode.com/ubuntu/ trusty/universe amd64 Packages