Bug 125136
Summary: | anaconda crashes w/ invalid operand | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Joe Harrington <jhmail> | ||||
Component: | kernel | Assignee: | Dave Jones <davej> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 2 | CC: | jhmail, pfrields | ||||
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-04-16 05:45:52 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
Joe Harrington
2004-06-03 00:31:01 UTC
Created attachment 100809 [details]
logs, etc., from /tmp
An FC1 CD install succeeds. When doing an FC2 CD install, it fails right after putting up the first RPM install screen, after "Preparing to install..." Screen switching is still possible with control-alt-F#. The shell prompt exists but does not respond. I tried this three times and it was consistent (I didn't check the shell status the first of those three times). When doing an FC2 FTP install from the rescue CD, it fails a little earlier, just before the in the pause just before the "Formatting /boot filesystem..." status bar reaches the right end. Screen switching is still possible with control-alt-F#. I still have a shell. In that shell, commands that do not access /dev/hda work, those that do never return or print anything, but the keyboard and Ctrl-Alt-F# screen switching still work. For example, df works, but ls /mnt/sysimage goes into the diskwait-like state (which I'll call diskwait below). works: df fdisk -l /dev/hda dd if=/dev/hda of=/dev/null bs=10240 count=1 dd if=/dev/hda of=/dev/null bs=10240k count=1 dd if=/dev/hda of=/dev/null bs=10240k (I quit after ~1900 of ~2500 blocks) dd if=/dev/zero of=/dev/hda bs=10240 count=1 dd if=/dev/zero of=/dev/hda bs=10240k count=1 dd if=/dev/zero of=/dev/hda bs=10240k count=100 (I quit after 74 of 100 blocks) fails: fdisk /dev/hda (interaction works, but it diskwaits on write) badblocks -c 65536 -w /dev/hda (diskwaits, later the partition table is found intact, so it didn't write much) ls /mnt/sysimage (diskwaits) Previously, I reported that badblocks -c 65536 -w /dev/hda worked. It didn't, but it didn't report any bad blocks. I had assumed that after an hour or so of run with no bad blocks reported, it had checked the top quarter of the disk, more than enough to cover / and /boot. In fact it had diskwaited. Note that if I boot into the FC2 rescue mode, fdisk (including write), mke2fs, mount, and ls all work on the disk. The diskwait failures all happen after the kernel error is reported. --jh-- If I install FC1 from the CD and then try to upgrade to FC2, it gets the same error when the upgrade is reading package headers, or immediately after that. --jh-- One more failed test. I tried it on a different disk. The first was an IBM 25GB disk. The new one is a Maxtor 160GB. Same problem. Since it works on FC1 and fails on FC2, and since hardware parts are working fine under FC1 and pass the tests I can throw at them, I think this is a real kernel bug. Perhaps it has to do with the IDE driver for the aging chipset. Folks, I'm out of ideas. I'm willing to try more things if someone tells me what else to try. Otherwise, I guess I'm stuck running FC1 on this machine. --jh-- Fedora Core 2 has now reached end of life, and no further updates will be provided by Red Hat. The Fedora legacy project will be producing further kernel updates for security problems only. If this bug has not been fixed in the latest Fedora Core 2 update kernel, please try to reproduce it under Fedora Core 3, and reopen if necessary, changing the product version accordingly. Thank you. |