You are not logged in.
Hello,
when I look system messages with journalctl --follow --lines=1000 --catalog
I see that akonadiserver is constantly trying to restart. I don't know how to fix this. MariaDB is obviosly installed and /usr/bin/mysqld points to /usr/bin/mariadb ... No idea if that's really the problem though since it also says "Unknown error".
I don't really miss any functionality without it but it is spamming messages log needlessly. Thanks for any ideas on this.
Jan 31 09:58:38 steely akonadiserver[25998]: org.kde.pim.akonadiserver: Starting up the Akonadi Server...
Jan 31 09:58:43 steely akonadiserver[25998]: org.kde.pim.akonadiserver: database server stopped unexpectedly
Jan 31 09:58:43 steely akonadiserver[25998]: org.kde.pim.akonadiserver: Database process exited unexpectedly during initial connection!
Jan 31 09:58:43 steely akonadiserver[25998]: org.kde.pim.akonadiserver: executable: "/usr/bin/mysqld"
Jan 31 09:58:43 steely akonadiserver[25998]: org.kde.pim.akonadiserver: arguments: ("--defaults-file=/home/ethersaga/.local/share/akonadi/mysql.conf", "--datadir=/home/ethersaga/.local/share/akonadi/db_data/", "--socket=/run/user/1000/akonadi/mysql.socket", "--pid-file=/run/user/1000/akonadi/mysql.pid")
Jan 31 09:58:43 steely akonadiserver[25998]: org.kde.pim.akonadiserver: stdout: ""
Jan 31 09:58:43 steely akonadiserver[25998]: org.kde.pim.akonadiserver: stderr: "/usr/bin/mysqld: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadbd' instead\n"
Jan 31 09:58:43 steely akonadiserver[25998]: org.kde.pim.akonadiserver: exit code: 1
Jan 31 09:58:43 steely akonadiserver[25998]: org.kde.pim.akonadiserver: process error: "Unknown error"
Last edited by ethersaga (2024-01-31 09:07:44)
Offline
Have you tried e.g. picking a different db engine:
https://wiki.archlinux.org/title/KDE#Akonadi ?
Last edited by dogknowsnx (2024-01-31 10:36:25)
Have you tried e.g. picking a different db engine:
https://wiki.archlinux.org/title/KDE#Akonadi ?
Way too much work for something I have 0 use for. But thanks for your link, I found out I needed to disable Widgets that depend on akonadi for it not to start anymore. I had a KAlarm Applet thingy (the one in the system tray what ever they called), I only needed to remove that and now its gone.
Offline
If you consider this solved, please mark the thread by editing the title accordingly, thanks.