Bug 205450
| Summary: | Anaconda fails to install Fedora Core Develpment. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Thomas Woerner <twoerner> | ||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 6 | CC: | dwalsh, dzickus, redwolfe | ||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2007-02-23 16:19:57 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: | 208351 | ||||||||
| Attachments: |
|
||||||||
Created attachment 135650 [details]
Anaconda log
Fixed in CVS *** Bug 205466 has been marked as a duplicate of this bug. *** *** Bug 204805 has been marked as a duplicate of this bug. *** *** Bug 205543 has been marked as a duplicate of this bug. ***
PPC still fails..
Now it fails after determining all the dependencies for the packages.
Traceback (most recent call last):
File "/usr/bin/anaconda", line 944, in ?
anaconda.intf.run(anaconda)
File "/usr/lib/anaconda/text.py", line 540, in run
anaconda.dispatch.gotoNext()
File "/usr/lib/anaconda/dispatch.py", line 123, in gotoNext
self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 200, in moveStep
rc = stepFunc(self.anaconda)
File "/usr/lib/anaconda/packages.py", line 135, in turnOnFilesystems
anaconda.id.partitions.doMetaDeletes(anaconda.id.diskset)
File "/usr/lib/anaconda/partitions.py", line 1351, in doMetaDeletes
lvm.lvremove(name, vg)
File "/usr/lib/anaconda/lvm.py", line 135, in lvremove
raise SystemError, "lvremove failed"
SystemError: lvremove failed
Entering debugger...
> /usr/lib/anaconda/lvm.py(135)lvremove()
-> raise SystemError, "lvremove failed"
(Pdb)
This is a different bug. Please open a different bug report. technically yes, but semantically no. read the summary. you have yet to properly solve this problem. i'm not going to file a new bug every time i advance the anaconda screen and it crashes again. The original bug has been fixed, and you're now reporting an unrelated issue. As such, it needs to be a separate bug report. Thank you. Not really, my original bug before being dup'd here was that PPC failed to install. Well guess what it still fails to install on PPC. I really don't care how many bugs in anaconda get fixed, until I can install on PPC, I consider this problem unresolved. If we want to be technical about things, you can consider the original fix for this problem as 'does not resolve problem', because I still can't install. Bugs shouldn't be closed until a user acknowledges the fact that yes the fix did solve his problem. In my case, no it did not. Created attachment 136617 [details]
Anaconda error using kickstart method
Luya - this is a different bug than the original problem. If you are still seeing this in F7 test 2, please open a new bug report with the appropriate details. Thanks. |
Description of problem: File "/usr/lib/python2.4/site-packages/yum/packages.py", line 36, in comparePo EVR (e2, v2, r2) = (po2.epoch, po2.ver, po2.rel) AttributeError: 'str' object has no attribute 'epoch' See attached log file.