Warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints

2009-03-09 Thread Peter Steele
I have a process that automates the creation of a master FreeBSD image that we clone onto mulitple machines. In the latest version of this image I am seeing the warnings: warning: KLD '/boot/kernel/linprocfs.ko' is newer than the linker.hints file warning: KLD '/boot/kernel/linux.ko' is newer

Re: Warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints

2009-03-09 Thread Paul B. Mahol
the linker.hints file warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints What might be causing this? I am not doing anything in particular with this Linux component during the image creation process, and these are the only such warnings. We do install a custom kernel as well, but I did

Re: Warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints

2009-03-09 Thread Peter Steele
Probably you installed that files _after_ linker.hints is generated, just make sure that they are still compatible with /boot/kernel/kernel Perhaps its a matter of the process we're using. I first install the GENERIC kernel into the image I am creating: export DESTDIR=${IMAGE_DIR} export

Re: Warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints

2009-03-09 Thread Paul B. Mahol
On 3/9/09, Peter Steele pste...@maxiscale.com wrote: Probably you installed that files _after_ linker.hints is generated, just make sure that they are still compatible with /boot/kernel/kernel Perhaps its a matter of the process we're using. I first install the GENERIC kernel into the image I