https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248929
--- Comment #5 from Steve Wills <swi...@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.