<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Michael Schwendt wrote:
<blockquote cite="mid:20081103175039.6e1bc82f.mschwendt@gmail.com"
 type="cite">
  <pre wrap="">On Mon, 03 Nov 2008 08:29:59 -0800, Patrick Topping wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">[root@turtle init.d]#  yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
 Eg. /
removing mirrorlist with no valid mirrors: 
//var/cache/yum/fedora/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: fedora
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What is the reason you don't show what that mirrorlist.txt files
contains? Alternatively, show the fedora.repo configuration file and
the URL for the mirrorlist in there.

  </pre>
</blockquote>
<br>
Michael,<br>
<br>
Problem found..... I think.  I do not have any mirror lists files.  Not
sure where they have gone...:-(<br>
<br>
[root@turtle ~]# find / -name 'mirrorlist.txt'<br>
[root@turtle ~]# <br>
<br>
Where can I download the mirror lists for the following
repositories..???<br>
<br>
adobe-linux-i386.repo<br>
fedora-development.repo<br>
Fedora-install-media.repo<br>
fedora.repo<br>
fedora-updates.repo<br>
freshrpms.repo<br>
livna-devel.repo<br>
livna.repo<br>
<br>
The fedora.repo config file contains the following:<br>
<br>
[root@turtle yum.repos.d]# more fedora.repo<br>
[fedora]<br>
name=Fedora $releasever - $basearch<br>
failovermethod=priority<br>
#baseurl=<a class="moz-txt-link-freetext" href="http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/">http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/</a><br>
mirrorlist=<a class="moz-txt-link-freetext" href="http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch">http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch</a><br>
enabled=1<br>
gpgcheck=1<br>
gpgkey=<a class="moz-txt-link-freetext" href="file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora">file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora</a>
<a class="moz-txt-link-freetext" href="file:///etc/pki/rpm-gpg/RPM-GPG-KEY">file:///etc/pki/rpm-gpg/RPM-GPG-KEY</a><br>
<br>
[fedora-debuginfo]<br>
name=Fedora $releasever - $basearch - Debug<br>
failovermethod=priority<br>
#baseurl=<a class="moz-txt-link-freetext" href="http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/">http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/</a><br>
mirrorlist=<a class="moz-txt-link-freetext" href="http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch">http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch</a><br>
enabled=0<br>
gpgcheck=1<br>
gpgkey=<a class="moz-txt-link-freetext" href="file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora">file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora</a>
<a class="moz-txt-link-freetext" href="file:///etc/pki/rpm-gpg/RPM-GPG-KEY">file:///etc/pki/rpm-gpg/RPM-GPG-KEY</a><br>
<br>
[fedora-source]<br>
name=Fedora $releasever - Source<br>
failovermethod=priority<br>
#baseurl=<a class="moz-txt-link-freetext" href="http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/">http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/</a><br>
mirrorlist=<a class="moz-txt-link-freetext" href="http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch">http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch</a><br>
enabled=0<br>
gpgcheck=1<br>
gpgkey=<a class="moz-txt-link-freetext" href="file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora">file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora</a>
<a class="moz-txt-link-freetext" href="file:///etc/pki/rpm-gpg/RPM-GPG-KEY">file:///etc/pki/rpm-gpg/RPM-GPG-KEY</a><br>
<br>
Thanks.<br>
<br>
-Patrick<br>
</body>
</html>