Bug 733520 - [abrt] yum-utils-1.1.31-2.fc15: yumRepo.py:842:_getFile:NoMoreMirrorsRepoError: failure: repodata/26eac5d1b62aac96855bfe6953f3f244d4f7de12ccc7afe4b30af2a5003973fd-filelists.sqlite.bz2 from fedora: [Errno 256] No more mirrors to try.
Summary: [abrt] yum-utils-1.1.31-2.fc15: yumRepo.py:842:_getFile:NoMoreMirrorsRepoErro...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-utils
Version: 15
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:b7a32340179db3a21ca58449139...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-25 21:40 UTC by Andrew Engelbrecht
Modified: 2014-01-21 23:19 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-07 18:36:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Andrew Engelbrecht 2011-08-25 21:40:49 UTC
abrt version: 2.0.3
architecture:   x86_64
cmdline:        
component:      yum-utils
executable:     /usr/bin/repoquery
kernel:         2.6.40.3-0.fc15.x86_64
os_release:     Fedora release 15 (Lovelock)
package:        yum-utils-1.1.31-2.fc15
reason:         yumRepo.py:842:_getFile:NoMoreMirrorsRepoError: failure: repodata/26eac5d1b62aac96855bfe6953f3f244d4f7de12ccc7afe4b30af2a5003973fd-filelists.sqlite.bz2 from fedora: [Errno 256] No more mirrors to try.
time:           Thu Aug 25 17:34:45 2011
uid:            500
username:       sudoman

backtrace:
:yumRepo.py:842:_getFile:NoMoreMirrorsRepoError: failure: repodata/26eac5d1b62aac96855bfe6953f3f244d4f7de12ccc7afe4b30af2a5003973fd-filelists.sqlite.bz2 from fedora: [Errno 256] No more mirrors to try.
:
:Traceback (most recent call last):
:  File "/usr/bin/repoquery", line 1406, in <module>
:    main(sys.argv)
:  File "/usr/bin/repoquery", line 1400, in main
:    repoq.runQuery(regexs)
:  File "/usr/bin/repoquery", line 990, in runQuery
:    dot = self.options.dot)
:  File "/usr/bin/repoquery", line 224, in doQuery
:    return getattr(self, "fmt_%s" % method)(*args, **kw)
:  File "/usr/bin/repoquery", line 287, in fmt_list
:    return "\n".join(self.files())
:  File "/usr/bin/repoquery", line 629, in files
:    for ftype in self.pkg.returnFileTypes():
:  File "/usr/lib/python2.7/site-packages/yum/sqlitesack.py", line 372, in returnFileTypes
:    self._loadFiles()
:  File "/usr/lib/python2.7/site-packages/yum/sqlitesack.py", line 294, in _loadFiles
:    self.sack.populate(self.repo, mdtype='filelists')
:  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 172, in populate
:    db_fn = repo._retrieveMD(mydbtype)
:  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1607, in _retrieveMD
:    size=thisdata.size)
:  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 842, in _getFile
:    raise Errors.NoMoreMirrorsRepoError, errstr
:NoMoreMirrorsRepoError: failure: repodata/26eac5d1b62aac96855bfe6953f3f244d4f7de12ccc7afe4b30af2a5003973fd-filelists.sqlite.bz2 from fedora: [Errno 256] No more mirrors to try.
:
:Local variables in innermost frame:
:e: URLGrabError(256, 'No more mirrors to try.')
:start: None
:url: None
:text: 'fedora/filelists_db'
:self: <yum.yumRepo.YumRepository object at 0x1ceddd0>
:cache: True
:reget: 'simple'
:relative: 'repodata/26eac5d1b62aac96855bfe6953f3f244d4f7de12ccc7afe4b30af2a5003973fd-filelists.sqlite.bz2'
:headers: ()
:checkfunc: (<bound method YumRepository.checkMD of <yum.yumRepo.YumRepository object at 0x1ceddd0>>, ('filelists_db',), {})
:errstr: 'failure: repodata/26eac5d1b62aac96855bfe6953f3f244d4f7de12ccc7afe4b30af2a5003973fd-filelists.sqlite.bz2 from fedora: [Errno 256] No more mirrors to try.'
:copy_local: 1
:end: None
:local: '/var/tmp/yum-sudoman-Kwjj27/x86_64/15/fedora/26eac5d1b62aac96855bfe6953f3f244d4f7de12ccc7afe4b30af2a5003973fd-filelists.sqlite.bz2'
:size: '21609542'

comment:
:I ran this command while my network was cycling between being down and trying to reconnect multiple times:
:
:$ repoquery --list iwl1000-firmware.noarch 
:Traceback (most recent call last):
:  File "/usr/bin/repoquery", line 1406, in <module>
:    main(sys.argv)
:  File "/usr/bin/repoquery", line 1400, in main
:    repoq.runQuery(regexs)
:  File "/usr/bin/repoquery", line 990, in runQuery
:    dot = self.options.dot)
:  File "/usr/bin/repoquery", line 224, in doQuery
:    return getattr(self, "fmt_%s" % method)(*args, **kw)
:  File "/usr/bin/repoquery", line 287, in fmt_list
:    return "\n".join(self.files())
:  File "/usr/bin/repoquery", line 629, in files
:    for ftype in self.pkg.returnFileTypes():
:  File "/usr/lib/python2.7/site-packages/yum/sqlitesack.py", line 372, in returnFileTypes
:    self._loadFiles()
:  File "/usr/lib/python2.7/site-packages/yum/sqlitesack.py", line 294, in _loadFiles
:    self.sack.populate(self.repo, mdtype='filelists')
:  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 172, in populate
:    db_fn = repo._retrieveMD(mydbtype)
:  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1607, in _retrieveMD
:    size=thisdata.size)
:  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 842, in _getFile
:    raise Errors.NoMoreMirrorsRepoError, errstr
:yum.Errors.NoMoreMirrorsRepoError: failure: repodata/26eac5d1b62aac96855bfe6953f3f244d4f7de12ccc7afe4b30af2a5003973fd-filelists.sqlite.bz2 from fedora: [Errno 256] No more mirrors to try.

Comment 1 Andrew Engelbrecht 2011-08-27 00:34:44 UTC
Package: yum-utils-1.1.31-2.fc15
Architecture: x86_64
OS Release: Fedora release 15 (Lovelock)

Comment
-----
This time, it happened when I was simply not connected to the network (i.e. not repeatedly connecting and disconnecting), and the three dots were showing in the wifi connection icon, as I was trying to form a connection.

Comment 2 Fedora End Of Life 2012-08-07 18:36:52 UTC
This message is a notice that Fedora 15 is now at end of life. Fedora
has stopped maintaining and issuing updates for Fedora 15. It is
Fedora's policy to close all bug reports from releases that are no
longer maintained. At this time, all open bugs with a Fedora 'version'
of '15' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that
we were unable to fix it before Fedora 15 reached end of life. If you
would still like to see this bug fixed and are able to reproduce it
against a later version of Fedora, you are encouraged to click on
"Clone This Bug" (top right of this page) and open it against that
version of Fedora.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

The process we are following is described here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


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