Tell me what to search for. I have updates waiting. If I go into server manager and go to software installer and tell it to install updates it will but it will never complete. After so long an hour or so I just select reconfigure and let it reboot. Once the server comes back up it says system is up to date.
Thanks tviles
Should I try any of these?
Below is from the faq file.General
Please Wait - Yum Running (prereposetup)
This means Yum is working out what updates are available. Occasionally such as when large sets of updates are released this could take 10+ minutes to complete
Yum doesn't seem to be working correctly. What do I do now?
If for some reason you can't get yum to work correctly, try:
yum clean metadata
or possibly 'yum clean all'
yum update
Fix for 'Metadata file does not match checksum'
Typical error message
http://apt.sw.be/fedora/3/en/i386/dag/repodata/primary.xml.gz:
[Errno -1] Metadata file does not match checksum Trying other mirror.
Error: failure: repodata/primary.xml.gz from dag: [Errno 256] No more mirrors to try.
To flush the up stream proxies, using wget, run:
wget --cache=off
http://apt.sw.be/fedora/3/en/i386/dag/repodata/filelists.xml.gzwget --cache=off
http://apt.sw.be/fedora/3/en/i386/dag/repodata/primary.xml.gzwget --cache=off
http://apt.sw.be/fedora/3/en/i386/dag/repodata/repomd.xmlyum update
An unclean shutdown during a system update can put the system into a state where it's difficult to recover.
find all the duplicate rpm's
rpm -qa | sort | less
Then remove all the duplicate rpm's
rpm -e --nodeps rpmname
Install the newest rpms
yum install rpmname
signal-event post-upgrade; signal-event reboot