[Bug 774643] Re: sched-powersave is outdated

Adam Porter 774643 at bugs.launchpad.net
Thu Apr 24 07:10:16 UTC 2014


$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.10
DISTRIB_CODENAME=saucy
DISTRIB_DESCRIPTION="Ubuntu 13.10"

$ cat /usr/lib/pm-utils/power.d/sched-powersave
sched_powersave() {
    for pool in mc smp smt; do
        dev="/sys/devices/system/cpu/sched_${pool}_power_savings"
        [ -w "$dev" ] || continue
        echo $1 > "$dev"
    done
}

$ ls /sys/devices/system/cpu/
cpu0  cpu1  cpu2  cpu3  cpufreq  cpuidle  kernel_max  microcode  modalias  offline  online  possible  power  present  probe  release  uevent

Please do not mark bugs invalid without using the given shell commands
to see for yourself that it's still an issue on a supported release.

This happens over and over on Ubuntu bug reports: they languish for
years, then someone comes along and marks them invalid for the sake of
tidying up the bug tracker.  But said someone doesn't even put forth
minimal effort to check the bug's status; instead they whack everything
over a certain age with their "invalid stick."  This is insulting to the
reporter who spent his valuable time contributing a detailed bug report
to the project.

As a result, people like myself, who have reported hundreds of bugs,
decide to no longer do so, because it is ultimately a waste of their
time.  As a result, Ubuntu and its community suffer.

"First, do no harm."

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/774643

Title:
  sched-powersave is outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/774643/+subscriptions



More information about the Ubuntu-server-bugs mailing list