This cgcreate bug is still present in Ubuntu 26.04 LTS : $ systemd-run --scope --user --shell --property=Delegate=true Running as unit: run-p111634-i112142.scope; invocation ID: 3fe50e2870a94ab8a7d8d40e2ef6893e
$ cgcreate -g pids:user.slice/user-1000.slice/[email protected]/app.slice/run-p111634-i112142.scope/foo Error: Failed to delete user.slice/user-1000.slice/[email protected]/app.slice/run-p111634-i112142.scope/foo: No such file or directory cgcreate: can't create cgroup user.slice/user-1000.slice/[email protected]/app.slice/run-p111634-i112142.scope/foo: Cgroup, requested group parameter does not exist Exit 95 $ mkdir /sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/app.slice/run-p111634-i112142.scope/foo $ cgcreate -g pids:user.slice/user-1000.slice/[email protected]/app.slice/run-p111634-i112142.scope/foo cgcreate: can't create cgroup user.slice/user-1000.slice/[email protected]/app.slice/run-p111634-i112142.scope/foo: Cgroup, requested group parameter does not exist Exit 95 $ cgcreate -g pids:user.slice/user-1000.slice/[email protected]/app.slice/run-p111634-i112142.scope/foo Error: Failed to delete user.slice/user-1000.slice/[email protected]/app.slice/run-p111634-i112142.scope/foo: No such file or directory cgcreate: can't create cgroup user.slice/user-1000.slice/[email protected]/app.slice/run-p111634-i112142.scope/foo: Cgroup, requested group parameter does not exist Exit 95 $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 26.04 LTS Release: 26.04 Codename: resolute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2099883 Title: cgroups V2: unprivileged cgcreate fails with nsdelegate mount To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/2099883/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
