Bug 204005
| Summary: | Fatal exception during kickstart install | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew Kroeger <mb6zcpv02> | ||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> | ||||||
| Severity: | urgent | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 6 | CC: | jreiser | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2006-08-24 22:31:16 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 of problem:
Encounter the following error when attempting a kickstart install (not sure if
it's kickstart-specific, but not having seen it reported yet leads me to believe
so):
Traceback (most recent call last):
File "/usr/bin/anaconda", line 944, in ?
anaconda.intf.run(anaconda)
File "/usr/lib/anaconda/text.py", line 491, in run
(step, instance) = anaconda.dispatch.currentStep()
File "/usr/lib/anaconda/dispatch.py", line 222, in currentStep
self.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/backend.py", line 149, in doRepoSetup
anaconda.backend.doRepoSetup(anaconda)
File "/usr/lib/anaconda/yuminstall.py", line 651, in doRepoSetup
self.ayum.doRpmDBSetup()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 252, in doRpmDBSetup
self.rpmdb.buildIndexes()
File "/usr/lib/python2.4/site-packages/yum/rpmsack.py", line 65, in buildIndexes
raise PackageSackError, "Match Iterators not supported in rpm. Please
upgrade rpm-python"
PackageSackError: Match Iterators not supported in rpm. Please upgrade rpm-python
Version-Release number of selected component (if applicable):
Most recent build (2006-08-24 ~04:20)
How reproducible:
Always
Steps to Reproduce:
1. Attempt kickstart install
Actual results:
Above error
Expected results:
Successful install
Additional info:
Attaching full anaconda.log & kickstart file used for install.
Created attachment 134866 [details]
kickstart file from failed install
Fixed in yum-2.9.5-2 *** Bug 204014 has been marked as a duplicate of this bug. *** |
Created attachment 134865 [details] anaconda.log from failed install