[CentOS] yum updates

Johnny Hughes mailing-lists at hughesjr.com
Tue Aug 8 16:46:43 UTC 2006


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-34.0.1.EL.i686.rpm

or

http://mirror.centos.org/centos/4/updates/x86_64/RPMS/kernel-smp-devel-2.6.9-34.0.1.EL.x86_64.rpm

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 )



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.centos.org/pipermail/centos/attachments/20060808/e5b6e6e0/attachment.sig>


More information about the CentOS mailing list