Bug 710503 - ibm-prtm installs modprobe file with wrong extension on RHEL6
Summary: ibm-prtm installs modprobe file with wrong extension on RHEL6
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: realtime-utilities
Version: 2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: 2.1.5
: ---
Assignee: Clark Williams
QA Contact: David Sommerseth
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-03 15:06 UTC by David Sommerseth
Modified: 2016-05-22 23:32 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
* Cause: modprobe executable has changed behavior * Consequence: WARNING message generated for config file that do not end in .config * Fix: modify the file /etc/modprobe.d/ibm-amd to end with .config suffix * Result: No warning from modprobe
Clone Of:
Environment:
Last Closed: 2012-04-18 19:33:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2012:0495 0 normal SHIPPED_LIVE Red Hat Enterprise MRG Realtime 2.1 bug fix update 2012-04-18 23:31:34 UTC

Description David Sommerseth 2011-06-03 15:06:53 UTC
[root@ibm-ls41-02 modprobe.d]# rpm -qf /etc/modprobe.d/ibm-amd
ibm-prtm-1.8-2.el6rt.noarch
[root@ibm-ls41-02 modprobe.d]# modprobe amd64_edac_mod
WARNING: All config files need .conf: /etc/modprobe.d/ibm-amd, it will be ignored in a future release.

Renaming ibm-amd to ibm-amd.conf in /etc/modprobe.d solves the issue.

Comment 1 Beth Uptagrafft 2011-06-27 14:19:57 UTC
fxied in ibm-prtm-1.8-3

Comment 2 Clark Williams 2011-06-28 14:59:02 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
* Cause: modprobe executable has changed behavior
* Consequence: WARNING message generated for config file that do not end in .config
* Fix: modify the file /etc/modprobe.d/ibm-amd to end with .config suffix
* Result: No warning from modprobe

Comment 5 David Sommerseth 2012-04-03 13:56:21 UTC
Verified by trying to load amd64_edac_mod with ibm-prtm-1.8-4 and ibm-prtm-1.10-1.

[root@ls21-1 ~]# modprobe -r amd64_edac_mod edac_core
[root@ls21-1 ~]# rpm -q ibm-prtm
ibm-prtm-1.8-4.el6rt.noarch
[root@ls21-1 ~]# modprobe amd64_edac_modWARNING: All config files need .conf: /etc/modprobe.d/ibm-amd.config, it will be ignored in a future release.
[root@ls21-1 ~]# 

(upgrade ibm-prtm to 1.10-1)

[root@ls21-1 ~]# modprobe -r amd64_edac_mod edac_core
[root@ls21-1 ~]# rpm -q ibm-prtm
ibm-prtm-1.10-1.el6rt.noarch
[root@ls21-1 ~]# modprobe amd64_edac_mod
[root@ls21-1 ~]# 

-> VERIFIED

Comment 6 errata-xmlrpc 2012-04-18 19:33:38 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2012-0495.html


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