https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248929
Bug ID: 248929 Summary: databases/akonadi: Fails to start with MySQL errors Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: k...@freebsd.org Reporter: vend...@gmail.com Flags: maintainer-feedback?(k...@freebsd.org) Assignee: k...@freebsd.org Since the akonadi-20.08.0 update akonadi fails to start with `akonadictl start` with the following errors: > org.kde.pim.akonadictl: Starting Akonadi Server... > QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-vendion' > QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-vendion' > org.kde.pim.akonadictl: done. > Connecting to deprecated signal > QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) > org.kde.pim.akonadiserver: Starting up the Akonadi Server... > > > QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-vendion' > org.kde.pim.akonadiserver: Did not find MySQL server default configuration > (mysql-global.conf) > org.kde.pim.akonadiserver: Failed to remove runtime connection config file > org.kde.pim.akonadiserver: Shutting down AkonadiServer... > org.kde.pim.akonadicontrol: Application '/usr/local/bin/akonadiserver' exited > normally.. During this time the /tmp/runtime-vendion/akonadi/ directory gets created, but is empty, there isn't even a socket file created my the MySQL server in ~/.config/akonadi/akonadiserverrc suggests. The mysql-global.conf file does exist on my system in /usr/local/etc/xdg/akonadi/mysql-global.conf and there is a mysql.conf file in ~/.local/share/akonadi/mysql.conf. There is an Akonadi.error file in ~/.local/share/akonadi with the following (echoing the output from `akonadictl start`): > 2020-08-26T08:13:53 [INFO ] org.kde.pim.akonadiserver: Starting up the > Akonadi Server... > 2020-08-26T08:13:53 [WARN ] default: QStandardPaths2020-08-26T08:13:53 [INFO > ] org.kde.pim.akonadicontrol: Application '/usr/local/bin/akonadiserver' > exited normally... > er: Did not find MySQL server default configuration (mysql-global.conf) > 2020-08-26T08:13:53 [CRITICAL] org.kde.pim.akonadiserver: Failed to remove > runtime connection config file > 2020-08-26T08:13:53 [INFO ] org.kde.pim.akonadiserver: Shutting down > AkonadiServer... -- You are receiving this mail because: You are the assignee for the bug.