Bug 55275
Summary: | Security update kernel breaks kernel.h | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | joncruz |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED WONTFIX | QA Contact: | Brock Organ <borgan> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | npadgett, rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-02-22 20:41:42 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: |
Description
joncruz
2001-10-29 04:09:16 UTC
Is this still true 1) after running mkkerneldoth as root 2) after a reboot ? I found I also had a similar situation. In my case, the kernel type was being detected as i686i686i686i686i686. Checking rpm -qa|grep kernel showed that there were 5 instances of the same kernel RPM installed. If this is indeed the same problem, the recommended fix is: 1) Back out the installed update with: rpm -e --allmatches kernel-[version string], where [version string] should be replaced with the problem kernel version. For example, for 2.4.9-13, use: rpm -e --allmatches kernel-2.4.9-13 2) Reapply the erratum by installing the updated kernel RPM using up2date or by downloading and installing with rpm. 3) Regenerate the kernel.h by running mkkerneldoth as root or rebooting. I could be wrong, but this looks like a possible mkkerneldoth bug (albeit, having multiple versions of the same kernel installed was a up2date bug at one point, but fixed in current versions) Closing out bugs on older, no longer supported releases. Apologies for any lack of response. Please reopen if it persists on current releases. |