Bug 479898

Summary: ships a pointless init script
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: microcode_ctlAssignee: Anton Arapov <anton>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anton, harald, jonathan, ma, nobody, rvokal, ykopkova
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: microcode_ctl-1.17-3.fc13 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 578107 (view as bug list) Environment:
Last Closed: 2010-04-09 04:25:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 578107    
Attachments:
Description Flags
Changes required
none
make eventdriven
none
udev rules none

Description Bill Nottingham 2009-01-13 22:05:48 UTC
Created attachment 328923 [details]
Changes required

Description of problem:

It should be done via udev.

Version-Release number of selected component (if applicable):

microcode_ctl-1.17-1.46.fc10.x86_64

How reproducible:

Every time

Steps to Reproduce:
1. Look at file list
  
Actual results:

Init script.

Expected results:

No init script.

Comment 1 Harald Hoyer 2009-01-28 13:10:13 UTC
ping?

Comment 2 Harald Hoyer 2009-02-09 12:56:45 UTC
ping?

Comment 3 Fedora Admin XMLRPC Client 2009-06-03 19:00:33 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Bug Zapper 2009-06-09 10:42:16 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 5 Anton Arapov 2010-03-23 09:29:57 UTC
Created attachment 401979 [details]
make eventdriven

Comment 6 Anton Arapov 2010-03-23 09:30:22 UTC
Created attachment 401980 [details]
udev rules

Comment 7 Anton Arapov 2010-03-23 09:32:24 UTC
  patch was integrated into microcode_ctl-1.17-2, rawhide.
  http://koji.fedoraproject.org/koji/taskinfo?taskID=2069331

Thanks, Bill.

Comment 8 Anton Arapov 2010-03-23 09:33:17 UTC
I've performed basic tests before commit. Worked flawlessly for me.

Comment 9 Harald Hoyer 2010-03-23 09:34:06 UTC
KERNEL=="cpu[0-9]*", RUN+="/sbin/modprobe microcode"
KERNEL=="microcode", RUN+="/sbin/microcode_ctl -Qu"

should be:

KERNEL=="cpu[0-9]*", ACTION=="add", RUN+="/sbin/modprobe microcode"
KERNEL=="microcode", ACTION=="add", RUN+="/sbin/microcode_ctl -Qu"

Comment 10 Fedora Update System 2010-03-23 09:49:39 UTC
microcode_ctl-1.17-2.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/microcode_ctl-1.17-2.fc13

Comment 11 Anton Arapov 2010-03-23 09:50:59 UTC
Thanks, Harold...
I will make the change asap.

Comment 12 Fedora Update System 2010-03-23 10:00:57 UTC
microcode_ctl-1.17-3.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/microcode_ctl-1.17-3.fc13

Comment 13 Anton Arapov 2010-03-23 10:02:04 UTC
please, test:
  https://admin.fedoraproject.org/updates/microcode_ctl-1.17-3.fc13

Comment 14 Harald Hoyer 2010-03-23 10:20:07 UTC
I don't know, if the CPU has to be online, if yes, then ATTR{online}="1" should be added.

Comment 15 Harald Hoyer 2010-03-23 10:20:46 UTC
ah, scratch that last comment :-)

Comment 16 Fedora Update System 2010-03-23 23:19:59 UTC
microcode_ctl-1.17-2.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update microcode_ctl'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/microcode_ctl-1.17-2.fc13

Comment 17 Fedora Update System 2010-03-23 23:34:10 UTC
microcode_ctl-1.17-3.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update microcode_ctl'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/microcode_ctl-1.17-3.fc13

Comment 18 Fedora Update System 2010-04-09 04:25:08 UTC
microcode_ctl-1.17-3.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.