From owner-freebsd-emulation@FreeBSD.ORG Mon Aug 10 20:26:51 2009 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56BC2106564A for ; Mon, 10 Aug 2009 20:26:51 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id E59748FC3B for ; Mon, 10 Aug 2009 20:26:50 +0000 (UTC) Received: from daedalus.network.local (cafe.interxion.wlan.hotspot.nexellent.net [217.147.222.218]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id n7AJqV56039254 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 10 Aug 2009 19:52:31 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4A807ADB.6010104@FreeBSD.org> Date: Mon, 10 Aug 2009 21:54:03 +0200 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.22 (X11/20090713) MIME-Version: 1.0 To: Jochen Keil References: <4A7FF1F3.8070506@gmail.com> In-Reply-To: <4A7FF1F3.8070506@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: emulation@FreeBSD.org, vbox@FreeBSD.org Subject: Re: virtualbox-2.2.51.r20457_3 from ports 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: Mon, 10 Aug 2009 20:26:51 -0000 Hi, Jochen Keil wrote: > * kldloading vboxdrv.ko crashed my box, loading on boot via loader.conf > works with problems though This is a known problem. All known problems are documented on our wiki page: http://wiki.freebsd.org/VirtualBox > * /usr/local/lib/virtualbox is only readable by root: > $ ls -ld /usr/local/lib/virtualbox > drwx------ 3 root wheel 1024 10 Aug 03:32 /usr/local/lib/virtualbox Unfortunately I could not reproduce this problem here. What umask does your root user use? > * /usr/local/lib seems a bit odd as an installation location for a > freebsd user although somebody mentioned to me that this is/was common > on system v and solaris. Do to the virtualbox hardening we are forced to use this installation location. Beat