-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman(1) start | run failing: ERRO[0008] "container_linux.go:367: starting container process caused: process_linux.go:340: applying cgroup configuration for process caused: no cgroup mount found in mountinfo: OCI runtime error" #10141
Comments
Additional information (a running comment):
|
UPDATE and QUESTIONS (thank you in advance): In reviewing this GitHub issue, I solved this issue by QUESTIONS:
PS: I read this informative and well-written article by you guys, which helped me a lot. If you can answer the two above questions (and have any other insight), I'd appreciate it. Thank you! |
Alright, never seen this one before. Potentially a runc bug? Swapping to crun may be avoiding said bug. We made crun default in 3.0 but still support runc if crun is unavailable. |
Cgroups v1 vs v2 is an OS-level configuration option. We definitely prefer v2. You need to add |
@mheon Thank you.
|
@mheon PS: You may be correct that I sidestepped this issue by installing |
@nmvega It does need to be done on the host, I think that everything underneath probably picks it up from there, though if there's a completely separate systemd in play anywhere (Maybe the LXC container? Maybe?) that might also need to be set to use v2. |
@mheon Yea, that makes sense ( |
I am lost, is this still an issue? Is this a problem with runc? |
@rhatdan Well yes and no. My installation of But I'm all good here as long as I use You can close this issue for now if you like. Thanks for the assistance! |
A friendly reminder that this issue had no activity for 30 days. |
Ok I am going to close this issue. |
Hello Friends:
Today I rebuilt a
docker
image from scratch (via aDockerfile(5)
, which I've been iteratively doing (for weeks) to get the image perfect. Thatdocker
image is built to supportROOTLESS podman(1)
within it, and that has worked perfectly until after today's rebuild.Just a reminder from this GitHub issue that my setup is like this (which works). I only mention it because I did a
dnf -y update
in layers (1) and (2) thisweekend, and of course also in layer (3) when rebuilding the
docker
image today:Please see below. Any ideas? Was a new version of
podman(1)
released?Here is the script, taking note of my in-line comment where failure is triggered:
Here's the
error
thrown by thestart
command:Diagnostic information:
podman(1) veraion:
./containers.conf:
./storage.conf:
The text was updated successfully, but these errors were encountered: