This cookbook now targets the resource-oriented API only and is validated against a narrow, explicit support matrix.
- Debian 12:
packages.debian.orgpublishescgroup-tools,libcgroup2, andlibpam-cgroupfor Bookworm, and this repository now runs Kitchen coverage for Debian 12. - Ubuntu 24.04:
packages.ubuntu.comlistslibpam-cgroupin Noble'sadminsection, confirming the libcgroup userspace packages are still published for the current LTS.
- Amazon Linux 2023: AWS documents
libcgroup-toolson AL2023, but the same documentation states AL2023 uses cgroup v2 and recommendssystemdresource control instead. This cookbook still renders classiccgconfig.confandcgrules.conffiles, so AL2023 is documented as a limitation rather than an advertised target. - openSUSE Leap: the modern
software.opensuse.orgresults for related cgroup packages are either absent or community/experimental, so this cookbook does not claim support. - RHEL-family clones: the repository no longer advertises CentOS or clone support without current package and runtime validation.
- Dokken / cgroup-v2 containers: a direct
kitchen convergeon Debian 12 and Ubuntu 24.04 fails whencgconfigparserattempts to mount controller hierarchies fromcgconfig.confand receivesOperation not permitted. The Kitchen suites therefore run withmanage_runtime false, which verifies package installation, config generation, and systemd unit creation without attempting to start the libcgroup daemons in a cgroup-v2 container.
- Debian and Ubuntu publish the libcgroup packages for multiple architectures through their normal package repositories.
- This cookbook does not attempt source builds or vendor repositories; it relies on distro-packaged libcgroup utilities only.
- Debian package index: https://packages.debian.org/bookworm/libpam-cgroup
- Ubuntu package index: https://packages.ubuntu.com/noble/admin/
- Amazon Linux 2023 cgroups guidance: https://docs.aws.amazon.com/linux/al2023/ug/resource-limiting-raw-cgroups.html
- Amazon Linux 2023 cgroup v2 note: https://docs.aws.amazon.com/linux/al2023/ug/cgroupv2.html