[MDEV-3563] LP:821779 - server 5.3.0 does not install Created: 2011-08-06  Updated: 2012-10-04  Resolved: 2012-10-04

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Jay Lozier (Inactive) Assignee: Unassigned
Resolution: Not a Bug Votes: 0
Labels: Launchpad

Attachments: XML File LPexportBug821779.xml    

 Description   

Installing 5.3.0 on Unbuntu 11.04 the following occurs

sudo apt-get install mariadb-server-5.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libdbd-mysql-perl libmariadbclient16 libmysqlclient16 mariadb-client-5.3
mariadb-client-core-5.3 mariadb-server-core-5.3 mysql-common
Suggested packages:
mailx mariadb-test
The following NEW packages will be installed:
libdbd-mysql-perl libmariadbclient16 libmysqlclient16 mariadb-client-5.3
mariadb-client-core-5.3 mariadb-server-5.3 mariadb-server-core-5.3
mysql-common
0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
Need to get 22.8 MB of archives.
After this operation, 56.5 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ftp.osuosl.org/pub/mariadb/repo/5.3/ubuntu/ natty/main mysql-common all 5.3.0-mariadb101~natty [10.7 kB]
Get:2 http://ftp.osuosl.org/pub/mariadb/repo/5.3/ubuntu/ natty/main libmariadbclient16 amd64 5.3.0-mariadb101~natty [1,517 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ natty/main libdbd-mysql-perl amd64 4.016-1 [140 kB]
Get:4 http://ftp.osuosl.org/pub/mariadb/repo/5.3/ubuntu/ natty/main libmysqlclient16 amd64 5.3.0-mariadb101~natty [4,356 B]
Get:5 http://ftp.osuosl.org/pub/mariadb/repo/5.3/ubuntu/ natty/main mariadb-client-core-5.3 amd64 5.3.0-mariadb101~natty [94.1 kB]
Get:6 http://ftp.osuosl.org/pub/mariadb/repo/5.3/ubuntu/ natty/main mariadb-client-5.3 amd64 5.3.0-mariadb101~natty [1,760 kB]
Get:7 http://ftp.osuosl.org/pub/mariadb/repo/5.3/ubuntu/ natty/main mariadb-server-core-5.3 amd64 5.3.0-mariadb101~natty [4,719 kB]
Get:8 http://ftp.osuosl.org/pub/mariadb/repo/5.3/ubuntu/ natty/main mariadb-server-5.3 amd64 5.3.0-mariadb101~natty [14.5 MB]
Fetched 22.8 MB in 6s (3,556 kB/s)
Preconfiguring packages ...
Selecting previously deselected package mysql-common.
(Reading database ... 458566 files and directories currently installed.)
Unpacking mysql-common (from .../mysql-common_5.3.0-mariadb101~natty_all.deb) ...
Selecting previously deselected package libmariadbclient16.
Unpacking libmariadbclient16 (from .../libmariadbclient16_5.3.0-mariadb101~natty_amd64.deb) ...
Selecting previously deselected package libmysqlclient16.
Unpacking libmysqlclient16 (from .../libmysqlclient16_5.3.0-mariadb101~natty_amd64.deb) ...
Selecting previously deselected package libdbd-mysql-perl.
Unpacking libdbd-mysql-perl (from .../libdbd-mysql-perl_4.016-1_amd64.deb) ...
Selecting previously deselected package mariadb-client-core-5.3.
Unpacking mariadb-client-core-5.3 (from .../mariadb-client-core-5.3_5.3.0-mariadb101~natty_amd64.deb) ...
Selecting previously deselected package mariadb-client-5.3.
Unpacking mariadb-client-5.3 (from .../mariadb-client-5.3_5.3.0-mariadb101~natty_amd64.deb) ...
Selecting previously deselected package mariadb-server-core-5.3.
Unpacking mariadb-server-core-5.3 (from .../mariadb-server-core-5.3_5.3.0-mariadb101~natty_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for menu ...
Setting up mysql-common (5.3.0-mariadb101~natty) ...
Selecting previously deselected package mariadb-server-5.3.
(Reading database ... 458747 files and directories currently installed.)
Unpacking mariadb-server-5.3 (from .../mariadb-server-5.3_5.3.0-mariadb101~natty_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up libmysqlclient16 (5.3.0-mariadb101~natty) ...
Setting up libmariadbclient16 (5.3.0-mariadb101~natty) ...
Setting up libdbd-mysql-perl (4.016-1) ...
Setting up mariadb-client-core-5.3 (5.3.0-mariadb101~natty) ...
Setting up mariadb-client-5.3 (5.3.0-mariadb101~natty) ...
Setting up mariadb-server-core-5.3 (5.3.0-mariadb101~natty) ...
Setting up mariadb-server-5.3 (5.3.0-mariadb101~natty) ...

  • Stopping MariaDB database server mysqld [ OK ]
    110805 19:01:37 [Note] Plugin 'PBXT' is disabled.
    110805 19:01:37 [Note] Plugin 'InnoDB' is disabled.
  • Starting MariaDB database server mysqld [fail]
    invoke-rc.d: initscript mysql, action "start" failed.
    dpkg: error processing mariadb-server-5.3 (--configure):
    subprocess installed post-installation script returned error exit status 1
    Processing triggers for libc-bin ...
    ldconfig deferred processing now taking place
    Processing triggers for menu ...
    Errors were encountered while processing:
    mariadb-server-5.3
    E: Sub-process /usr/bin/dpkg returned an error code (1)

Prior to installing I attempted to remove any possible problems with other versions of MySQL or Maria on the system by completely removing using Synaptic then doing the following

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove
sudo aptitude update
sudo aptitude install sysvinit-utils



 Comments   
Comment by Kristian Nielsen [ 2011-09-06 ]

Re: server 5.3.0 does not install
This is the cause of the problem:

  • Starting MariaDB database server mysqld [fail]

The most common cause of this is a /etc/mysql/my.cnf that has a problem. To tell more, we need the server error log (full output) to see why the server fails to start. The error log is logged to syslog on Debian/Ubuntu.

Comment by Kristian Nielsen [ 2012-03-02 ]

Re: server 5.3.0 does not install
Marking as invalid as not enough information was provided to determine if there is a bug.

Comment by Rasmus Johansson (Inactive) [ 2012-03-02 ]

Launchpad bug id: 821779

Generated at Thu Feb 08 06:49:32 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.