msyql configuration via dbconfig-common not picked up by initctl automatically during installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysql-5.5 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I am running Kubuntu from USB stick and installing mysql-server-5.5.
mysqld does not start up properly because the configuration is not picked up automatically. After forcing "initctl reload-
The issue is:
start: Unknown job: mysql
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.5 (--configure):
Full install output is:
kubuntu@kubuntu:~$ sudo start mysql
start: Unknown job: mysql
kubuntu@kubuntu:~$ sudo apt-get install mysql-server-5.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
mysql-
Suggested packages:
tinyca mailx
The following NEW packages will be installed:
mysql-server-5.5 mysql-server-
0 upgraded, 2 newly installed, 0 to remove and 615 not upgraded.
Need to get 0 B/14.5 MB of archives.
After this operation, 49.5 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Preconfiguring packages ...
Selecting previously unselected package mysql-server-
(Reading database ... 108871 files and directories currently installed.)
Unpacking mysql-server-
Selecting previously unselected package mysql-server-5.5.
Unpacking mysql-server-5.5 (from .../mysql-
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up mysql-server-
Setting up mysql-server-5.5 (5.5.22-0ubuntu1) ...
120411 22:07:11 [Note] Plugin 'FEDERATED' is disabled.
120411 22:07:11 InnoDB: The InnoDB memory heap is disabled
120411 22:07:11 InnoDB: Mutexes and rw_locks use GCC atomic builtins
120411 22:07:11 InnoDB: Compressed tables use zlib 1.2.3.4
120411 22:07:11 InnoDB: Initializing buffer pool, size = 128.0M
120411 22:07:11 InnoDB: Completed initialization of buffer pool
120411 22:07:11 InnoDB: highest supported file format is Barracuda.
120411 22:07:11 InnoDB: Waiting for the background threads to start
120411 22:07:12 InnoDB: 1.1.8 started; log sequence number 1595675
120411 22:07:12 InnoDB: Starting shutdown...
120411 22:07:13 InnoDB: Shutdown completed; log sequence number 1595675
start: Unknown job: mysql
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.5 (--configure):
subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
mysql-server-5.5
E: Sub-process /usr/bin/dpkg returned an error code (1)
kubuntu@kubuntu:~$ sudo initctl reload-
kubuntu@kubuntu:~$ sudo apt-get install mysql-server-5.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
mysql-server-5.5 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 615 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]?
Setting up mysql-server-5.5 (5.5.22-0ubuntu1) ...
mysql start/running, process 1664
kubuntu@kubuntu:~$
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: mysql-server-5.5 5.5.22-0ubuntu1
ProcVersionSign
Uname: Linux 3.2.0-12-
NonfreeKernelMo
ApportVersion: 1.91-0ubuntu1
Architecture: i386
CasperVersion: 1.302
Date: Wed Apr 11 22:12:49 2012
LiveMediaBuild: Kubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120201)
Logs.var.
Logs.var.
MySQLConf.
[mysqld_safe]
syslog
MySQLVarLibDirL
ProcEnviron:
LANGUAGE=
TERM=xterm
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: mysql-5.5
UpgradeStatus: No upgrade log present (probably fresh install)
Status changed to 'Confirmed' because the bug affects multiple users.