Bug 132456
Summary: | mkinitrd fails to compute dependecies from custom kernel modules.dep | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Lubomir Bulej <pallas> |
Component: | mkinitrd | Assignee: | Jeremy Katz <katzj> |
Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 19:05:36 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: | |||
Attachments: |
Description
Lubomir Bulej
2004-09-13 16:59:19 UTC
Created attachment 103790 [details]
A patch to mkinitrd to fix the problem
Created attachment 103791 [details]
A fragment of mkinitrd computing module dependencies
This is an excerpt from mkinitrd I used for testing. I suspect that the locale
setting of en_US.UTF-8 is required to reproduce the bug. The modules.dep from
2.6.8-1.521-ps kernel works with original mkinitrd, whereas the file from
2.6.8-1.541-ps kernel does not. After adding LC_CTYPE before the AWK
invocation, it works with both files.
Created attachment 103792 [details]
modules.dep from kernel version 2.6.8-1.521-ps
This modules.dep file works with the original mkinitrd.
Created attachment 103793 [details]
modules.dep from kernel version 2.6.8-1.541-ps
This module.dep does not work with the original mkinitrd.
This is due to a bug in gawk. We've reverted back to gawk 3.1.3-9 in the devel tree. *** This bug has been marked as a duplicate of 131498 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |