Could not open /sys/fs/cgroup/cgroup.procs #415
-
The cproup.procs problem starts from commit dcd905c on 20231222. The five recent master commits are tested as follows.
The host OS is Ubuntu 20.04 with kernel version 5.4.0. I checked However, I'm not sure if it is ok to create a soft link of |
Beta Was this translation helpful? Give feedback.
Answered by
Zplusless
Feb 2, 2024
Replies: 1 comment 7 replies
-
Hi @Zplusless, any update on this issue? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried on another machine(centos stream9 with srsRAN-master-0b2702c), it runs without the cgroup problem. I checked
/sys/fs/cgroup
and findcgroup.procs
. So I suppose it is a OS problem. Since Ubuntu start to use cgroup v2 by default since ubuntu-21.10(check this link).Considering cgroup v1 and v2 have different dir structure in
/sys/fs/cgroup
, low version of ubuntu (e.g. ubuntu20.04) may has this output.Thanks @pgawlowicz, I'll close this discuss as solved.