Podman run inside pod fails with: Error: OCI runtime error: crun: sd-bus call: Invalid unit name '.': Invalid argument
#16361
rocketraman
started this conversation in
General
Replies: 1 comment 1 reply
-
@giuseppe PTAL |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to run rootless a container inside an existing pod, but when attempting to do so I get the error:
There are no error logs from selinux, either in the user or system journal.
If I run the same container without a pod spec, or after creating a new pod and running it inside that, it works fine.
Comparing the
podman pod inspect
output of the non-working and working pods, I note that the working pod has a line like this:but the non-working pod does not. Everything else is basically the same (except expected differences like pod names, container ids, etc.). It is likely this pod was created using earlier versions of podman and the kernel.
podman system migrate
does not fix the issue.Debug logs from the failing run show this:
Podman version 4.2.1 on Fedora 36 with rawhide debug kernel 6.1-rc2.
Beta Was this translation helpful? Give feedback.
All reactions