https://bugs.kde.org/show_bug.cgi?id=425606
taey...@oro.sodimm.me changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |taey...@oro.sodimm.me --- Comment #1 from taey...@oro.sodimm.me --- I am not entirely sure whether this is the same issue, but the usr.bin.akonadiserver (as well as mysqld_akonadi) AppArmor profile is broken with MariaDB 10.5.x. Apparently, 10.5.x renamed all paths and executables to be mariadb-branded while the mysql versions are now symlinks (I believe the inverse was true up to 10.4.x); which messes up the Akonadi AA profiles pretty thoroughly, since AA works with paths and seems to (sensibly) always follow links for permission checks. Relevant MariaDB (server) PR: https://github.com/MariaDB/server/pull/1544 This would (at least in my case) result in EACCES when trying to start the database server: org.kde.pim.akonadiserver: process error: "execvp: Permission denied" This can be worked around by disabling AA for akonadi (sudo aa-disable /usr/bin/akonadiserver). This is on Arch Linux with Applications 20.08.0-1, Frameworks 5.73.0-1, Qt 5.15.0-4 and MariaDB 10.5.5-2. -- You are receiving this mail because: You are watching all bug changes.