Hello, is anybody aware of any OpenSUSE fixes to upstream bug 402229?
Akonadi on my Thumbleweed installation has not been running for the last 2−3 months. This bug at least one reason why it doesn’t run.
TIA.
Hello, is anybody aware of any OpenSUSE fixes to upstream bug 402229?
Akonadi on my Thumbleweed installation has not been running for the last 2−3 months. This bug at least one reason why it doesn’t run.
TIA.
IIRC openSUSE doesn’t use msqli, but plain mysql instead. Can’t check since I use Postgres with akonadi, but I’m quite sure. Please show contents of ~/.config/akonadi/akonadiserverrc
The Akonadi folks within the KDE world have made the following statement with respect to SQLite: <KDE PIM/Akonadi - KDE TechBase;
Why not use sqlite?
We tried. Really. It just can’t handle the concurrent access very well.
Please refer to [2] for more information on this subject.
Aha!
[Debug]
Tracer=dbus
%General]
Driver=QSQLITE
[QSQLITE]
Name=akonadi
[XQMYSQL]
Host=
Name=akonadi
Options="UNIX_SOCKET=/tmp/akonadi-licehunter.PhdW2v/mysql.socket"
ServerPath=/usr/sbin/mysqld
StartServer=true
I am going to guess that the problem is with it trying to use SQLite (I do not recall configuring that, but I might have). So how to fix this?