From owner-freebsd-questions@FreeBSD.ORG Mon Mar 9 16:07:04 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 C778F10658D8 for ; Mon, 9 Mar 2009 16:07:04 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 5465D8FC08 for ; Mon, 9 Mar 2009 16:07:04 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by nf-out-0910.google.com with SMTP id d21so229926nfb.33 for ; Mon, 09 Mar 2009 09:07:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Y7FlitM1bvmkoVPMEYSBbwzUQvKrwwjqUbJ8nBovSzA=; b=RfF1E+12ZdD4aOccjbvvSN0cjKYIOYwa9TfDTqNFZje/A9hc6a8738hzxfnv05euwn 1M77bfuPVGiwvplbiJympfzZQUIHeeXV5Hm0zMQoeguVa2tRKiwGRl78l/evA7nSaX2Z 5iHFapqXFrvgM87JDz2LV6rs5vx5InYrAOzyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=njNM+R3O4oL3CVqKInV9vF3fvY2QMVPl7pIPgbLJ8FENvvAwR5W/Vde3TMX9DZBT7R qjQ2USZ/gUN2OykZ/0N8K19L93bvJpDo3qId5/i6772R9lbTZzcewvKPeDdqPuLVRSNp QZMhUApeZ/OVl3175RWSe6yDtV2lRs1FFqYVE= MIME-Version: 1.0 Received: by 10.210.18.8 with SMTP id 8mr3759804ebr.27.1236614823421; Mon, 09 Mar 2009 09:07:03 -0700 (PDT) In-Reply-To: <4941256.2381236613044068.JavaMail.HALO$@halo> References: <16987044.2361236612895380.JavaMail.HALO$@halo> <4941256.2381236613044068.JavaMail.HALO$@halo> Date: Mon, 9 Mar 2009 17:07:03 +0100 Message-ID: <3a142e750903090907y2115838co3aaf88c15fa139e4@mail.gmail.com> From: "Paul B. Mahol" To: Peter Steele Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 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 16:07:08 -0000 On 3/9/09, Peter Steele 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