From owner-freebsd-ports@FreeBSD.ORG Wed May 27 17:41:33 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7046610656E3 for ; Wed, 27 May 2009 17:41:33 +0000 (UTC) (envelope-from ralf.folkerts@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id E03568FC21 for ; Wed, 27 May 2009 17:41:32 +0000 (UTC) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 27 May 2009 17:14:50 -0000 Received: from dslb-094-218-230-136.pools.arcor-ip.net (EHLO beaster.home.folkerts-net.de) [94.218.230.136] by mail.gmx.net (mp056) with SMTP; 27 May 2009 19:14:50 +0200 X-Authenticated: #18511927 X-Provags-ID: V01U2FsdGVkX1+ttQp/8T+t1WBFX5CaYNEsnC4HOXqS6Ld50qJx/3 dcQLNUN1p7yfjn Message-ID: <4A1D7509.9030809@gmx.de> Date: Wed, 27 May 2009 19:14:49 +0200 From: Ralf Folkerts User-Agent: Thunderbird 2.0.0.21 (X11/20090410) MIME-Version: 1.0 To: ports@FreeBSD.org References: <20090527134343.GB1104@bsdcrew.de> In-Reply-To: <20090527134343.GB1104@bsdcrew.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.48 Cc: Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 17:41:34 -0000 Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Howdy, > > First of all sorry for all unanswered mails, I got a stupid flu, > but now i feel better... ok now back to vbox, time for a new call > for testing :-) > > Following was added/fixed: > > - - ACPI Support was added > - - hostDVD support was added > - - Fix startup on HEAD > - - Plist problem under AMD64 was fixed > - - Qt4 Frontend is now Optional > - - Desktop file was added > - - Xorg dependencies was fixed > - - Guest additions was added (thx to Maho NAKATA ) > > Open task: > We have got 2 patches for nls support and the request > to make dbus and pulseaudio optional. These both will > be added with the next run. > > We'd like to say many many thanks for all your feedback. > > http://people.freebsd.org/~miwi/vbox/virtualbox_5.tgz > > Happy Testing :-) > > > > - -- > > +-----------------------+-------------------------------+ > | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | > | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | > +-----------------------+-------------------------------+ > | Mess with the Best, Die like the Rest! | > +-----------------------+-------------------------------+ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.11 (FreeBSD) > > iEYEARECAAYFAkodQ48ACgkQdLJIhLHm/OmjfQCfR6Zczz0XcZZpAYie64D2G0Ti > wwQAn2r0W/12iidjOfgvX05QPNQX1oUc > =b8tt > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Hi, first thanks for all those who participated in the port! Being able to run VirtualBox on FreeBSD is really cool! Well, I have one slight Problem, however, with VirtualBox on FreeBSD; tried both the SVN-Version (since it's first days when it didn't work on amd64, updating it each time Martin announced some good news) and the virtualbox_5.tgz (to make sure it's not an "unsupported" SVN-Version that's causing the trouble): The /usr/local/lib/virtualbox Directory is being created root:wheel with Mode 700. [bash]beaster:~$ls -lad /usr/local/lib/virtualbox drwx------ 2 root wheel 512 27 Mai 18:58 /usr/local/lib/virtualbox The "make deinstall" really removes that Directory and "make reinstall" does create it; ===> Generating temporary packing list ===> Checking if emulators/virtualbox already installed /bin/mkdir -p /boot/modules install -o root -g wheel -m 555 /home/ralf/vbox2/virtualbox/work/virtualbox-2.2.2r19980/out/freebsd.amd64/release/bin/vboxdrv.ko /boot/modules /bin/mkdir -p /usr/local/lib/virtualbox (cd /home/ralf/vbox2/virtualbox/work/virtualbox-2.2.2r19980/out/freebsd.amd64/release/bin && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -R root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- "*.so *.gc *.r0 components" /usr/local/lib/virtualbox) /bin/mkdir -p /usr/local/bin The toor-Users umask is 0022, the root Users 22. This happens on 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat May 23 17:58:51 CEST 2009 amd64 As I'm the only one who runs into this problem it must be a local Problem; however, I have no Idea what the reason might be. Creating a Directory being root (or toor; to be sure I tried both) works fine and observes the umask [-su]beaster:virtualbox$mkdir /usr/local/lib/virtualbox2 [-su]beaster:virtualbox$ls -lad /usr/local/lib/virtualbox2/ drwxr-xr-x 2 root wheel 512 May 27 19:05 /usr/local/lib/virtualbox2/ I hope I didn't overlook something in the Port's Docs; I only found "Running VirtualBox as non-root user may fail" so I assume it's uspposed to work for non-root Users, too. Does anyone have a hint? It's not too bad having to chmod /usr/local/lib/virtualbox, but creating with the correct permissions would really be nice :-) Cheers, _ralf_