Summary: | Database error when starting up Akonad console | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Natalie Clarius <natalie_clarius> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | drn+dev.report.bugs.kde |
Priority: | NOR | ||
Version: | 5.22.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=464275 https://bugs.kde.org/show_bug.cgi?id=464277 |
||
Latest Commit: | https://bugs.kde.org/show_bug.cgi?id=464274 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Error msesage #3
Error message #1 Error message #2 |
Description
Natalie Clarius
2023-01-14 14:19:46 UTC
Created attachment 155285 [details]
Error message #1
Created attachment 155286 [details]
Error message #2
When running `akonadictl start` on the console, I'm getting the following: akonadictl start ❯natalie 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... ❯natalie org.kde.pim.akonadiserver: database server stopped unexpectedly org.kde.pim.akonadiserver: Database process exited unexpectedly during initial connection! org.kde.pim.akonadiserver: executable: "/usr/bin/mysqld" org.kde.pim.akonadiserver: arguments: ("--defaults-file=/home/natalie/.local/share/akonadi/mysql.conf", "--datadir=/home/natalie/.local/share/akonadi/db_data/", "--socket=/run/user/1000/akonadi/mysql.socket", "--pid-file=/run/user/1000/akonadi/mysql.pid") org.kde.pim.akonadiserver: stdout: "" org.kde.pim.akonadiserver: stderr: "2023-01-14 15:22:13 0 [Note] /usr/bin/mysqld (server 10.9.4-MariaDB) starting as process 179295 ...\n" org.kde.pim.akonadiserver: exit code: 1 org.kde.pim.akonadiserver: process error: "Unknown error" org.kde.pim.akonadiserver: Shutting down AkonadiServer... org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally... Deleting ~/.local/share/akonadi solved it. I'll keep the old folder around for a bit in case someone wants me to try and test something. This affects me as well. Renaming ~/.local/share/akonadi solves the issue, but this has all my notes, to-dos and other data in it, so I can't access them. Keep in mind: if you delete it, you'll lose your data. This is not a fix. |