Siduction Forum

Siduction Forum => Software - Support => Topic started by: theber on 2023/03/31, 08:32:32

Title: New installation - Akonadi will not start
Post by: theber on 2023/03/31, 08:32:32
I've just installed Siduction a couple of days ago. I've been trying to set up Kontact and KMail, but I always get the message: "The Akonadi personal information management service is not operational." The "Details" button does nothing.
If I try in the Konsole, then I get the following:
Code: [Select]
theber@NB265:~$ akonadictl --verbose start

org.kde.pim.akonadictl: Starting Akonadi Server...

org.kde.pim.akonadictl:    done.

theber@NB265:~$ Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)

org.kde.pim.akonadiserver: Starting up the Akonadi Server...

org.kde.pim.akonadiserver: Found mysql_install_db:  "/usr/bin/mysql_install_db"

org.kde.pim.akonadiserver: Found mysqlcheck:  "/usr/bin/mysqlcheck"

org.kde.pim.akonadiserver: Using mysqld: "/usr/sbin/mysqld"

org.kde.pim.akonadiserver: mysqld reports version 10.11.2 (MariaDB)

org.kde.pim.akonadiserver: Executing: "/usr/sbin/mysqld" "--defaults-file=/home/theber/.local/share/akonadi/mysql.conf --datadir=/home/theber/.local/share/ako
nadi/db_data/ --socket=/run/user/1000/akonadi/mysql.socket --pid-file=/run/user/1000/akonadi/mysql.pid"

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/sbin/mysqld"

org.kde.pim.akonadiserver: arguments: ("--defaults-file=/home/theber/.local/share/akonadi/mysql.conf", "--datadir=/home/theber/.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: ""

org.kde.pim.akonadiserver: exit code: 1

org.kde.pim.akonadiserver: process error: "Unknown error"

org.kde.pim.akonadiserver: terminating connection threads

org.kde.pim.akonadiserver: terminating service threads

org.kde.pim.akonadiserver: stopping db process

org.kde.pim.akonadiserver: Shutting down AkonadiServer...

org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally...


Mariadb is running fine. And the "akonadi-backend-mysql" package is installed already.
Can anyone give me a tip about what I'm missing?
Title: Re: New installation - Akonadi will not start
Post by: hendrikL on 2023/03/31, 09:58:05
https://bugs.kde.org/show_bug.cgi?id=454948#c9

I found that, maybe, it helps.
Title: Re: New installation - Akonadi will not start
Post by: samtfalterblau on 2023/03/31, 10:12:24
Sounds like the bug I had with the Debian Stable based Q4OS lately. The Q4OS-Team solved the problem for me:
[Closed] Connection fail to MYSQL-database of Akonadi (https://www.q4os.org/forum/viewtopic.php?id=4297)
Title: Re: New installation - Akonadi will not start
Post by: theber on 2023/03/31, 10:41:47
Thanks for the replies. I will report later, since I am on a different computer for now.
Title: Re: New installation - Akonadi will not start
Post by: theber on 2023/03/31, 14:07:12
@hendrikL
Thanks very much! That worked.
Title: Re: New installation - Akonadi will not start
Post by: hendrikL on 2023/03/31, 15:46:40
@theber, what exactly you have done? 
Could be important for others too!
Title: Re: New installation - Akonadi will not start
Post by: theber on 2023/03/31, 16:52:40
Sorry, I see that there were different procedures in the linked page. I used this method:

(https://i.imgur.com/wFoWyBc.png)

(I hope that it's OK to copy and paste from a different forum.)
When I ran the command "akonadictl --verbose start" after deleting the folder, there were many lines of text, some of them involving users for Mariadb. However there was no problem starting and using Mariadb after the fix. So everything is fine.
Thanks again!