Replies: 1 comment
-
I think I found the difference between Debian and Ubuntu lxc: A Proxmox container running the Debian template does not have apparmor service enabled whereas in the Ubuntu template apparmor is active. If I stop and disable apparmor service in the Ubuntu service podman seems to be working as expected. I also found that it is necessary to configure an overlay filesystem for zfs on Debain (like the script does) whereas this is not necessary on Ubuntu. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
the Podman LXC script works great on Proxmox 8.3.4 with default OS selected (Debain 12). When I use Advanced Setup and change the OS to Ubuntu 24.04 the script fails when trying to install Portainer:
On proxmox host i see the following in the logs:
When I disable apparmor for the container in proxmox (lxc.apparmor.profile: unconfined) I can run any container just fine in podman the Ubuntu LXC.
As Ubuntu is relying on Debian I was a bit surprise that the script is working on one but failing on the other system.
I'm not that deep into lxc, apparmor and podman and was now wondering if someone experienced this behaviour as well and if there is a way to get the script working on Ubuntu without the need of disabling apparmor.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions