Bug 198432

Summary: TB9051978f repos.py:620:get:RepoError: failure: repodata/comps.xml from core: [Errno 256] No more mirrors to try.
Product: [Fedora] Fedora Reporter: Mike Atkinson <mike.atkinson>
Component: pirutAssignee: Jeremy Katz <katzj>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
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-09-11 22:24:26 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:

Description Mike Atkinson 2006-07-11 12:25:24 UTC
Description of problem:
raceback (most recent call last):
  File "/usr/sbin/pirut", line 390, in ?
    main()
  File "/usr/sbin/pirut", line 386, in main
    pm.run()
  File "/usr/sbin/pirut", line 299, in run
    self.doRefresh()
  File "/usr/sbin/pirut", line 310, in doRefresh
    self.reposSetup(pbar)
  File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 150, in reposSetup
    self.doGroupSetup()
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 365, in doGroupSetup
    groupfile = repo.getGroups()
  File "/usr/lib/python2.4/site-packages/yum/repos.py", line 813, in getGroups
    file = self._retrieveMD('group')
  File "/usr/lib/python2.4/site-packages/yum/repos.py", line 784, in _retrieveMD
    cache=self.http_caching == 'all')
  File "/usr/lib/python2.4/site-packages/yum/repos.py", line 620, in get
    raise Errors.RepoError, "failure: %s from %s: %s" % (relative, self.id, e)
RepoError: failure: repodata/comps.xml from core: [Errno 256] No more mirrors to
try.

Local variables in innermost frame:
e: [Errno 256] No more mirrors to try.
start: None
url: None
text: None
self: core
cache: True
reget: None
relative: repodata/comps.xml
headers: None
checkfunc: (<bound method Repository._checkMD of <yum.repos.Repository instance
at 0xb793db8c>>, ('group',), {})
copy_local: 1
end: None
local: //var/cache/yum/core/comps.xml


Version-Release number of selected component (if applicable):


How reproducible: All the time


Steps to Reproduce:
1. Start "Add/Remove Software"
2.
3.
  
Actual results:


Expected results:


Additional info:
Sytem conects to the internet through a proxy server (running squid on port 3128)

Comment 1 Jeremy Katz 2006-07-18 20:25:48 UTC
Do you have the most recent yum and pirut updates installed?

Comment 2 Jeremy Katz 2006-09-11 22:24:26 UTC
Closing due to inactivity