Here is the error (or what appears to be an error):
[root@Hackbox root]# rpm -e kernel-2.4.20-8
stty: standard input: Invalid argument
Now this is all it does and just sits there. I cannot break the operation in any fashion so I have to "accidentally" hit the power button. After the system comes back up I run an rpm query and this kernel is still listed.
[root@Hackbox root]# rpm -qa | grep kernel
kernel-pcmcia-cs-3.1.31-13
kernel-source-2.4.20-8
kernel-2.4.20-31.9
kernel-2.4.20-8
kernel-2.4.20-30.9
I checked the /boot directory and the vmlinuz-2.4.20-8 and the initrd-2.4.20-8.img are gone. I also cat the /etc/grub.conf file and the grub boot loader entry for this kernel is also gone. So if the kernel is truly gone as all these indications would point to, why does it still show up in an rpm query? Also why would it hang like it is? Am I just not giving it long enough? I am somewhat impatient so the longest I have given it is probably around 7 or 8 minutes. I believe this should be plenty of time but who knows, maybe it is not.



