Bug 178641
| Summary: | Pup crashes with no network. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Burgess <david.burgess> |
| Component: | pirut | Assignee: | Paul Nasrat <nobody+pnasrat> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | islifefun1975, katzj, paolo.alcini, philip.wyett, tom |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-27 16:41:16 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
Dave Burgess
2006-01-22 22:47:04 UTC
Can you give the error message you receive? Running from a terminal might help to keep the error persistent. Also, what version of pup is installed? The error is constant if you attempt to run pup (Software Updater) with no
network / internet connectivity. Below is an error dump from pup when this is
the case.
// Starts
Component: Software Updater
Summary: TB86fdcb55 repos.py:431:check:RepoError: Cannot find a valid baseurl
for repo: development
Traceback (most recent call last):
File "/usr/sbin/pup", line 356, in ?
main()
File "/usr/sbin/pup", line 352, in main
pup.run()
File "/usr/sbin/pup", line 328, in run
self.doRefresh()
File "/usr/sbin/pup", line 160, in doRefresh
self.reposSetup(pbar)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 131, in reposSetup
self.doRepoSetup()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 244, in doRepoSetup
repo.baseurlSetup()
File "/usr/lib/python2.4/site-packages/yum/repos.py", line 550, in baseurlSetup
self.check()
File "/usr/lib/python2.4/site-packages/yum/repos.py", line 431, in check
raise Errors.RepoError, \
RepoError: Cannot find a valid baseurl for repo: development
Local variables in innermost frame:
self: development
// Ends
Pup should ideally handle a lack of network / internet connectivity far more
elegantly.
Fixed in CVS *** Bug 183077 has been marked as a duplicate of this bug. *** *** Bug 182548 has been marked as a duplicate of this bug. *** *** Bug 184497 has been marked as a duplicate of this bug. *** Moving component to pirut. Sorry for the spam. |