[Testing Update] 2020-08-21 - Kernels, PAM, PAMBASE, KDE-git, Deepin, Pamac, Nvidia 450.66

for me, akonadi / mysql doesn’t start after the update.

~/…/share/akonadi >>> akonadictl start [130]
org.kde.pim.akonadictl: Starting Akonadi Server…
org.kde.pim.akonadictl: done.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadiserver: Starting up the Akonadi Server…
org.kde.pim.akonadiserver: Failed to detect mysqld version!
org.kde.pim.akonadiserver: Could not start database server!
org.kde.pim.akonadiserver: executable: “/usr/bin/mysqld”
org.kde.pim.akonadiserver: arguments: (“–defaults-file=/home/termy/.local/share/akonadi/mysql.conf”, “–datadir=/home/termy/.local/share/akonadi/db_data/”, “–socket=/run/user/1000/akonadi/mysql.socket”, “–pid-file=/run/user/1000/akonadi/mysql.pid”)
org.kde.pim.akonadiserver: process error: “execvp: Permission denied”

mysqld also didn’t start due to permissions, so i tried chmod -R 777 /var/lib/mysql, that way mysqld at least tries to start but yields somthing like

[ERROR] Could not open mysql.plugin table: “Table ‘mysql.plugin’ doesn’t exist”. Some plugins may be not loaded
2020-08-22 10:30:31 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2020-08-22 10:30:31 0 [ERROR] InnoDB: Unable to lock ./mysql/innodb_index_stats.ibd error: 11
2020-08-22 10:30:31 0 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2020-08-22 10:30:31 0 [ERROR] InnoDB: Operating system error number 11 in a file operation.
2020-08-22 10:30:31 0 [ERROR] InnoDB: Error number 11 means ‘Resource temporarily unavailable’

for several files.
I found various threads around the internet regarding mysql/mariadb/akonadi-updates, but none that had this specific issues (and none of the solutions there helped)
Anyone got any idea? Should i create a new thread or should i try downgrading mariadb and hope the second attempt works? ^^

3 Likes