Bug 236651
Summary: | pup crash yumRepo.py:312:check:RepoError: Cannot find a valid baseurl for repo: development | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ed Avis <ed> |
Component: | pirut | Assignee: | Jeremy Katz <katzj> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | ||
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: | 2007-05-03 02:23:12 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: | |||
Bug Depends On: | |||
Bug Blocks: | 150226 |
Description
Ed Avis
2007-04-16 23:09:51 UTC
What versions of pirut and yum do you have installed? % rpm -q pirut yum pirut-1.3.6-1.fc7 yum-3.1.6-1.fc7 As far as I can tell, this is caused by a network failure of some kind so yum cannot get the mirrorlist from the Fedora website. You can reproduce it with % su # export http_proxy=http://nonexistent:8080 # pup (and press yes to start downloading updates) Expected behaviour: an error message box appears saying that a particular URI could not be fetched, and ideally some reason why. Actual behaviour: a long stack trace like the above with 'cannot find a valid baseurl'. This should be getting handled better with yum 3.1.7 |