I've been searching the interwebs for anyone running into a similar situation but haven't had any luck. On Saturday, I ran an apt-get update && apt-get upgrade and it came back with the following output:
Code: Select all
The following packages will be upgraded:
libmysqlclient18 mysql-client mysql-client-5.5 mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5
7 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
Need to get 7,481 kB of archives.
After this operation, 22.5 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main mysql-common all 5.5.41-0+wheezy1 [78.4 kB]
Get:2 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libmysqlclient18 armhf 5.5.41-0+wheezy1 [621 kB]
Get:3 http://mirrordirector.raspbian.org/raspbian/ wheezy/main mysql-server all 5.5.41-0+wheezy1 [76.7 kB]
Get:4 http://mirrordirector.raspbian.org/raspbian/ wheezy/main mysql-server-5.5 armhf 5.5.41-0+wheezy1 [1,828 kB]
Get:5 http://mirrordirector.raspbian.org/raspbian/ wheezy/main mysql-client all 5.5.41-0+wheezy1 [76.6 kB]
Get:6 http://mirrordirector.raspbian.org/raspbian/ wheezy/main mysql-client-5.5 armhf 5.5.41-0+wheezy1 [1,463 kB]
Get:7 http://mirrordirector.raspbian.org/raspbian/ wheezy/main mysql-server-core-5.5 armhf 5.5.41-0+wheezy1 [3,338 kB]
Fetched 7,481 kB in 4s (1,836 kB/s)
Preconfiguring packages ...
(Reading database ... 78729 files and directories currently installed.)
Preparing to replace mysql-common 5.5.40-0+wheezy1 (using .../mysql-common_5.5.41-0+wheezy1_all.deb) ...
Unpacking replacement mysql-common ...
Preparing to replace libmysqlclient18:armhf 5.5.40-0+wheezy1 (using .../libmysqlclient18_5.5.41-0+wheezy1_armhf.deb) ...
Unpacking replacement libmysqlclient18:armhf ...
Preparing to replace mysql-server 5.5.40-0+wheezy1 (using .../mysql-server_5.5.41-0+wheezy1_all.deb) ...
Unpacking replacement mysql-server ...
Setting up mysql-common (5.5.41-0+wheezy1) ...
(Reading database ... 78729 files and directories currently installed.)
Preparing to replace mysql-server-5.5 5.5.40-0+wheezy1 (using .../mysql-server-5.5_5.5.41-0+wheezy1_armhf.deb) ...
[ ok ] Stopping MySQL database server: mysqld.
[ ok ] Stopping MySQL database server: mysqld.
Unpacking replacement mysql-server-5.5 ...
Preparing to replace mysql-client 5.5.40-0+wheezy1 (using .../mysql-client_5.5.41-0+wheezy1_all.deb) ...
Unpacking replacement mysql-client ...
Preparing to replace mysql-client-5.5 5.5.40-0+wheezy1 (using .../mysql-client-5.5_5.5.41-0+wheezy1_armhf.deb) ...
Unpacking replacement mysql-client-5.5 ...
Preparing to replace mysql-server-core-5.5 5.5.40-0+wheezy1 (using .../mysql-server-core-5.5_5.5.41-0+wheezy1_armhf.deb) ...
Unpacking replacement mysql-server-core-5.5 ...
Processing triggers for man-db ...
Setting up libmysqlclient18:armhf (5.5.41-0+wheezy1) ...
Setting up mysql-client-5.5 (5.5.41-0+wheezy1) ...
Setting up mysql-server-core-5.5 (5.5.41-0+wheezy1) ...
Setting up mysql-server-5.5 (5.5.41-0+wheezy1) ...
[ ok ] Stopping MySQL database server: mysqld.
[FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
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
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.5; however:
Package mysql-server-5.5 is not configured yet.
dpkg: error processing mysql-server (--configure):
dependency problems - leaving unconfigured
Setting up mysql-client (5.5.41-0+wheezy1) ...
Errors were encountered while processing:
mysql-server-5.5
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code: Select all
Setting up mysql-server-5.5 (5.5.41-0+wheezy1) ...
[ ok ] Stopping MySQL database server: mysqld.
150127 12:15:48 [Note] Plugin 'FEDERATED' is disabled.
150127 12:15:48 InnoDB: The InnoDB memory heap is disabled
150127 12:15:48 InnoDB: Mutexes and rw_locks use GCC atomic builtins
150127 12:15:48 InnoDB: Compressed tables use zlib 1.2.7
150127 12:15:48 InnoDB: Using Linux native AIO
150127 12:15:49 InnoDB: Initializing buffer pool, size = 128.0M
150127 12:15:49 InnoDB: Completed initialization of buffer pool
150127 12:15:49 InnoDB: highest supported file format is Barracuda.
150127 12:15:49 InnoDB: Waiting for the background threads to start
150127 12:15:50 InnoDB: 5.5.41 started; log sequence number 9491943
/usr/sbin/mysqld: File './mysql-bin.000020' not found (Errcode: 13)
150127 12:15:50 [ERROR] Failed to open log (file './mysql-bin.000020', errno 13)
150127 12:15:50 [ERROR] Could not open log file
150127 12:15:50 [ERROR] Can't init tc log
150127 12:15:50 [ERROR] Aborting
150127 12:15:50 InnoDB: Starting shutdown...
150127 12:15:51 InnoDB: Shutdown completed; log sequence number 9491943
150127 12:15:51 [Note] /usr/sbin/mysqld: Shutdown complete
[FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
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
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.5; however:
Package mysql-server-5.5 is not configured yet.
dpkg: error processing mysql-server (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mysql-server-5.5
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code: Select all
/usr/sbin/dpkg-reconfigure: mysql-server is broken or not fully installed
Code: Select all
E: Internal Error, No file name for mysql-server:armhf
Thanks!