Bug 186055

Summary: Mirror list is incomplete
Product: [Retired] Fedora Infrastructure Reporter: Jochen Wiedmann <jochen.wiedmann>
Component: websiteAssignee: Greg DeKoenigsberg <gdk>
Status: CLOSED RAWHIDE QA Contact: Elliot Lee <sopwith>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: mefoster, sopwith
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://fedora.redhat.com/download/mirrors/fedora-core-5
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-21 17:29:48 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:
Description Flags
Perl script for creating a preliminary mirror list. none

Description Jochen Wiedmann 2006-03-21 12:38:49 UTC
The list of the Fedora mirrors, which is used by yum is incomplete.
Unfortunately, this breaks yum in some cases, because yum takes the only mirror
and attempts to perform a "REST" command, which isn't supported by the Fedora
download server. Due to lack of other mirrors, yum stops working.

Attached you find a simple script for generating a preliminary list. It reads
the official mirror list and adds the required subdirectories.

Comment 1 Jochen Wiedmann 2006-03-21 12:38:49 UTC
Created attachment 126390 [details]
Perl script for creating a preliminary mirror list.

Comment 2 Elliot Lee 2006-03-21 17:29:48 UTC
'download.fedoraproject.org', which should be the sole host listed in the mirror
list, should redirect you to a random mirror. There were some hiccups where the
list of Fedora mirrors used by yum listed 'download.fedora.redhat.com' instead
of download.fedoraproject.org, but this should be fixed within an hour.

Comment 3 Mary Ellen Foster 2006-03-22 12:43:31 UTC
At the moment (2006-03-22 13:47 GMT+1)
    wget http://fedora.redhat.com/download/mirrors/fedora-core-5
returns a file that consists of 34 copies of the same line:
    http://download.fedoraproject.org/pub/fedora/linux/core/5/$ARCH/os/

I suspect that should actually be returning 34 *different* mirrors? OR does yum
do something other than what wget does? My "yum update" seems to be pulling
exclusively from download.fedoraproject.org and is *VERY* *VERY* slow.

Comment 4 Elliot Lee 2006-03-22 15:10:47 UTC
download.fedoraproject.org redirects to a random mirror.

It will be slow because tons of people are downloading FC5. Can't help that part :)