From owner-freebsd-questions@FreeBSD.ORG Mon Mar 9 15:37:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F40F1065688 for ; Mon, 9 Mar 2009 15:37:50 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from exprod7og114.obsmtp.com (exprod7og114.obsmtp.com [64.18.2.215]) by mx1.freebsd.org (Postfix) with SMTP id 39D768FC0C for ; Mon, 9 Mar 2009 15:37:50 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from source ([209.85.198.233]) by exprod7ob114.postini.com ([64.18.6.12]) with SMTP ID DSNKSbU3zZZAFOO6H4GtzVhhVKoW+0dlUJjT@postini.com; Mon, 09 Mar 2009 08:37:50 PDT Received: by rv-out-0506.google.com with SMTP id f6so1859019rvb.43 for ; Mon, 09 Mar 2009 08:37:49 -0700 (PDT) Received: by 10.141.41.12 with SMTP id t12mr3115749rvj.289.1236613069673; Mon, 09 Mar 2009 08:37:49 -0700 (PDT) Received: from localhost ([76.231.178.131]) by mx.google.com with ESMTPS id f42sm8581955rvb.3.2009.03.09.08.37.49 (version=SSLv3 cipher=RC4-MD5); Mon, 09 Mar 2009 08:37:49 -0700 (PDT) Date: Mon, 9 Mar 2009 08:37:25 -0700 (PDT) From: Peter Steele To: freebsd-questions@freebsd.org Message-ID: <4941256.2381236613044068.JavaMail.HALO$@halo> In-Reply-To: <16987044.2361236612895380.JavaMail.HALO$@halo> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Warning: KLD '/boot/kernel/linux.ko' is newer than the linker.hints X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 15:37:50 -0000 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.