On Wednesday 05 June 2013 22:10:43 Christian Boltz wrote:
Hello,
Am Mittwoch, 5. Juni 2013 schrieb Patrick Shanahan:
Tumbleweed Today's update including kde 4.10.3 has left me with unstartable akonadiserver and mysql and I do not see reasons in "journalctl -n".
KOrganizer error details @
http://wahoo.no-ip.org/~pat/akonadi-selftest-report-20130605.txt
The relevant part is probably:
Test 5: ERROR [...] 2013-06-05 11:37:40 14124 [ERROR] /usr/sbin/mysqld: unknown variable 'table_cache=200' 2013-06-05 11:37:40 14124 [ERROR] Aborting
Can you please check your akonadi mysql config file ~/.local/share/akonadi/mysql.conf if something around this line looks suspicious? (If in doubt, upload the file ;-)
table_cache was removed in mysql 5.6. (in a minor release, yes, great job...) Edit ~/.local/share/akonadi/mysql.conf and replace table_cache with table_open_cache. This is known upstream, no need to create a report Christophe