Bug 1144609
| Summary: | [abrt] fedup: download.py:151:interrupt_callback:IOError: [Errno 5] Input/output error | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Deepak Kumar <ddkroyal001> | ||||||||
| Component: | fedup | Assignee: | Will Woods <wwoods> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 19 | CC: | tflink, wwoods | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/917645cd4cf985fd48415809da422c99765072c2 | ||||||||||
| Whiteboard: | abrt_hash:d9bc80f2956540d383a6a7720cb97ed1a41fd850 | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-09-22 16:45:43 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: |
|
||||||||||
Created attachment 939441 [details]
File: backtrace
Created attachment 939442 [details]
File: dso_list
Created attachment 939443 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1145204 *** |
Version-Release number of selected component: fedup-0.8.0-4.fc19 Additional info: reporter: libreport-2.2.3 cmdline: /usr/bin/python /bin/fedup --network 20 executable: /bin/fedup kernel: 3.14.4-100.fc19.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: download.py:151:interrupt_callback:IOError: [Errno 5] Input/output error Traceback (most recent call last): File "/bin/fedup", line 239, in <module> main(args) File "/bin/fedup", line 118, in main disable_plugins=args.disable_plugins) File "/bin/fedup", line 56, in setup_downloader repos=repos) File "/usr/lib/python2.7/site-packages/fedup/download.py", line 221, in setup_repos md_types = repo.repoXML.fileTypes() File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1670, in <lambda> repoXML = property(fget=lambda self: self._getRepoXML(), File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1666, in _getRepoXML self._loadRepoXML(text=self.ui_id) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1657, in _loadRepoXML return self._groupLoadRepoXML(text, self._mdpolicy2mdtypes()) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1632, in _groupLoadRepoXML self._commonRetrieveDataMD(mdtypes) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1527, in _commonRetrieveDataMD if not self._retrieveMD(nmdtype, retrieve_can_fail=True): File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1846, in _retrieveMD **kwargs) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1022, in _getFile **kwargs File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 448, in urlgrab return self._mirror_try(func, url, kw) File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 425, in _mirror_try return func_ref( *(fullurl,), opts=opts, **kw ) File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1172, in urlgrab return self._retry(opts, retryfunc, url, filename) File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1081, in _retry _run_callback(callback, obj) File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1030, in _run_callback return cb(obj) File "/usr/lib/python2.7/site-packages/fedup/download.py", line 151, in interrupt_callback "interrupt again within %d seconds to exit.\n" % exit_time IOError: [Errno 5] Input/output error Local variables in innermost frame: self: <fedup.download.UpgradeDownloader object at 0x2519a50> now: 1405292293.824869 exit_time: 2 cbobj: <urlgrabber.grabber.CallbackObject instance at 0x25fcc68>