My box has an EIST capable cpu, but missing ACPI tables, hence frequency scaling doesn't work. In /etc/init.d/cpuspeed the line: if [ -d ${cpu0freqd} -a -n ${GOVERNOR} ]; then should be: if [ -d ${cpu0freqd} -a -n "${GOVERNOR}" ]; then to prevent errors about ] misparsing when GOVERNOR is empty. # rpm -q --whatprovides /etc/init.d/cpuspeed cpuspeed-1.5-8.fc11.x86_64 However, I believe this has actually been fixed in a non-pushed to updates version of cpuspeed. At least: # rpm -q --whatprovides /etc/init.d/cpuspeed cpuspeed-1.5-10.fc11.x86_64 doesn't seem to have this issue.
cpuspeed-1.5-10.fc11 was pushed to the updates repo last Wednesday. *** This bug has been marked as a duplicate of bug 505837 ***
# yum list extras Loaded plugins: dellsysidplugin2, refresh-packagekit Extra Packages cpuspeed.x86_64 1:1.5-10.fc11 installed ... So it doesn't seem to be live yet (I installed manually from koji).
You have stale repo data or something. $ yum list cpuspeed Loaded plugins: refresh-packagekit Installed Packages cpuspeed.x86_64 1:1.5-9.fc11 @updates Available Packages cpuspeed.x86_64 1:1.5-10.fc11 updates
Yeah, it does seem that "rm -rf /var/cache/yum/*" has revealed a whole bunch of updates. Sorry, for the bother.