On Mon, Feb 18, 2008 at 10:56:58PM -0800, Bob Taylor wrote:
On Mon, 2008-02-18 at 20:24 -0800, Akemi Yagi wrote:
yum install yum-repolist
Then run:
yum repolist
to list all the repos you have on your system and their status.
After running yum install yum-repolist yum repolist is:
Loading "skip-broken" plugin Loading "installonlyn" plugin Loading "downloadonly" plugin Loading "priorities" plugin Loading "repolist" plugin
repo id repo name status priority ======= ========= ====== ======== rpmforge Red Hat Enterprise 5 - RPMforge.net enabled 99 base CentOS-5 - Base enabled 99 updates CentOS-5 - Updates enabled 99 c5-media CentOS-5 - Media disabled 99 centosplus CentOS-5 - Plus enabled 99 addons CentOS-5 - Addons enabled 99 extras CentOS-5 - Extras enabled 99
Looks OK to me. What the hell is our problem? All my updates are via yum. I received 1 updated kernel in September and none since.
Coming in late on this thread, but...
1. Can you point your repo's at a different URL? 2. Have you tried a 'yum clean all' first? 3. Try disabling everything _but_ the update repo, doing yum clean and then yum update.
yum clean all yum --disablerepo=* --enablerepo=updates update
Ray