Johan wrote:
> Hello, when i install the "kernel-2.4.*.i686.rpm" provided by
> the e-smith cdrom.
> I will get this messages after
> "rpm -Uvh --replacepkgs kernel-2.4.20-18.7.i686.rpm" :
>
>
http://home.wanadoo.nl/makesyouwanna.dance/nohup.outYou can ignore those warnings - they indicate that the new modules you are installing are not compatible with the currently running kernel - but you knew that already.
If you really want to avoid them, do:
mv /etc/modules.conf /etc/modules.conf.save
rpm -iv kernel-2.4.20-18.7.i686.rpm
mv /etc/modules.conf.save /etc/modules.conf
Or you could do:
rpm -iv --noscripts kernel-2.4.20-18.7.i686.rpm
and you will then have to edit lilo.conf yourself, possibly after making an initrd file.
> i am also experiencing these depmod errors with a kernel from
> kernel.org. after "makes modules_install".
I wouldn't recommend anyone try to build a kernel, especially one not from RedHat. Unless you are a kernel developer, just don't bother.
Charlie