"failed to reexec: Permission denied" on every rootless Podman command #26317
-
I'm using Debian 13, Kernel 6.12.27-amd64 and Podman 5.4.2. Every Podman command I run on a rootless user returns "failed to reexec: Permission denied", then "Error: cannot re-exec process to join the existing user namespace" on consecutive attempts, until I delete the pause.pid, then it's back to "failed to reexec: Permission denied". This happens on any non-root user I tried. Any ideas? P.S. Not using SELinux and AppArmor is disabled.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I see that you are logged in as the user containers
The username containers has a special meaning when running podman: Does it work from another user account? edit
I see you already provided this information in the original post. |
Beta Was this translation helpful? Give feedback.
-
In the output you provided:
Maybe it could be a problem with switching users with To get a proper systemd user session you could use
|
Beta Was this translation helpful? Give feedback.
In the output you provided:
Maybe it could be a problem with switching users with
sudo
orsu
?To get a proper systemd user session you could use