From owner-freebsd-current@FreeBSD.ORG Mon Dec 28 04:26:05 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD633106566C for ; Mon, 28 Dec 2009 04:26:05 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 64B358FC08 for ; Mon, 28 Dec 2009 04:26:05 +0000 (UTC) Received: by yxe1 with SMTP id 1so9248310yxe.3 for ; Sun, 27 Dec 2009 20:26:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=CWxOoHjDqv32fPRLgh0Ld4g+PzckXmrhONT6HU51thM=; b=hBd9jpC8ByQ60N2u3569oxqFvmldl8Xbvv7bFn1qlFl1YNU4W1dYCq0RzUxEpistHA hRO72mrAsagO0NtppkEwZ2zVnl3KXH0k2vd3EZ8rWIlgB+L6Xer41Hp5u+5jQy0LLvGy LSwSISo1DdoX2/8KL9qaKRwM2xdXhIXAkn2bE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=HLolPi15sH0aomE1iSf+eeaZYZ4cbzIFjVSwiJVSCbnDPWdjZdLXeJeijZYKZq5JcH Fr51T66ildjZBOTGLw/lT0Vo+hYdJEO1M4izOHOKXMCgILmm1GvduWKD3JGR+rt0DJMz u+oA785C1XQJeN9mKpRu/Pt2Fv0Y+VTpbLrI4= Received: by 10.150.174.8 with SMTP id w8mr5473812ybe.204.1261972846103; Sun, 27 Dec 2009 20:00:46 -0800 (PST) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id 6sm4589591yxg.48.2009.12.27.20.00.43 (version=SSLv3 cipher=RC4-MD5); Sun, 27 Dec 2009 20:00:45 -0800 (PST) Sender: Maho NAKATA Date: Mon, 28 Dec 2009 13:00:41 +0900 (JST) Message-Id: <20091228.130041.986891133573664567.maho@FreeBSD.org> To: miwi@FreeBSD.org From: Maho NAKATA In-Reply-To: <20091227232425.GA38213@bsdcrew.de> References: <20091227232425.GA38213@bsdcrew.de> X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, freebsd-emulation@freebsd.org, current@freebsd.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2009 04:26:05 -0000 Hi Martin Wilke, many thanks!! I tested on FreeBSD 8.0-RELEASE-p1/amd64, > How to upgrade: > - Fetch the new ports: > # fetch https://svn.bluelife.at/nightlies/virtualbox-port-r601.tar.gz > # tar xf virtualbox-port-r601.tar.gz > > - Build the new ports: > # cd virtualbox-ose-kmod && make > # cd ../virtualbox-ose && make > > - If build was ok, deinstall old port > # pkg_deinstall virtualbox-\* > > - Install new port: > # cd ../virtualbox-ose-kmod && make install clean > # cd ../virtualbox-ose && make install clean > were ok. No problem. I test Windows XP JA guest with following operation without errors * Microsoft update * dis some MS Office operations * 2 hours run . Thanks, From: Martin Wilke Subject: Call for tester: VirtualBox 3.1.2 for FreeBSD Date: Mon, 28 Dec 2009 00:24:26 +0100 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Howdy, > > Changelog from VirtualBox is available here: > http://www.virtualbox.org/wiki/Changelog > > Changes in the port: > - VirtualBox and the guest additions have been updated to 3.1.2. > - Port has been renamed to virtualbox-ose to reflect that we are > using the OSE version. Requested by: mm@ > - A seperate port for the kernel modules has been created: virtualbox-ose-kmod > - A seperate port for guest additions for FreeBSD guests has been > created: virtualbox-ose-additions > - Added proper PulseAudio support for FreeBSD. Contributed by Noriyoshi Kawano > - procfs is no longer required because vbox uses sysctl(3) now. Contributed by > Baptiste Daroussin and Bernhard Froehlich > - Fix build with a non-standard location for the system source. Submitted > by: scf@ > > How to upgrade: > - Fetch the new ports: > # fetch https://svn.bluelife.at/nightlies/virtualbox-port-r601.tar.gz > # tar xf virtualbox-port-r601.tar.gz > > - Build the new ports: > # cd virtualbox-ose-kmod && make > # cd ../virtualbox-ose && make > > - If build was ok, deinstall old port > # pkg_deinstall virtualbox-\* > > - Install new port: > # cd ../virtualbox-ose-kmod && make install clean > # cd ../virtualbox-ose && make install clean > > For FreeBSD guests within VirtualBox please try the new guest additions port: > # fetch https://svn.bluelife.at/nightlies/virtualbox-port-r601.tar.gz > # tar xf virtualbox-port-r601.tar.gz > # cd virtualbox-ose-additions && make install clean > # /usr/local/etc/rc.d/vboxguest.sh start > > Check that the VirtualBox kernel module is loaded via loader.conf > and reboot the machine. > > Check the wiki page for known problems: http://wiki.freebsd.org/VirtualBox > > Please report any functionality which was working with previous versions of > VirtualBox and no longer working with 3.1.2 or any build failure. > > Many thanks to the VirtualBox developers, all tester and patch submitter > and the whole vbox@ team. > > > Happy Testing! > > - - Martin on behalf of the FreeBSD Vbox Team > > - -- > > +-----------------------+-------------------------------+ > | 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.12 (FreeBSD) > > iEYEARECAAYFAks37KkACgkQdLJIhLHm/Ok3GwCfcmO139V3S1FIWfHD3Dbgg55b > hqUAniuphKrJduJNRb0p4OZptwMDHV/a > =NteY > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" >