On Wed, Jun 17, 2009 at 8:03 AM, Dave Stevens<geek@xxxxxxxxxxxx> wrote: > like this: > > [dave@davehost yum.repos.d]$ cat fedora.repo > [fedora] > name=Fedora $releasever - $basearch > failovermethod=priority > #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/ > mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch > enabled=1 > metadata_expire=7d > gpgcheck=1 > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch > Try disabling the mirrorlist and enabling the baseurl. Do the same for fedora-updates.repo. If that works go to http://mirrors.fedoraproject.org/publiclist/Fedora/11/ and find a mirror that is close to you geographically. Add the mirror as the primary repo or use it in place of http://download.fedoraproject.org . E.g. $ cat fedora.repo [fedora] name=Fedora $releasever - $basearch failovermethod=priority baseurl=http://mirror.anl.gov/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/ http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/ # mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch enabled=1 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines