Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 145530 Details for
Bug 213999
cpuspeed: initscript stop action incorrect for centrino/powernow-k8
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
cpuspeed-1.2.1-1.53.fc7 initscript minor fixes
cpuspeed-init-1.53.diff (text/plain), 1.46 KB, created by
Tomas Hoger
on 2007-01-13 17:31:00 UTC
(
hide
)
Description:
cpuspeed-1.2.1-1.53.fc7 initscript minor fixes
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2007-01-13 17:31:00 UTC
Size:
1.46 KB
patch
obsolete
>--- cpuspeed.orig 2007-01-11 20:08:18.000000000 +0100 >+++ cpuspeed 2007-01-13 18:05:47.000000000 +0100 >@@ -17,6 +17,13 @@ > . /etc/sysconfig/cpuspeed > fi > >+# Check values obtained from config file. >+case "${IGNORE_NICE}" in >+ 0|1) ;; >+ *) IGNORE_NICE=0 >+esac >+ >+ > cpu0freqd=/sys/devices/system/cpu/cpu0/cpufreq > cpus='/sys/devices/system/cpu/cpu*' > testpat="${cpus}/cpufreq/scaling_driver" >@@ -100,6 +107,8 @@ > if [ -n "`pidof cpuspeed`" ]; then > killproc cpuspeed -USR1 > killproc cpuspeed -INT >+ else >+ failure > fi > if [ -n "`pidof cpuspeed`" ]; then > killproc cpuspeed >@@ -121,11 +130,11 @@ > grep flags /proc/cpuinfo | \ > grep -q est ; then > # use ACPI as a fallback >- /sbin/modprobe acpi-cpufreq 2>&1 > /dev/null >+ /sbin/modprobe acpi-cpufreq 2> /dev/null > # if even ACPI didn't work, remove it > # and then next test will bail out. > [ -d ${cpu0freqd} ] || \ >- /sbin/modprobe -r acpi-cpufreq 2>&1 > /dev/null >+ /sbin/modprobe -r acpi-cpufreq 2> /dev/null > else > # No scaling. Just exit. > return 0 >@@ -237,7 +246,7 @@ > status) > governor_module_loaded && module_loaded=true > if [ -d "$xendir" ]; then >- echo "Frequency scaling not support under xen kernels" >+ echo "Frequency scaling not supported under xen kernels" > elif [ $module_loaded == true -o ${governor} == "performance" ]; then > echo "Frequency scaling enabled using ${governor} governor" > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213999
:
140356
|
141147
|
142708
| 145530