[Akonadi] [Bug 310381] Akonadi server selftest fail

Dan rozelak at volny.cz
Sun Nov 24 21:33:11 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=310381

--- Comment #5 from Dan <rozelak at volny.cz> ---
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.



More information about the Kdepim-bugs mailing list