[opensuse-factory] can someone update mariadb in factory to one that works.
Hello, can someone update mariadb in factory to one that works. -Thanks Glenn Tests I did so far: fail[1] using factory pass[2] using rpms from http://ftp5.gwdg.de/pub/opensuse/repositories/server:/database/openSUSE_Fact... [1] -using factory version [failed] # rpm -qa | grep -i mariadb |sort mariadb-5.5.32-3.1.x86_64 mariadb-client-5.5.32-3.1.x86_64 mariadb-errormessages-5.5.32-3.1.x86_64 # /bin/systemctl start mysql.service returned 1 (unspecified error): # /bin/systemctl start mysql.service Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details. # # systemctl status mysql.service mysql.service - LSB: Start the MySQL database server Loaded: loaded (/etc/init.d/mysql) Active: failed (Result: exit-code) since Fri 2013-09-06 11:09:21 EST; 2min 13s ago Process: 3730 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE) Sep 06 11:08:51 test.site mysql[3730]: [72B blob data] Sep 06 11:08:51 test.site mysql[3730]: Fatal error in defaults handling. Program aborted Sep 06 11:08:51 test.site mysql[3730]: [52B blob data] Sep 06 11:08:51 test.site mysql[3730]: Fatal error in defaults handling. Program aborted Sep 06 11:09:21 test.site mysql[3730]: Starting service MySQL warning: /var/run/mysql/mysql.sock didn't appear within 30 seconds Sep 06 11:09:21 test.site mysql[3730]: chmod: cannot access '/var/run/mysql/mysqld.pid': No such file or directory Sep 06 11:09:21 test.site mysql[3730]: ..failed Sep 06 11:09:21 test.site systemd[1]: mysql.service: control process exited, code=exited status=1 Sep 06 11:09:21 test.site systemd[1]: Failed to start LSB: Start the MySQL database server. Sep 06 11:09:21 test.site systemd[1]: Unit mysql.service entered failed state. #### [2] # mariadb worked[passed] #sources used: http://ftp5.gwdg.de/pub/opensuse/repositories/server:/database/openSUSE_Fact... # rpm -qa | grep -i mariadb |sort mariadb-5.5.32-137.2.x86_64 mariadb-client-5.5.32-137.2.x86_64 mariadb-errormessages-5.5.32-137.2.x86_64 # /bin/systemctl start mysql.service returned 0 (success): # /bin/systemctl start mysql.service test:~ # systemctl status mysql.service mysql.service - LSB: Start the MySQL database server Loaded: loaded (/etc/init.d/mysql) Active: active (running) since Fri 2013-09-06 20:16:20 EST; 32s ago Process: 12988 ExecStart=/etc/init.d/mysql start (code=exited, status=0/SUCCESS) CGroup: /system.slice/mysql.service ├─13450 /bin/sh /usr/bin/mysqld_safe --mysqld=mysqld --user=mysql --pid-file=/var/run/mysql/mysqld.pid --socket=/var/run/mysql/mysql.sock --datadir=/var/lib/mysql └─13664 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/var/lib/mysql/test.site.err --pid-file=/var/run/mysql/mysqld.pid --socket... Sep 06 20:16:18 test.site mysql[12988]: Phase 1/3: Fixing table and database names Sep 06 20:16:18 test.site mysql[12988]: Phase 2/3: Checking and upgrading tables Sep 06 20:16:18 test.site mysql[12988]: Processing databases Sep 06 20:16:18 test.site mysql[12988]: information_schema Sep 06 20:16:18 test.site mysql[12988]: mysql Sep 06 20:16:18 test.site mysql[12988]: test Sep 06 20:16:18 test.site mysql[12988]: Phase 3/3: Running 'mysql_fix_privilege_tables'... Sep 06 20:16:18 test.site mysql[12988]: OK Sep 06 20:16:20 test.site mysql[12988]: Starting service MySQL ..done Sep 06 20:16:20 test.site systemd[1]: Started LSB: Start the MySQL database server # systemctl status mysql.service mysql.service - LSB: Start the MySQL database server Loaded: loaded (/etc/init.d/mysql) Active: active (running) since Fri 2013-09-06 20:16:20 EST; 14min ago Process: 12988 ExecStart=/etc/init.d/mysql start (code=exited, status=0/SUCCESS) CGroup: /system.slice/mysql.service ├─13450 /bin/sh /usr/bin/mysqld_safe --mysqld=mysqld --user=mysql --pid-file=/var/run/mysql/mysqld.pid --socket=/var/run/mysql/mysql.sock --datadir=/var/lib/mysql └─13664 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/var/lib/mysql/test.site.err --pid-file=/var/run/mysql/mysqld.pid --socket... Sep 06 20:16:18 test.site mysql[12988]: Phase 1/3: Fixing table and database names Sep 06 20:16:18 test.site mysql[12988]: Phase 2/3: Checking and upgrading tables Sep 06 20:16:18 test.site mysql[12988]: Processing databases Sep 06 20:16:18 test.site mysql[12988]: information_schema Sep 06 20:16:18 test.site mysql[12988]: mysql Sep 06 20:16:18 test.site mysql[12988]: test Sep 06 20:16:18 test.site mysql[12988]: Phase 3/3: Running 'mysql_fix_privilege_tables'... Sep 06 20:16:18 test.site mysql[12988]: OK Sep 06 20:16:20 test.site mysql[12988]: Starting service MySQL ..done Sep 06 20:16:20 test.site systemd[1]: Started LSB: Start the MySQL database server. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am 05.09.2013 15:05, schrieb doiggl@velocitynet.com.au:
Hello, can someone update mariadb in factory to one that works.
Did you do a bug report? Mariadb works fine for me Greetings, Stephan -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sat, 07 Sep 2013 08:57:50 +0200, Stephan Kulow <coolo@suse.de> wrote:
Am 05.09.2013 15:05, schrieb doiggl@velocitynet.com.au:
Hello, can someone update mariadb in factory to one that works.
Did you do a bug report? Mariadb works fine for me
Greetings, Stephan
Bug report: https://bugzilla.novell.com/show_bug.cgi?id=838804 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
doiggl@velocitynet.com.au
-
Stephan Kulow