fenrus75 / powertop

The Linux PowerTOP tool -- please post patches to the mailing list instead of using github pull requests
http://www.01.org/powertop
GNU General Public License v2.0
1.07k stars 131 forks source link

Ubuntu Server with APC UPS: always 0 prior measurements #166

Open moutasem1989 opened 4 days ago

moutasem1989 commented 4 days ago

In my setup I am running a headless Ubuntu server 24.04 LTS connected to an APC UPS. Trying to run Auto Tune returns:

$ sudo powertop --auto-tune
modprobe cpufreq_stats failed
Loaded 0 prior measurements
Cannot load from file /var/cache/powertop/saved_parameters.powertop
File will be loaded after taking minimum number of measurement(s) with battery only 
RAPL device for cpu 0
RAPL Using PowerCap Sysfs : Domain Mask d
RAPL device for cpu 0
RAPL Using PowerCap Sysfs : Domain Mask d
Devfreq not enabled
glob returned GLOB_ABORTED
Cannot load from file /var/cache/powertop/saved_parameters.powertop
File will be loaded after taking minimum number of measurement(s) with battery only 
Leaving PowerTOP

I tried calibrating and rebooting multiple times but Loaded 0 prior measurements remains. It also promotes for taking minimum number of measurement(s) with battery only but it is unclear on how to do so.

any help is greatly appreciated!