Not able to exec into the container, cgroup.procs: no such file or directory: unknown #4153
Unanswered
rajanarayanaa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The container is started as part of systemd service and has following cgroup value.
However, container exec is failing with following error
OCI runtime exec failed: exec failed: unable to start container process: error adding pid 1893924 to cgroups: failed to write 1893924: openat2 /sys/fs/cgroup/systemd/system.slice/docker-97e3b33a533427e9a5f0888da3b024b9d398fd28c3f7a341cc8b2be09839434c.scope/cgroup.procs: no such file or directory: unknown
This was working on runc version 1.0.3, however failing at 1.1.9. This is essentially due to 39914db.
Can you please provide your views? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions