Bug 446237
| Summary: | "No more mirrors" traceback from retrieve_treeinfo | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nicholas Miell <nmiell> |
| Component: | preupgrade | Assignee: | Will Woods <wwoods> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | katzj, oded, post, wwoods |
| 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: | 2008-11-26 06:12:51 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: | |||
apparently this was the result of bug #446244, so preupgrade correctly determined that none of the mirrors in the mirrorlist actually had a .treeinfo, but the resulting lack of information from the UI is still a problem Correct, and bug #446244 should be fixed in a new preupgrade package that's currently building. Still need to improve the UI for this error condition though. In preupgrade-0.9.8 we pop up an error dialog with "Retry" and "Quit" buttons. preupgrade-0.9.8-2.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/preupgrade-0.9.8-2.fc9 preupgrade-0.9.8-2.fc8 has been submitted as an update for Fedora 8. http://admin.fedoraproject.org/updates/preupgrade-0.9.8-2.fc8 preupgrade-0.9.8-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update preupgrade'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-8545 preupgrade-0.9.8-2.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update preupgrade'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8576 *** Bug 451431 has been marked as a duplicate of this bug. *** preupgrade-0.9.8-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update preupgrade'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-8545 preupgrade-0.9.8-2.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update preupgrade'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8576 *** Bug 468710 has been marked as a duplicate of this bug. *** preupgrade-0.9.9-1.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update preupgrade'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8576 preupgrade-0.9.9-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update preupgrade'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-8545 preupgrade-1.0.0-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/preupgrade-1.0.0-1.fc10 preupgrade-1.0.0-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. preupgrade-1.0.0-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. preupgrade-1.0.0-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Traceback (most recent call last): File "/usr/share/preupgrade/preupgrade-gtk.py", line 198, in on_assistant_apply self._do_main() File "/usr/share/preupgrade/preupgrade-gtk.py", line 206, in _do_main self.main_preupgrade() File "/usr/share/preupgrade/preupgrade-gtk.py", line 349, in main_preupgrade self.pu.retrieve_treeinfo() File "/usr/lib/python2.5/site-packages/preupgrade/__init__.py", line 372, in retrieve_treeinfo tif = self.distrepo.grab.urlopen('/.treeinfo') File "/usr/lib/python2.5/site-packages/urlgrabber/mirror.py", line 417, in urlopen return self._mirror_try(func, url, kw) File "/usr/lib/python2.5/site-packages/urlgrabber/mirror.py", line 390, in _mirror_try mirrorchoice = self._get_mirror(gr) File "/usr/lib/python2.5/site-packages/urlgrabber/mirror.py", line 287, in _get_mirror raise URLGrabError(256, _('No more mirrors to try.')) urlgrabber.grabber.URLGrabError: [Errno 256] No more mirrors to try. Version-Release number of selected component (if applicable): preupgrade-0.9.3-2.fc8 How reproducible: Steps to Reproduce: 1. Try to preupgrade to a new Fedora release on release day 2. Experience heavy mirror load Actual results: A traceback and then UI stops progressing through the preupgrade steps Expected results: Preupgrade retries all downloads until it succeeds, while displaying a download attempt counter so the user knows what's going on. Additional info: