Robert Moskowitz
2006-Sep-04 18:04 UTC
[CentOS] Removed Plus kernel, yum still wants to update plus kernel
I am trying to get off the plus kernel. Hasn't helped yet, and my MadWifi does not work with it. So I used YUMEX to remove all of the plus kernel cruft that I could see. I rebooted. ONly the standard kernel was listed in the boot menu (good sign). Start up Yumex, and it is showing that the plus kernel needs updating. Nothing on the regular kernel. Just yum update behaves the same. So where does yum keep its 'memory', so I can remove references to the plus kernel and get back to the regular kernel?????
William L. Maltby
2006-Sep-04 18:25 UTC
[CentOS] Removed Plus kernel, yum still wants to update plus kernel
On Mon, 2006-09-04 at 14:04 -0400, Robert Moskowitz wrote:> <snip>> So where does yum keep its 'memory', so I can remove references to the > plus kernel and get back to the regular kernel?????IIUC, yum depends on rpm. So a std "rpm -q ..." should reflect what you tells you. The diff might be in what versions exist in what repos that you have enabled and/or exludes=/includepkgs= lie therein.> <snip sig stuff>
Jim Perrin
2006-Sep-04 18:34 UTC
[CentOS] Removed Plus kernel, yum still wants to update plus kernel
> So where does yum keep its 'memory', so I can remove references to the > plus kernel and get back to the regular kernel?????Either disable the centosplus repository, or exclude the kernel from that repository. I have no idea how yumex handles this, as I'm pretty much a console only type person. For general yum behavior, read 'man yum.conf' and look at the contents of /etc/yum.repos.d/ -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
Robert Moskowitz
2006-Sep-04 18:50 UTC
[CentOS] Removed Plus kernel, yum still wants to update plus kernel
Jim Perrin wrote:>> So where does yum keep its 'memory', so I can remove references to the >> plus kernel and get back to the regular kernel????? > > Either disable the centosplus repository, or exclude the kernel from > that repository. I have no idea how yumex handles this, as I'm pretty > much a console only type person. For general yum behavior, read 'man > yum.conf' and look at the contents of /etc/yum.repos.d/Ah, disabled centosplus repository. yum update ran a long time downloading headers then failed: --> Processing Dependency: clamav-db = 0.88.4-1.el4.rf for package: clamav --> Processing Dependency: setup(fedora-usermgmt) for package: fedora-usermgmt --> Processing Dependency: instance(fedora-usermgmt) for package: fedora-usermgmt --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package fedora-usermgmt-setup.noarch 0:0.8-1 set to be updated ---> Package fedora-usermgmt-shadow-utils.noarch 0:0.8-1 set to be updated --> Running transaction check --> Processing Dependency: clamav-db = 0.88.4-1.el4.rf for package: clamav --> Finished Dependency Resolution Error: Missing Dependency: clamav-db = 0.88.4-1.el4.rf is needed by package clamav Now since I don't use clamav on this system, time to delete it....