With a recent upgrade of the kernel-tools package we see the following. root@testnode ~]# systemctl status cpupower.service ● cpupower.service - Configure CPU power related settings Loaded: loaded (/usr/lib/systemd/system/cpupower.service; disabled; vendor preset: disabled) Active: inactive (dead) Warning: cpupower.service changed on disk. Run 'systemctl daemon-reload' to reload units. There seems to be no `systemctl daemon-reload`in the RPM scriptlet of this package. In the %post part of the corresponding specfile there seems to miss a daemon reload, just where the following is specified: ``` %if %{with_tools} %post -n %{name}-tools-libs /sbin/ldconfig ``` For the record this issue is fixed in CentOS Stream 9: https://gitlab.com/redhat/centos-stream/rpms/kernel-tools/-/blob/c9s/kernel-tools.spec#L400
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: kernel security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:7683