MySQL 的最新 Kubuntu 更新似乎破坏了 Akonadi

MySQL 的最新 Kubuntu 更新似乎破坏了 Akonadi

我目前正在运行 Kubuntu 14.04,刚刚通过 Muon 更新管理器安装了 MySQL 更新。我认为有 4 个文件涉及将版本升级到 5.5.53。我现在遇到的问题是 KOrganizer 日历无法加载,提示Akonadi personal information management service is not operational.

我得到的主要错误是:

Akonadi control process not registered at D-Bus.
Details: The Akonadi control process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.

我遇到了同样的错误,但使用系统备份并恢复到 mysql 5.5.52 后一切又恢复正常。

答案1

为我

sudo mkdir /var/lib/mysql-files

更新至 5.5.53 后解决了该问题。尽管不会将任何文件写入此新目录。

相关内容