Summary: | sys-process/htop false CONFIG_CHECK for cgroups | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Oleh <moonlapse81> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | opal, rzubaly |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Oleh
2016-02-19 12:33:46 UTC
If the linux kernel doesn't support cgroups (CONFIG_CGROUPS is not enabled), this ebuild will emit the warning message "CONFIG_CGROUPS: is not set when it should be." However, the htop build (provided by upstream) will proceed without any errors. Its configure script is passed the "--enable-cgroup" option and does not complain. The htop executable does not use cgroups functionality, other than to show a process's cgroup. By default, this column is not included in the output. If this column is added to the output, but the kernel does not support cgroups, then htop displays "(null)". A couple possible solutions: 1. Add a "cgroup" use flag to the ebuild 2. Remove "~CGROUPS" from CONFIG_CHECK |