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 154406 Details for
Bug 219652
Some systems don't have microcode device
[?]
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]
suggested init script fix
microcode.diff (text/plain), 598 bytes, created by
Gerd Hoffmann
on 2007-05-09 15:31:50 UTC
(
hide
)
Description:
suggested init script fix
Filename:
MIME Type:
Creator:
Gerd Hoffmann
Created:
2007-05-09 15:31:50 UTC
Size:
598 bytes
patch
obsolete
>--- /etc/init.d/microcode_ctl.xenbug 2007-05-09 17:14:11.000000000 +0200 >+++ /etc/init.d/microcode_ctl 2007-05-09 17:19:06.000000000 +0200 >@@ -41,7 +41,9 @@ > exit 1 > fi > >- /sbin/modprobe microcode >+ if ! grep -q microcode /proc/misc; then >+ /sbin/modprobe microcode >+ fi > > lt=0 > while [ ! -c $DEVICE ]; do >@@ -66,7 +68,9 @@ > if [ $RETVAL -eq 19 ]; then > echo $"$0: kernel does not have CPU microcode device support" > fi >- /sbin/rmmod microcode >+ if grep -q microcode /proc/modules; then >+ /sbin/rmmod microcode >+ fi > echo > > [ $RETVAL -eq 0 ] && touch /var/lock/subsys/microcode_ctl
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 219652
: 154406