Can anyone provide assistance with the following issue:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "mqueue" to rootfs at "/dev/mqueue": change mount propagation through procfd: resolving path inside rootfs failed: lstat /var/lib/docker/overlay2/8c209f91d6403d5cb3b079487722a4087de4739c743dcaaf85c82c7a73665022/merged//dev/mqueue: permission denied: unknown
Performed update of Incus Server to 6.15 and now all docker containers running inside LXC instance are giving the same /dev/mqueue: permission denied: unknown error.
After upgrade if containers are restarted they WILL NOT REBOOT AGAIN AS EXPECTED !!!
Is there a working group or issue created for the problem being caused by the increased security functions in 6.15?
Is there a way to rollback to 6.14 until this is addressed?
We also have daily tests validating that Docker generally works correctly, so any change on our end that would break all containers would generally be picked up way before release time.
Chances are something else happened here to trigger this situation.
Can you show the full incus config show --expanded NAME for an affected container as well as what OS is running inside the Incus container and what version of Docker is installed in there, also what storage driver is used on the Incus side and what kernel version is running?
The container starts as expected upon server reboot but the docker instances running inside of the container are failing with the initially attached error from this post.
No, got it reproduced here, looks like a regression in AppArmorâs handling of abi4.0 versus normal rules, at least for the version thatâs in Ubuntu 24.04âŠ
Iâm testing to see if we can get something where we allow the 4.0 feature we need without changing the profile abi so we can get the best of both worlds since getting something fixed in AppArmor and pushed to the stable distros would be rather slow.