linux icon indicating copy to clipboard operation
linux copied to clipboard

procHooks process caused: openat2

Open Prefix opened this issue 3 years ago • 0 comments

When I use real time Kernel 5.10.104-rt63-xanmod1 and try to run docker application using I get this following error

environment/docker: failed to start container: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: process_linux.go:508: setting cgroup config for procHooks process caused: openat2 /sys/fs/cgroup/system.slice/docker-93e3ef5ec1c4a029e6f0bb7509b63f5337a430926760181fa66d30509272df2c.scope/io.weight: no such file or directory: unknown

I'm using Ubuntu 20.04, with default kernel there is no such error as I shown above.

I've added GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=1" if i use 0, I don't see any ram,cpu usage from docker stats but i can run applications

I'm using Stable release of Docker

Prefix avatar Mar 26 '22 09:03 Prefix