Bug 206513
Summary: | fc6test3/64-bit: anaconda fails to create initrd | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | IBM Bug Proxy <bugproxy> | ||||||||||
Component: | anaconda | Assignee: | Paul Nasrat <nobody+pnasrat> | ||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Mike McLean <mikem> | ||||||||||
Severity: | high | Docs Contact: | |||||||||||
Priority: | medium | ||||||||||||
Version: | 6 | CC: | gczarcinski, green, pjones, wtogami | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | All | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | |||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2006-09-20 15:19:04 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: | 205194 | ||||||||||||
Bug Blocks: | 150224 | ||||||||||||
Attachments: |
|
Description
IBM Bug Proxy
2006-09-14 19:46:30 UTC
Created attachment 136300 [details]
boot_messages
----- Additional Comments From thinh.com (prefers email at th2tran.com) 2006-09-14 19:04 EDT ------- for the work-around: - Don't reboot the machine after installation completed, just go to the shell prompt and do create the initrd image from step #2 above. Regards, Thinh Tran Can you provide /root/install.log? Created attachment 136357 [details]
requested install log
Here is an install.log file from a Cell blade exhibiting this behaviour.
Created attachment 136358 [details]
install.log
----- Additional Comments From robbiew.com 2006-09-15 09:48 EDT ------- requested install log ----- Additional Comments From arndb.com (prefers email at arnd.bergmann.com) 2006-09-15 09:54 EDT ------- The bug is probably related to this snipped from the install log WARNING: /lib/modules/2.6.17-1.2630.fc6/kernel/fs/cachefiles/cachefiles.ko needs unknown symbol copy_4K_page /sbin/mkinitrd: line 282: /sbin/nash: No such file or directory /sbin/mkinitrd: line 282: /sbin/nash: No such file or directory /sbin/mkinitrd: line 282: /sbin/nash: No such file or directory /sbin/mkinitrd: line 282: /sbin/nash: No such file or directory no temporary directory could be found. mkinitrd failed error: %post(kernel-2.6.17-1.2630.fc6.ppc64) scriptlet failed, exit status 1 Maybe a dependency in the kernel package to nash is missing? Created attachment 136359 [details]
install.log
----- Additional Comments From thinh.com (prefers email at th2tran.com) 2006-09-15 10:02 EDT ------- /root/install.log mkinitrd fails: .... Installing kernel - 2.6.17-1.2630.fc6.ppc64 WARNING: /lib/modules/2.6.17-1.2630.fc6/kernel/fs/cachefiles/cachefiles.ko needs unknown symbol copy_4K_page /sbin/mkinitrd: line 282: /sbin/nash: No such file or directory /sbin/mkinitrd: line 282: /sbin/nash: No such file or directory /sbin/mkinitrd: line 282: /sbin/nash: No such file or directory /sbin/mkinitrd: line 282: /sbin/nash: No such file or directory no temporary directory could be found. mkinitrd failed error: %post(kernel-2.6.17-1.2630.fc6.ppc64) scriptlet failed, exit status 1 Installing firstboot-tui - 1.4.19-1.noarch .... this bug seems to be the same as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205194. ----- Additional Comments From thinh.com (prefers email at th2tran.com) 2006-09-15 10:12 EDT ------- Redhat, Sorry for sending duplicated data. Hmm... what's happening is that we're having things sorted such that mkinitrd.ppc64 is installed later than the kernel and rpm is only putting down the ppc64 binary two points: - mkinitrd.ppc is installed just before the kernel, mkinitrd.ppc64 is installed much later. Why do we install them both in the first place? why doesn't mkinitrd.ppc do the right thing? - the last three changelog entries in mkinitrd.spec refer to bug 205194, but none of them actually fixed it... Bingo! This same problem occurs on a x86_64 system installing the 64 bit fc6test3. Doing a 32 bit install works ok. In both cases there is a 32 bit and a 64 bit mkinitrd being installed but the 64 bit one is installed AFTER the kernel is installed. If you indicate here when this is fixed in rawhide, I will take a shot at testing the fix. changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gerhard.stenzel.com ------- Additional Comments From gerhard.stenzel.com 2006-09-19 11:09 EDT ------- The same problem (and workaround) occur also on a JS20 *** This bug has been marked as a duplicate of 206453 *** |