Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2009 17:07:03 +0100
From:      "Paul B. Mahol" <onemda@gmail.com>
To:        Peter Steele <psteele@maxiscale.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Warning: KLD '/boot/kernel/linux.ko' is newer than the  linker.hints
Message-ID:  <3a142e750903090907y2115838co3aaf88c15fa139e4@mail.gmail.com>
In-Reply-To: <4941256.2381236613044068.JavaMail.HALO$@halo>
References:  <16987044.2361236612895380.JavaMail.HALO$@halo> <4941256.2381236613044068.JavaMail.HALO$@halo>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/9/09, Peter Steele <psteele@maxiscale.com> wrote:
> 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 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 not see this
> error in earlier versions of the image creation process.

# kldxref /boot/kernel

Probably you installed that files _after_ linker.hints is generated,
just make sure
that they are still compatible with /boot/kernel/kernel


-- 
Paul



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3a142e750903090907y2115838co3aaf88c15fa139e4>