[root@localhost ~]# yum update
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Loading "fedorakmod" plugin
Setting up Update Process
Setting up repositories
livna [1/5]
livna 100% |=========================| 951 B 00:00
updates [2/5]
Cannot find a valid baseurl for repo: updates
Error: Cannot find a valid baseurl for repo: updates
[root@localhost ~]#
:::::::::::::::::::::::::::::::::::::::::::::::::::::
I have not done anything to change my yum setup and it worked jsut fine yesterday. However, as shown above, yum is now telling me that something is wrong with the repo: updates. Can someone tell me what is wrong here. Just in case, the following is a copy of my yum.repos.d for fedora-updates.
:::::::::::::::::::::::::::::::::::::::::::::::::::::
[updates]
name=Fedora Core $releasever - $basearch - Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[updates-debuginfo]
name=Fedora Core $releasever - $basearch - Updates - Debug
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/debug/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[updates-source]
name=Fedora Core $releasever - Updates Source
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
::::::::::::::::::::::::::::::::::::::::::::::::::::::
I sure hope someone can help me.