Bug 466296
| Summary: | When enabling full disk encryption, some modules are loaded twice in initrd | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Gary Case <gcase> |
| Component: | mkinitrd | Assignee: | Peter Jones <pjones> |
| Status: | CLOSED WONTFIX | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.4 | CC: | atodorov, benl, ddumas, syeghiay |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
When using an encrypted device, the following error message may be reported during bootup:
insmod: error inserting '/lib/aes_generic.ko': -1 File exists
This message can safely be ignored.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-07-01 22:05:00 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: | 454962 | ||
|
Description
Gary Case
2008-10-09 16:13:32 UTC
Anaconda doesn't do anything special with mkinitrd. In fact, it doesn't even directly call mkinitrd. In the 32-bit arch, the insmod and echo lines for the /lib/padlock.ko module are duplicated but the aes_generic.ko line only appears once. Release note added. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: This release note is for 5.3. When using an encrypted device, you may see the following error message on boot: insmod: error inserting '/lib/aes_generic.ko': -1 File exists This message is harmless and can be ignored. Release note updated. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,6 +1,5 @@ -This release note is for 5.3. +When using an encrypted device, the following error message may be reported during bootup: -When using an encrypted device, you may see the following error message on boot: insmod: error inserting '/lib/aes_generic.ko': -1 File exists -This message is harmless and can be ignored.+This message can safely be ignored. Moving to RHEL 5.5 so it doesn't get mistakenly closed by the bot Denise, isn't this one a duplicate of bug #472227 ? At least they are quite close. Development Management has reviewed and declined this request. You may appeal this decision by reopening this request. |