[Bug 248929] databases/akonadi: Fails to start with MySQL errors

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 9 02:03:11 GMT 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248929

--- Comment #5 from Steve Wills <swills at FreeBSD.org> ---
I ran into a similar issue, except I noticed in the logs that mysql was failing
to write to /var/db/mysql_tmpdir.

I was able to fix it by doing:

cp /usr/local/etc/xdg/akonadi/mysql-global.conf
~/.config/akonadi/mysql-local.conf

Add tmpdir=~/.cache/mysql_tmpdir line to ~/.config/akonadi/mysql-local.conf

mkdir ~/.cache/mysql_tmpdir

delete contents of ~/.local/share/akonadi (since the database contains the
tmpdir path, I think)

akonadictl start

Then it seemed to go away. Perhaps we need to set a tmpdir in
/usr/local/etc/xdg/akonadi/mysql-global.conf?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list