From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 14 14:05:36 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B47D1065672 for ; Thu, 14 Jan 2010 14:05:36 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from arthurdent.chruetertee.ch (arthurdent.chruetertee.ch [217.150.245.53]) by mx1.freebsd.org (Postfix) with ESMTP id 0D4198FC08 for ; Thu, 14 Jan 2010 14:05:33 +0000 (UTC) Received: from arthurdent.chruetertee.ch (arthurdent.chruetertee.ch [217.150.245.53]) by arthurdent.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o0EE5W8N070329; Thu, 14 Jan 2010 14:05:32 GMT (envelope-from beat@FreeBSD.org) Received: (from www@localhost) by arthurdent.chruetertee.ch (8.14.3/8.14.3/Submit) id o0EE5RoH070068; Thu, 14 Jan 2010 14:05:27 GMT (envelope-from beat@FreeBSD.org) X-Authentication-Warning: arthurdent.chruetertee.ch: www set sender to beat@FreeBSD.org using -f Received: from 212.47.170.131 (SquirrelMail authenticated user beat.gaetzi) by wmail.chruetertee.ch with HTTP; Thu, 14 Jan 2010 15:05:27 +0100 Message-ID: <9c502184b7c87315ec3af85469e8e25c.squirrel@wmail.chruetertee.ch> In-Reply-To: <4B4F218E.7080405@gwdg.de> References: <4B4225D9.9050504@FreeBSD.org> <4B4F218E.7080405@gwdg.de> Date: Thu, 14 Jan 2010 15:05:27 +0100 From: "Beat Gaetzi" To: "Rainer Hurling" User-Agent: SquirrelMail/1.4.20-RC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-emulation@FreeBSD.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 14:05:36 -0000 Hi, > Hi Beat, > > thanks for the new version. I am using it under very recent 9.0-CURRENT, > both i386 and amd64. All seems to work well. > > After rebooting one machine I observed the following messages on dmesg: > > warning: KLD '/boot/modules/vboxnetflt.ko' is newer than the > linker.hints file > warning: KLD '/boot/modules/vboxnetadp.ko' is newer than the > linker.hints file > > Looking into /boot/modules it shows that 'linker.hints' was last updated > long before the build of VirtualBox. > > Is this a known issue? I've received a mail with the identical problem this morning. It looks like kldxref run is missing. Could you please execute: # kldxref /boot/modules Thanks, Beat