RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 527345 - NoMoreMirrorsRepoError: failure: repodata/1ef5d644237f0f6bbb5e0151cc7fa232f3aa9e28edf1f75aa63cb6467f81188a-filelists.xml.gz from anaconda-InstallationRepo-200909301326.x86_64: [Errno 256] No more mirrors to try.
Summary: NoMoreMirrorsRepoError: failure: repodata/1ef5d644237f0f6bbb5e0151cc7fa232f3a...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: anaconda
Version: 6.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard: anaconda_trace_hash:5a0387c13b9de0979...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-10-06 03:38 UTC by Jens Petersen
Modified: 2009-10-08 03:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-10-06 13:49:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (194.42 KB, text/plain)
2009-10-06 03:38 UTC, Jens Petersen
no flags Details

Description Jens Petersen 2009-10-06 03:38:31 UTC
The following was filed automatically by anaconda:
anaconda 12.32 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 823, in _getFile
    raise Errors.NoMoreMirrorsRepoError, errstr
  File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1538, in _retrieveMD
    cache=self.http_caching == 'all')
  File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1496, in retrieveMD
    return self._retrieveMD(mdtype)
  File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1564, in getFileListsXML
    return self.retrieveMD('filelists')
  File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 183, in populate
    xml = repo_get_function()
  File "/usr/lib/python2.6/site-packages/yum/sqlitesack.py", line 301, in _loadFiles
    self.sack.populate(self.repo, mdtype='filelists')
  File "/usr/lib/python2.6/site-packages/yum/sqlitesack.py", line 359, in returnFileTypes
    self._loadFiles()
  File "/usr/lib/anaconda/yuminstall.py", line 787, in getDownloadPkgs
    for filetype in txmbr.po.returnFileTypes():
  File "/usr/lib/anaconda/yuminstall.py", line 1337, in doPostSelection
    (self.dlpkgs, self.totalSize, self.totalFiles)  = self.ayum.getDownloadPkgs()
  File "/usr/lib/anaconda/backend.py", line 282, in doPostSelection
    return anaconda.backend.doPostSelection(anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 200, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 123, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1195, in nextClicked
    self.anaconda.dispatch.gotoNext()
NoMoreMirrorsRepoError: failure: repodata/1ef5d644237f0f6bbb5e0151cc7fa232f3aa9e28edf1f75aa63cb6467f81188a-filelists.xml.gz from anaconda-InstallationRepo-200909301326.x86_64: [Errno 256] No more mirrors to try.

Comment 1 Jens Petersen 2009-10-06 03:38:46 UTC
Created attachment 363769 [details]
Attached traceback automatically from anaconda.

Comment 3 RHEL Program Management 2009-10-06 04:43:42 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 4 Chris Lumens 2009-10-06 13:49:15 UTC
I'm not sure how you've managed to do this, but the reason why anaconda was unable to download the metadata file is because that metadata file no longer exists.  And the reason for that is because the repo's been updated several times since you started installation, which means the sha sum part of the filename has changed.

If you look in the syslog portion of the attachment, you'll see dates ranging from October 2 to October 6, with lots of dhclient updating its lease between the two.  anaconda is simply not set up to make sense of this situation.

Comment 5 Jens Petersen 2009-10-08 03:06:59 UTC
Yep, I think I left anaconda running for some days. ;-)

Well in my book any crash is bug, but anyway thought
I would just report it FYI.


Note You need to log in before you can comment on or make changes to this bug.