Don Flinn wrote:
Hi For the past two weeks I have been informed that there are no new updates for Fedora 4 for my system. Somehow I don't believe that. I've used command line sudo yum update, Yum Extender and up2date all telling me no updates. I've then run yum clean all and re-tried the above update methods.
Yum clean all just removes your rpms that were installed and are accumulating until the cleanup cronjob for yum takes place. It removes the headers also.
Check your repo files in /etc/yum.repos.d to make sure that the repositories are enabled for updates, extras and the base repositories. It should have enabled=1 as the repo file below shows. Another possibility is that your fedora-release package is messed up and not pointing to the correct release information. The $releasever (release version) is taken from this package. If you upgraded, It might be looking for your older installation files, depending upon how you setup your repos.
Just a few possibilities. Jim cat /etc/yum.repos.d/fedora-updates.repo [updates-released] name=Fedora Core $releasever - $basearch - Released 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
Have there been no updates for the past two weeks or do I have some corruption in yum? If I have a corruption, how do I correct it? Thanks Don
-- QOTD: If it's too loud, you're too old.