[debian-mysql] Bug#773223: Bug#773223: mariadb-server-10.0: Fails to upgrade to 10.0.15-2
Gilles Mocellin
gilles.mocellin at nuagelibre.org
Mon Dec 15 23:13:27 UTC 2014
Finaly, after retrying multiple times dpkg --configure -a,
mariadb-server-10.0 succeed.
There's some logs I hadn't see before (not in the output of journalctl
for the mysql unit) :
Dec 15 23:17:44 guitare mysqld_safe[10908]: 141215 23:17:44 [ERROR]
mysqld: Can't lock aria control file
'/var/lib/mysql/aria_log_control' for exclusive use, error: 11. Will
retry for 30 seconds
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [ERROR]
mysqld: Got error 'Could not get an exclusive lock; file is probably
in use by another process' when trying to use aria control file
'/var/lib/mysql/aria_log_control'
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [ERROR]
Plugin 'Aria' init function returned error.
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [ERROR]
Plugin 'Aria' registration as a STORAGE ENGINE failed.
Dec 15 23:18:15 guitare mysqld_safe[10908]: 2014-12-15 23:18:15
7fde210c8780 InnoDB: Warning: Using innodb_additional_mem_pool_size
is DEPRECATED. This option may be removed in future releases,
together with the option innodb_use_sys_malloc and with the InnoDB's
internal memory allocator.
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Using mutexes to ref count buffer pool pages
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: The InnoDB memory heap is disabled
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Mutexes and rw_locks use GCC atomic builtins
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Memory barrier is not used
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Compressed tables use zlib 1.2.8
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Using Linux native AIO
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Using CPU crc32 instructions
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Initializing buffer pool, size = 200.0M
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Completed initialization of buffer pool
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [ERROR]
InnoDB: Unable to lock ./ibdata1, error: 11
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Check that you do not already have another mysqld process
using the same InnoDB data or log files.
Dec 15 23:18:15 guitare mysqld_safe[10908]: 141215 23:18:15 [Note]
InnoDB: Retrying to lock the first data file
Dec 15 23:18:16 guitare mysqld_safe[10908]: 141215 23:18:16 [ERROR]
InnoDB: Unable to lock ./ibdata1, error: 11
Dec 15 23:18:16 guitare mysqld_safe[10908]: 141215 23:18:16 [Note]
InnoDB: Check that you do not already have another mysqld process
using the same InnoDB data or log files.
Dec 15 23:18:17 guitare mysqld_safe[10908]: 141215 23:18:17 [ERROR]
InnoDB: Unable to lock ./ibdata1, error: 11
...
I don't know if I had a running process (mysqld_safe), I don't think as
I have checked multiple times with "ps -ef | grep mysql" after stopping
mysql and then starting it...
More information about the pkg-mysql-maint
mailing list