[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] RedHat won't reboot



Francisco Jorge wrote:
Hi,

I have tried your kernel and it works fine. The only strange thing I have noticed is that in the first reboot the following message appeared:

modprobe: Can't open dependencies file /lib/modules/2.4.18-24.8.0cobalt-III/modules.dep (No such file or directory)

The next time I rebooted the Cobalt this message did not came out. Any idea why? I have installed the kernel with this command:

rpm -Fvh kernel-cobalt-III-2.4.18-24.8.0.i386.rpm


If you run:

depmod -ae -F /boot/System.map-2.4.18-24.8.0cobalt-III \
	2.4.18-24.8.0cobalt-III

before rebooting it will generate the modules.dep file. There is a %post script in the RPM that should do this but looking at it now I
can see the error... I will fix this and update the RPMs.

Thanks for writing this all down!  Feel free to point to the RPMs
in your howto or redistribute them however you wish.

-duncan