Bug 254441
Summary: | Upgrade of FC5 crashes in depsolving | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pierre Sarrazin <sarrazip> | ||||
Component: | yum | Assignee: | Jeremy Katz <katzj> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7 | CC: | james.antill, pmatilai, tim.lauridsen | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | athlon | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-08-28 14:14: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
Pierre Sarrazin
2007-08-25 20:39:22 UTC
Created attachment 172621 [details]
Anaconda crash state, saved to a floppy
The message you're seeing about no volume groups found is not an error, just informational. The real error message is in the beginning of your exception file. Did you run media check on the DVD? Otherwise, this looks like either a yum problem or an interaction problem between anaconda and yum. I ran a media check on the DVD and it passed. This is caused by some old packages which don't have header fields yum is expecting. If you remove helptool, you should get past it (assuming you don't have other similar packages). This has been fixed in yum for the next release Is there a way to use the rpm command to get a complete list of packages that have the same characteristics as helptool? Having found no way to determine a complete list of such packages, I used rpm -qi --all to detect all packages installed before 2001, and uninstalled most of them. The upgrade went well after that, at least concerning the RPM upgrades. |