[PlanetCCRMA] 2.4.20-31.1.caps.rh90.ccrmasmp kernel not installing

Noah Garrett Wallach logic@enabled.com
Wed Nov 10 16:38:02 2004


okay I am building another ccrma machine and arriving at a strange issue.

I can install 2.4.20-31.1.caps.rh90.ccrma fine but I cant install
2.4.20-31.1.caps.rh90.ccrmasmp

any clues what is going on here:

--- snip ---

[root@dhcp-183-1-168-192 root]# rpm -q kernel
kernel-2.4.21-20.EL
kernel-2.4.26-1.ll.rh90.ccrma
kernel-2.4.20-31.1.caps.rh90.ccrma


[root@dhcp-183-1-168-192 root]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/sda2
#          initrd /initrd-version.img
#boot=/dev/sda
default=3
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Enterprise Linux WS (2.4.20-31.1.caps.rh90.ccrma)
        root (hd0,0)
        kernel /vmlinuz-2.4.20-31.1.caps.rh90.ccrma ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.20-31.1.caps.rh90.ccrma.img
title Red Hat Enterprise Linux WS (2.4.26-1.ll.rh90.ccrmasmp)
        root (hd0,0)
        kernel /vmlinuz-2.4.26-1.ll.rh90.ccrmasmp ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.26-1.ll.rh90.ccrmasmp.img
title Red Hat Enterprise Linux WS (2.4.26-1.ll.rh90.ccrma)
        root (hd0,0)
        kernel /vmlinuz-2.4.26-1.ll.rh90.ccrma ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.26-1.ll.rh90.ccrma.img
title Red Hat Enterprise Linux WS (2.4.21-20.ELsmp)
        root (hd0,0)
        kernel /vmlinuz-2.4.21-20.ELsmp ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.21-20.ELsmp.img
title Red Hat Enterprise Linux WS-up (2.4.21-20.EL)
        root (hd0,0)
        kernel /vmlinuz-2.4.21-20.EL ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.21-20.EL.img
[root@dhcp-183-1-168-192 root]#


[root@dhcp-183-1-168-192 root]# apt-get -o RPM::Install-Options::=--oldpackage
install planetccrma-core-redhat-smp
Reading Package Lists... Done
Building Dependency Tree... Done
planetccrma-core-redhat-smp is already the newest version.
0 packages upgraded, 0 newly installed, 0 removed and 19 not upgraded.

--- snip ---

but the smp is not in the grub.conf file:

--- snip  ----

[root@dhcp-183-1-168-192 root]# cat /boot/grub/grub.conf # grub.conf generated
by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/sda2
#          initrd /initrd-version.img
#boot=/dev/sda
default=3
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Enterprise Linux WS (2.4.20-31.1.caps.rh90.ccrma)
        root (hd0,0)
        kernel /vmlinuz-2.4.20-31.1.caps.rh90.ccrma ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.20-31.1.caps.rh90.ccrma.img
title Red Hat Enterprise Linux WS (2.4.26-1.ll.rh90.ccrmasmp)
        root (hd0,0)
        kernel /vmlinuz-2.4.26-1.ll.rh90.ccrmasmp ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.26-1.ll.rh90.ccrmasmp.img
title Red Hat Enterprise Linux WS (2.4.26-1.ll.rh90.ccrma)
        root (hd0,0)
        kernel /vmlinuz-2.4.26-1.ll.rh90.ccrma ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.26-1.ll.rh90.ccrma.img
title Red Hat Enterprise Linux WS (2.4.21-20.ELsmp)
        root (hd0,0)
        kernel /vmlinuz-2.4.21-20.ELsmp ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.21-20.ELsmp.img
title Red Hat Enterprise Linux WS-up (2.4.21-20.EL)
        root (hd0,0)
        kernel /vmlinuz-2.4.21-20.EL ro root=LABEL=/ hda=ide-scsi
        initrd /initrd-2.4.21-20.EL.img


--- snip ---
 
cheers,

Noah