On Sat, 2002-12-21 at 17:28, Info wrote:
> I was trying to run up2date -u to install the new kernel, but somehow, it does not 
>install completely. I have a partial package installed.
> 
> [root@ns1 /]# locate vmlinuz-
> /boot/vmlinuz-2.4.7-10
> /boot/vmlinuz-2.4.18-18.7.x
> /boot/vmlinuz-2.4.18-19.7.x
> 
> 
> [root@ns1 /]# locate initrd-
> /boot/initrd-2.4.7-10.img
> /boot/initrd-2.4.18-18.7.x.img
> 
> I tried up2date -u again and i keep getting:- "Fetching rpm headers...
> None of the packages you requested were found, or they are already updated."
> 
> How do i overcome this issue? Thanks and Merry Christmas.
> 
> 
To help you resolve this...
the up2date service placed an rpm in your /var/spool/up2date directory
called kernel-2.4.18-19.7.x.'cputype'.rpm

cd into that directory and install it manually
rpm -U kernel-2.4.18-19.7.x.'cputype'.rpm

If that doesn't install the config, initrd.img, System.map & vmlinuz
files and softlinks for the new kernel version, do 
rpm -e kernel-2.4.18-19.7.x.'cputype'.rpm to remove it and try again.

You may have a corrupt download if all this fails.

Regards,
Peter



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to