On Tue, 2006-08-08 at 11:56 -0400, Bowie Bailey wrote:
I am trying to update my cluster servers to a newer kernel. As the csgfs stuff is not updated for 2.6.9-34.0.2.EL yet, I have to use 2.6.9-34.0.1.EL.
If I specify to update the cluster packages, yum will automatically find the proper kernel package to meet the dependency. The problem is that I also need the kernel-smp-devel package installed so that I can build a new AoE driver. It doesn't get installed via dependencies and I can't figure out how to install it manually.
Hints anyone?
How can I install kernel-smp-devel-2.6.9-34.0.1.EL via yum? Can I grab the rpm from somewhere and do a local install?
It is in the updates repo for your arch:
http://mirror.centos.org/centos/4/updates/i386/RPMS/kernel-smp-devel-2.6.9-3...
or
http://mirror.centos.org/centos/4/updates/x86_64/RPMS/kernel-smp-devel-2.6.9...
Once downladed install like this:
rpm -ivh kernel-smp-devel-2.6.9-34.0.1.EL.i686.rpm
or
rpm -ivh kernel-smp-devel-2.6.9-34.0.1.EL.x86_64.rpm
(or you can remove the package with rpm -e kernel-smp-devel ... then
yum install kernel-smp-devel-2.6.9-34.0.1.EL.i686
or
yum install kernel-smp-devel-2.6.9-34.0.1.EL.x86_64 )