Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140689 - cpufrequtils error with 2.6.18 kernel
Summary: cpufrequtils error with 2.6.18 kernel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Heim (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-16 12:49 UTC by Richard Fish
Modified: 2006-07-16 23:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Fish 2006-07-16 12:49:06 UTC
It looks like the 2.6.18 kernels are going add a new /sys/devices/system/cpu/sched_mc_power_savings entry when configured with CONFIG_SCHED_MC.  This causes the cpufrequtils rc script to output a big ugly message about "invalid or unknown argument" and the standard "cpufreq-set -h" output.

The /etc/init.d/cpufrequtils line:

        for cpu in /sys/devices/system/cpu/*; do

should probably be:

        for cpu in /sys/devices/system/cpu/cpu[0-9]*; do
Comment 1 Christian Heim (RETIRED) gentoo-dev 2006-07-16 23:17:19 UTC
Fixed in CVS. Thanks a lot!