Bug 479898 - ships a pointless init script
Summary: ships a pointless init script
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: microcode_ctl
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anton Arapov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 578107
TreeView+ depends on / blocked
 
Reported: 2009-01-13 22:05 UTC by Bill Nottingham
Modified: 2014-06-18 08:02 UTC (History)
7 users (show)

Fixed In Version: microcode_ctl-1.17-3.fc13
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 578107 (view as bug list)
Environment:
Last Closed: 2010-04-09 04:25:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Changes required (5.34 KB, patch)
2009-01-13 22:05 UTC, Bill Nottingham
no flags Details | Diff
make eventdriven (3.56 KB, patch)
2010-03-23 09:29 UTC, Anton Arapov
no flags Details | Diff
udev rules (106 bytes, patch)
2010-03-23 09:30 UTC, Anton Arapov
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.