https://bugs.kde.org/show_bug.cgi?id=310381
--- Comment #5 from Dan <[email protected]> --- The same for kontact 4.11.2. What helps to start the contact/akonadi again is this brutal force script: #!/bin/sh # kill kontact while $(killall kontact); do echo "Killing contact" sleep 0.5 done # kill mysql daemon while $(killall mysqld); do echo "Killing mysqld ..." sleep 0.5 done # Remove the content rm -f *log* rm -f ib* rm -f *.err rm -f akonadi/* -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
