From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 27 17:05:46 2011 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 C6D1F106564A for ; Wed, 27 Apr 2011 17:05:46 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id A956A8FC16 for ; Wed, 27 Apr 2011 17:05:46 +0000 (UTC) Received: from mail.ixsystems.com (localhost [127.0.0.1]) by mail.iXsystems.com (Postfix) with ESMTP id 50F59A66433 for ; Wed, 27 Apr 2011 10:05:46 -0700 (PDT) Received: from mail.iXsystems.com ([127.0.0.1]) by mail.ixsystems.com (mail.ixsystems.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 90156-09 for ; Wed, 27 Apr 2011 10:05:46 -0700 (PDT) Received: from [192.168.0.186] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id ED1BBA6642C for ; Wed, 27 Apr 2011 10:05:45 -0700 (PDT) Message-ID: <4DB84CE8.9060002@pcbsd.org> Date: Wed, 27 Apr 2011 13:05:44 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110307 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <430fcb25aefc374bf256e45e3151de15@bluelife.at> <9c0bedf7a0e9f131712e7c3bab754ecd@bluelife.at> <4acc18c7c3c97bcb9052c7c13389216b@bluelife.at> <4DB81504.9010704@pcbsd.org> <40b6d9062651767056e8c1fa529326e6@bluelife.at> In-Reply-To: <40b6d9062651767056e8c1fa529326e6@bluelife.at> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Call for Testers: VirtualBox 4.0.6 (PBIs now available) 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: Wed, 27 Apr 2011 17:05:46 -0000 On 04/27/2011 12:09, Bernhard Froehlich wrote: > On Wed, 27 Apr 2011 09:07:16 -0400, Kris Moore wrote: >> On 04/26/2011 16:18, Bernhard Froehlich wrote: >>> On Tue, 26 Apr 2011 15:42:29 -0400, Ryan Stone wrote: >>>> On Sun, Apr 24, 2011 at 8:02 AM, Bernhard Froehlich >>>> wrote: >>>>> On Fri, 22 Apr 2011 13:01:40 +0200, Bernhard Froehlich wrote: >>>>>> PBIs for PC-BSD are currently worked on and will hopefully be available >>>>>> in a few days. >>>>> Thanks a lot to Jesse Smith, Dru Lavigne and Ken Moore for the efforts >>>>> to provide the PBIs! >>>>> >>>>> PC-BSD 8.x 32bit: >>>>> http://disasterarea.chruetertee.ch/virtualbox/4.0.6/virtualbox-4.0.6-i386.pbi >>>>> ftp://ftp.pcbsd.org/pub/pbioutgoing/i386/8/emulators/virtualbox-ose/virtualbox-4.0.6-i386.pbi >>>>> >>>>> PC-BSD 8.x 64bit: >>>>> http://disasterarea.chruetertee.ch/virtualbox/4.0.6/virtualbox-4.0.6-amd64.pbi >>>>> ftp://ftp.pcbsd.org/pub/pbioutgoing/x64/8/emulators/virtualbox-ose/virtualbox-4.0.6-amd64.pbi >>>>> >>>>> >>>>> Feedback (positive and negative) from PC-BSD users is very welcome! >>>>> >>>> I installed the 64-bit PBI on my PC-BSD 8.2 machine, but I am unable >>>> to start any virtual machines(both pre-existing VMs or a new VM that I >>>> tried to create). I get the following error dialog: >>>> >>>> Failed to open a session for the virtual machine RELENG_8_amd64. >>>> >>>> Failed to load VMMR0.r0 >>>> (VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED). >>>> >>>> Unknown error creating VM >>>> (VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED). >>>> >>>> Details: >>>> >>>> Result Code: >>>> NS_ERROR_FAILURE (0x80004005) >>>> Component: >>>> Console >>>> Interface: >>>> IConsole {515e8e8d-f932-4d8e-9f32-79a52aead882} >>> Yeah, thanks we already know. They added some strict hardening checks >>> in virtualbox 4.0 that fail on PC-BSD. Kris Moore is currently >>> rebuilding the PBIs with some modifications. >>> >>> That's exactly why we have call for testers so find such weird problems >>> that nobody could think of. >>> >> This bug has been fixed now for the 8.x / amd64 version of VirtualBox >> 4.0.6 PBI: >> >> ftp://ftp.pcbsd.org/pub/pbioutgoing/x64/8/emulators/virtualbox-ose/virtualbox-4.0.6-amd64.pbi >> >> The 32bit version is still in the queue for rebuilding, but should be >> done in the next 24 hours or so. > Thanks a lot! Have you made any changes that we can include in the vbox > port or just the pbi packaging? > No problem! This particular bug was related to how we build our PBIs, using a LOCALBASE which was a sym-link to elsewhere. By switching LOCALBASE back to the full-directory path, it corrected the issue. I'm not sure if that's something you need to fix in the port, but it may be good to note for anybody else using a non-standard LOCALBASE. -- Kris Moore PC-BSD Software iXsystems