| Summary: | Package Updater | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Surat Mahaboon <surat> | ||||
| Component: | pirut | Assignee: | James Antill <james.antill> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE Security Team <qe-baseos-security> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 5.7 | CC: | bkearney | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-04-23 18:26:15 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Surat Mahaboon
2012-04-18 09:06:19 UTC
Created attachment 578494 [details]
screen , text error and file be related
Component: pirut
Summary: TBbb3d3620 repoMDObject.py:131:getData:RepoMDError: requested datatype primary not available
Traceback (most recent call last):
File "/usr/sbin/pup", line 617, in ?
main()
File "/usr/sbin/pup", line 613, in main
pup.run()
File "/usr/sbin/pup", line 451, in run
self.doRefresh()
File "/usr/sbin/pup", line 266, in doRefresh
pbar = self.doRefreshRepos(destroy=False)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 344, in doRefreshRepos
self.reposSetup(pbar, thisrepo)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 308, in reposSetup
self.doTsSetup()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 86, in doTsSetup
return self._getTs()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 101, in _getTs
self._getTsInfo(remove_only)
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 112, in _getTsInfo
pkgSack = self.pkgSack
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 662, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 502, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.4/site-packages/yum/repos.py", line 260, in populateSack
sack.populate(repo, mdtype, callback, cacheonly)
File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 187, in populate
xml = repo_get_function()
File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 1550, in getPrimaryXML
return self.retrieveMD('primary')
File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 1491, in retrieveMD
return self._retrieveMD(mdtype)
File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 1495, in _retrieveMD
thisdata = self.repoXML.getData(mdtype)
File "/usr/lib/python2.4/site-packages/yum/repoMDObject.py", line 131, in getData
raise RepoMDError, "requested datatype %s not available" % type
RepoMDError: requested datatype primary not available
Local variables in innermost frame:
self: <yum.repoMDObject.RepoMD instance at 0x20180bd8>
type: primary
solution ??? > RepoMDError: requested datatype primary not available
This is a "can't happen" type bug, something is very wrong with the repos. configured that yum/pup are using.
|