the story:
I did a fedora core 4 upgrade(not fresh install) from fedora core 3....
When doing a Yum update - Yum gets caught in an infinite timeout loop.... When it gets to 'Reading repository metadata in from local files' it ALWAYS times out after it gets to 6% and tries again and again and again....
There were 3 files in my 'yum.repos.d' folder with the extension '.rpmnew' so I changed them.... I basically just got rid of the '.rpmnew' extension from them.... I am guessing it did this becasue it did not want to write over my existing files, since I was doing a fedora core 4 upgrade....
fedora.repo.rpmnew to fedora.repo
fedora-updates.repo.rpmnew to fedora-updates.repo
fedora-updates-testing.repo.rpmnew to fedora-updates-testing.repo
Here is the shell output:
----------
[root@localhost gary]# yum update
Setting up Update Process
Setting up repositories
livna 100% |=========================| 951 B 00:00
updates-released 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
extras 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 56 kB 00:19
http://fedora.arcticnetwork.ca/4/i38...rimary.xml.gz: [Errno 4] Sock et Error: timed out
Trying other mirror.
primary.xml.gz 100% |=========================| 48 kB 00:19
http://fr2.rpmfind.net/linux/fedora/...rimary.xml.gz: [Err no 4] Socket Error: timed out
Trying other mirror.
primary.xml.gz 100% |=========================| 64 kB 00:22
http://less.cogeco.net/pub/fedora/li...rimary.xml.gz: [Errno 4] Socket Error: timed out
Trying other mirror.
(it goes on forever from here)
----------
Here is my yum.conf:
----------
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
###############
## Livna.org ##
###############
[livna]
name=Livna.org Fedora Compatible Packages
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.lvn
gpgcheck=1
----------
Thanks in advance for your help!