FS#22188 - [mysql] fails to start

Attached to Project: Arch Linux
Opened by Dave Morgan (loafer) - Wednesday, 22 December 2010, 15:42 GMT
Last edited by Andrea Scarpino (BaSh) - Wednesday, 22 December 2010, 19:07 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

mysql-5.5.8-3 from testing fails to start after looking for the following at "/usr/usr/..."

'/usr/usr/share/mysql/errmsg.sys'


Additional info:
* package version(s)
* config and/or log files etc.

101222 15:18:20 InnoDB: Starting shutdown...
101222 15:18:21 InnoDB: Shutdown completed; log sequence number 6757724
101222 15:18:21 [Note]
101222 15:18:21 mysqld_safe mysqld from pid file /var/lib/mysql/Archer.pid ended
101222 15:19:21 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
101222 15:19:21 [ERROR] Can't find messagefile '/usr/usr/share/mysql/errmsg.sys'
101222 15:19:21 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use GCC atomic builtins
InnoDB: Compressed tables use zlib 1.2.5
101222 15:19:21 InnoDB: Initializing buffer pool, size = 128.0M
101222 15:19:21 InnoDB: Completed initialization of buffer pool
101222 15:19:21 InnoDB: highest supported file format is Barracuda.
101222 15:19:21 InnoDB: 1.1.4 started; log sequence number 6757724
101222 15:19:21 [ERROR] Aborting


Steps to reproduce:

Upgrade to 5.5.5-3. Downgrading to the previous testing version fixes it.
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Wednesday, 22 December 2010, 19:07 GMT
Reason for closing:  Fixed
Additional comments about closing:  mysql 5.5.8-4
Comment by Andrea Scarpino (BaSh) - Wednesday, 22 December 2010, 16:07 GMT
uhm...adding --language=/usr/share/mysql/english to mysqld_safe fix this

Loading...