Package: linux-cpupower
Version: 6.9.8-1
Followup-For: Bug #894906
X-Debbugs-Cc: pitsior...@outlook.com

Hello everyone and thank you for your great work. I am a former user of the
obsolete cpufrequtils and of the unmaintained (by debian) cpupower-gui. I was
using those tools until 2021 to set my governor to powersave the summmer
months. Then I discovered linux-cpupower, which I used by running "cpupower
frequency-set -g powersave" on every boot.

I was also annoyed by the lack of a systemd service and a config file in
debian, until I tried the attached files here. I am having the following issue.
The service sometimes fails to start on boot. I added the -x parameter and
removed the "> /dev/null || ESTATUS=1" from line 20 of /usr/libexec/cpupower so
as to get a better error output, but all I get is this

$ sudo journalctl -b -u cpupower.service
Jul 14 19:50:41 pc systemd[1]: Starting cpupower.service - Apply cpupower
configuration...
Jul 14 19:50:41 pc cpupower[337]: + ESTATUS=0
Jul 14 19:50:41 pc cpupower[337]: + test  !=
Jul 14 19:50:41 pc cpupower[337]: + PARS= -g powersave
Jul 14 19:50:41 pc cpupower[337]: + PARS= -g powersave
Jul 14 19:50:41 pc cpupower[337]: + test  -g powersave !=
Jul 14 19:50:41 pc cpupower[337]: + cpupower frequency-set -g powersave
Jul 14 19:50:41 pc cpupower[343]: Setting cpu: 0
Jul 14 19:50:41 pc cpupower[343]: Error setting new values. Common errors:
Jul 14 19:50:41 pc cpupower[343]: - Do you have proper administration rights?
(super-user?)
Jul 14 19:50:41 pc cpupower[343]: - Is the governor you requested available and
modprobed?
Jul 14 19:50:41 pc cpupower[343]: - Trying to set an invalid policy?
Jul 14 19:50:41 pc cpupower[343]: - Trying to set a specific frequency, but
userspace governor is not available,
Jul 14 19:50:41 pc cpupower[343]:    for example because of hardware which
cannot be set to a specific frequency
Jul 14 19:50:41 pc cpupower[343]:    or because the userspace governor isn't
loaded?
Jul 14 19:50:41 pc cpupower[337]: + PARS=
Jul 14 19:50:41 pc cpupower[337]: + test  !=
Jul 14 19:50:41 pc cpupower[337]: + exit 0
Jul 14 19:50:41 pc systemd[1]: Finished cpupower.service - Apply cpupower
configuration.

Any ideas?


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.9.8-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-cpupower depends on:
ii  libc6         2.38-14
ii  libcap2       1:2.66-5
ii  libcpupower1  6.9.8-1
ii  libpci3       1:3.13.0-1

linux-cpupower recommends no packages.

linux-cpupower suggests no packages.

-- no debconf information

Reply via email to