upgrade 14.04 to 15.04, mysql no longer starts on boot due to missing policykit-1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysql-5.6 (Ubuntu) |
Incomplete
|
High
|
Unassigned |
Bug Description
Upgrade 14.04 to 14.10 to 15.04 via do-release upgrade. Upon booting 15.04 mysql no longer starts on boot.
Trying to enable it gives:
# systemctl enable mysql.service
Synchronizing state for mysql.service with sysvinit using update-rc.d...
Executing /usr/sbin/
Executing /usr/sbin/
Failed to execute operation: No such file or directory
strace revealed that the "no such file or directory" refers to /usr/bin/pkttyagent which is in policykit-1 package.
apt-get install policykit-1 and without making any other changes, mysql is back to working on boot.
There is a missing dependency on policykit-1 somewhere.
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: ubuntu-
ProcVersionSign
Uname: Linux 3.16.0-34-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CrashDB: ubuntu
Date: Wed Apr 29 10:18:17 2015
InstallationDate: Installed on 2015-03-02 (57 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
PackageArchitec
ProcEnviron:
TERM=screen
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ubuntu-
UpgradeStatus: Upgraded to vivid on 2015-04-28 (0 days ago)
affects: | ubuntu-release-upgrader (Ubuntu) → mysql-5.6 (Ubuntu) |
Have the same problem but policykit-1 is installed and it doesn't fix the problem.