[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2010-06-02 Thread Ilya
See #153186 https://bugs.launchpad.net/ubuntu/+source/powernowd/+bug/153186 It is the default behavior to NOT START powernowd if ondemand can be used. Support #153186 by voting "affects me" there. -- powernowd fails because of missing 'ignore_nice_load' https://bugs.launchpad.net/bugs/189682 You

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-25 Thread fuoco
indeed the error itself doesn't show up anymore on boot or service start, but the bug itself isn't fixed - powernowd still won't start automatically. Only when I run manually in a terminal 'sudo powernowd' does cpufreq work again. -- powernowd fails because of missing 'ignore_nice_load' https://b

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-24 Thread Launchpad Bug Tracker
This bug was fixed in the package powernowd - 0.97-2ubuntu3 --- powernowd (0.97-2ubuntu3) hardy; urgency=low * debian/init.d: check if $x/cpufreq/ondemand/ignore_nice_load is available before writing to it (LP: #189682) -- Daniel Hahler <[EMAIL PROTECTED]> Thu, 07 Feb 2008 0

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-24 Thread fuoco
Can we have some news about this bug? I still have the same problem with the debdiff. I don't get the error anymore about ignore_nice_load, but powernowd doesn't autostart - and only when i manually type in terminal: sudo powernowd does it work well. -- powernowd fails because of missing 'ignor

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-17 Thread fuoco
Scott I'm not sure what your problem is but my situation is different. scaling works when I start powernowd manually. but it doesn't start automatically, not even with the patch. with the patch the error message doesn't show up anymore, but the daemon is still not auto started for some reason. --

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-16 Thread Daniel Hahler
Scott, yes, please make a new bug report against the "linux" source package. Thank you. -- powernowd fails because of missing 'ignore_nice_load' https://bugs.launchpad.net/bugs/189682 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-16 Thread ScottMiller
A vanilla 2.6.24.2 kernel compiled with pmac32_defconfig DOES do the cpu scaling with this fix. However the current hardy kernel (2.6.23-7-powerpc) does not allow for scaling. So looks like the kernel config is not correct. Should I make a new bug report? -- powernowd fails because of missing 'ig

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-16 Thread ScottMiller
Does this fix simply remove the 'ondemand' feature? My G4 CPU is not scaling down now, but fixed at the top CPU (867Mhz). The scaling feature is desirable for laptops and was working okay in previous Ubuntu releases. -- powernowd fails because of missing 'ignore_nice_load' https://bugs.launchpad.

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-16 Thread ScottMiller
Thank you Daniel. I built a patched deb with your patch and powernowd loads as normal. (32bit powerpc) -- powernowd fails because of missing 'ignore_nice_load' https://bugs.launchpad.net/bugs/189682 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug cont

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-16 Thread Daniel Hahler
The fix is waiting for sponsorship. You can build a fixed version yourself until it gets uploaded, see e.g. https://wiki.ubuntu.com/UbuntuPackagingGuide/BuildFromDebdiff -- powernowd fails because of missing 'ignore_nice_load' https://bugs.launchpad.net/bugs/189682 You received this bug notifica

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-16 Thread fuoco
On a fully updated Hardy system it still doesn't work for me? the fix was never uploaded? -- powernowd fails because of missing 'ignore_nice_load' https://bugs.launchpad.net/bugs/189682 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-07 Thread fuoco
~$ echo ondemand | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor; echo $? ondemand 0 and the second one: $ echo foobar | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor; echo $? foobar tee: /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor: Invalid argument 1

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-06 Thread Daniel Hahler
** Changed in: powernowd (Ubuntu) Assignee: Daniel Hahler (blueyed) => (unassigned) Status: Invalid => Triaged ** Attachment added: "debdiff for hardy" http://launchpadlibrarian.net/11806421/powernowd_0.97-2ubuntu3.dsc.diff -- powernowd fails because of missing 'ignore_nice_load'

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-06 Thread Daniel Hahler
Ok, I'll add a check then. Then strange thing is, that there's a check if enabling "ondemand" succeeded. Can you please post the output of the following two commands, for reference? $ echo ondemand | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor; echo $? $ echo foobar | sudo tee

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-06 Thread fuoco
I have been looking all around /sys/ and /proc/ and couldn't find anything else like that. also in google i didn't find something else. My guess is that these files appear now only when 'ondemand' is set as a governor. It would be very easy to check on a system that supports ondemand - if these

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-06 Thread Daniel Hahler
Do you have an "ignore-nice-load" interface somewhere after all? I'd say to check if /sys/devices/system/cpu/cpu[0-9]*/cpufreq/ondemand/ignore_nice_load exists, before writing 1 to it, but maybe it should check another location, too?! ** Changed in: powernowd (Ubuntu) Importance: Undecided =>

[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-06 Thread Koen Beek
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at [WWW] https://wiki.ubuntu.co