$ 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 Desktop
Packages, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/774643

Title:
  sched-powersave is outdated

Status in “pm-utils” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: pm-utils

  /usr/lib/pm-utils/power.d/sched-powersave

  This file is outdated, because these controls do not exist anymore:

  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  cpufreq  cpuidle  kernel_max  offline  online  perf_events  
possible  present  probe  release

  This is on Maverick.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to