On vendredi 8 juillet 2016 16:17:37 CEST Martin Steigerwald wrote: > Hello Klaus. > > Akonadi continues to work just fine on my mixed Sid/Experimental setup. > > Am Freitag, 8. Juli 2016, 13:10:28 CEST schrieb Klaus Becker: > > Test 14: ERROR > > -------- > > > > Current Akonadi server error log found. > > Details: The Akonadi server reported errors during its current startup. > > The > > log can be found in <a > > href='/home/klaus/.local/share/akonadi/akonadiserver.error'>/home/klaus/.l > > oc al/share/akonadi/akonadiserver.error</a>. > > > > File content of '/home/klaus/.local/share/akonadi/akonadiserver.error': > > Did not find MySQL server default configuration (mysql-global.conf) > > Failed to remove Unix socket > > Failed to remove runtime connection config file > > I think it is this. > > Resource agents AFAIK are used to access IMAP and POP3 accounts, calender > resources etc. > > It might be due to inconsistent package versions. > > Please post the mentioned logfile somewhere. > > Please also check your package versions: > > martin@merkaba:~> dpkg -l | grep akonadi | cut -c1-72 > ii akonadi-backend-mysql 4:16.04.2-3 > ii akonadi-server 4:16.04.2-3 > ii akonadiconsole 4:16.04.2-1 > ii libkf5akonadi-dev 4:16.04.2-3 > ii libkf5akonadiagentbase5:amd64 4:16.04.2-3 > ii libkf5akonadicalendar5:amd64 16.04.2-2 > ii libkf5akonadicontact5:amd64 4:16.04.2-2 > ii libkf5akonadicore-bin 4:16.04.2-3 > ii libkf5akonadicore5:amd64 4:16.04.2-3 > ii libkf5akonadimime5:amd64 4:16.04.2-2 > ii libkf5akonadinotes5:amd64 4:16.04.2-2 > ii libkf5akonadiprivate5 4:16.04.2-3 > ii libkf5akonadisearchdebug5:amd64 16.04.2-2 > ii libkf5akonadisearchpim5:amd64 16.04.2-2 > ii libkf5akonadiserver-dev 4:16.04.2-3 > ii libkf5akonadiwidgets5:amd64 4:16.04.2-3 > ii libkf5akonadixml5:amd64 4:16.04.2-3 > > Absolutely make sure that all of them are at 16.04! > > > # akonadictl restart > > D-Bus session bus is not available! > > "[\n0: akonadictl() [0x40bfe6]\n1: akonadictl() [0x40c310]\n2: > > /lib/x86_64- > > linux-gnu/libc.so.6(+0x33250) [0x7f69e3255250]\n3: /lib/x86_64-linux- > > gnu/libc.so.6(gsignal+0x38) [0x7f69e32551c8]\n4: /lib/x86_64-linux- > > gnu/libc.so.6(abort+0x16a) [0x7f69e325664a]\n5: /usr/lib/x86_64-linux- > > […] > > Did you use "akonadictl restart" from a different user account? You need to > use it from the very same user account Akonadi is running on with a shell > that has access to dbus to communicate with Akonadi. > > > Also the MySQL error log you posted talks about quite some errors with the > MySQL database. Maybe it just needs a mysql_upgrade run against it, but > maybe it also has a deeper issue. Not taking the time to look closer at > this right now. > > Thanks,
I installed all the packages above, and kmail works again, great ! But it takes about 150 MB on the hard disk and these packages are not all necessary. akonadi-backend-mysql was not installed and it was perhaps the only package really necessary to make my kmail work I have another Debian Sid. My last dist-upgrade on this system is some weeks old and kmail works. On this system I have dpkg -l | grep akonadi ii akonadi-backend-mysql 1.13.0-8 all MySQL storage backend for Akonadi ii akonadi-backend-sqlite 1.13.0-8 amd64 SQLite storage backend for Akonadi ii akonadi-server 1.13.0-8 amd64 Akonadi PIM storage service ii libakonadi-calendar4 4:4.14.10-3 amd64 library providing calendar helpers for Akonadi items ii libakonadi-contact4 4:4.14.10-3 amd64 Akonadi contacts access library ii libakonadi-kabc4 4:4.14.10-3 amd64 Akonadi address book access library ii libakonadi-kcal4 4:4.14.10-3 amd64 Akonadi calendar access library ii libakonadi-kde4 4:4.14.10-3 amd64 library for using the Akonadi PIM data server ii libakonadi-kmime4 4:4.14.10-3 amd64 Akonadi MIME handling library ii libakonadi-notes4 4:4.14.10-3 amd64 Akonadi notes access library ii libakonadiprotocolinternals1 1.13.0-8 amd64 libraries for the Akonadi PIM storage service So I suppose that these packages are enough to make kmail work. cheers Klaus