-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
flake: ubuntu 2010: systemd: Failed to create ... control group, EPERM #10386
Comments
Well it is not SELinux, is there anyway we could check the audit.log to see if there is any seccomp failures? |
No seccomp failures, that I see. |
This looks like ubuntu occasionally has a cgroup file system that is not allowed to be written from within the container. |
cgroup v1 for systemd doesn't need to be writeable, just Are the rootless tests running from a |
I don't know what that means. They are running as a user with the magic |
Oops - correction, these are failing in CI, not gating tests. I don't know what the setup is for rootless (wrt loginctl) but AFAICT those are run via |
Weird.
Correct.
Additionally: The tests run in a randomized order. The "seed" for the order is displayed at the beginning. It's possible to run the tests with a specified seed, to guarantee the order. It might be useful to nail-down whether or not this failure is influenced by another test munging the system, or is the failure ever reproducible when running just this one test in isolation (on a fresh VM) |
Podman systemd [It] podman run container with systemd PID1
|
Podman systemd [It] podman run container with systemd PID1
|
Could this be AppArmor causing this? Has anyone looked at the audit.log to see if apparmor is complaining about something? |
For any log link above: click the link, Press |
IIRC, there is no |
Podman systemd [It] podman run container with systemd PID1
|
In case it matters: New VM images for Ubuntu were just merged in for use by PR #10451 . This includes (among other things) and updated runc v1.0-rc95. |
Podman systemd [It] podman run container with systemd PID1
|
FWIW, I'm working my way through numerous issues blocking adoption of refreshed VM images in #10829. Not sure if they will have any impact on this issue or not, but I'll keep my eyes out. |
Some more:
|
A friendly reminder that this issue had no activity for 30 days. |
The past month: Podman systemd [It] podman run container with systemd PID1
|
A friendly reminder that this issue had no activity for 30 days. |
Did the conmon attach fix this Issue? |
Last seen September 10. Last change to Podman systemd [It] podman run container with systemd PID1
|
Starting to see this flake often on ubuntu:
Podman systemd [It] podman run container with systemd PID1
make nixpkgs
#10239The text was updated successfully, but these errors were encountered: