Bug 209462
| Summary: | traceback in text mode | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Florian La Roche <laroche> | ||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | bbrock, clydekunkel7734, davem, ericm24x7, gedwards, marksmit, namonai, solaus | ||||||
| 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-10-05 14:47:11 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: |
|
||||||||
Fxed *** Bug 209507 has been marked as a duplicate of this bug. *** Today's rawhide (10/10/2006) may have similar or same problem. Seeing: AttributeError: 'AnacondaYumRepo' object has no attribute '_AnacondaYumRepo__get' Attaching anaconda dump file. Created attachment 138163 [details]
anaconda dump file from fatal exception trying to net install rawhide of 10/10/06
Fixed again. *** Bug 210198 has been marked as a duplicate of this bug. *** *** Bug 210197 has been marked as a duplicate of this bug. *** *** Bug 210267 has been marked as a duplicate of this bug. *** *** Bug 210264 has been marked as a duplicate of this bug. *** *** Bug 210260 has been marked as a duplicate of this bug. *** *** Bug 210438 has been marked as a duplicate of this bug. *** Is this bug supposed to be fixed in rawhide? I'm still seeing bug 210267 on 10/12. I was about to ask the same question. Bugs shouldn't be "CLOSED" until the fix is really installed in the tree and verified, I've been trying rawhide for 2 days waiting for this to be "really" fixed. For ppc64, I saw this bug's stack trace on 10/10 rawhide, but on 10/11 duplicated 210352, a slightly different trace. Today, 10/12's rawhide, all appears fixed; my two install tests succeeded. I just retried today's images and they appear to be going fine so far, so it appears to be fixed here too. Created attachment 138459 [details]
anaconda dump file (renamed) from net install attemp of rawhide 20061013
I believe this is a different bug, however, from rawhide 20061013 net install,
fatal exception:
AttributeError: YumAvailablePackageSqlite instance has no attribute 'returnEVR'
May be related to yum-3.0.5 problems in this rawhide.
|
Description of problem: Traceback (most recent call first): File "/usr/lib/anaconda/yuminstall.py", line 177, in __init__ if v or not k in self.getAttributeKeys(): File "/usr/lib/anaconda/yuminstall.py", line 365, in doConfigSetup root = root) File "/usr/lib/anaconda/yuminstall.py", line 329, in __init__ self.doConfigSetup(root=anaconda.rootPath) File "/usr/lib/anaconda/yuminstall.py", line 650, in doInitialSetup self.ayum = AnacondaYum(anaconda) File "/usr/lib/anaconda/backend.py", line 148, in doRepoSetup anaconda.backend.doInitialSetup(anaconda) File "/usr/lib/anaconda/dispatch.py", line 199, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 122, in gotoNext self.moveStep() File "/usr/lib/anaconda/text.py", line 540, in run anaconda.dispatch.gotoNext() File "/usr/bin/anaconda", line 956, in ? anaconda.intf.run(anaconda) AttributeError: 'AnacondaYumRepo' object has no attribute 'getAttributeKeys' Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: