From owner-freebsd-emulation@FreeBSD.ORG Mon May 31 18:38:15 2010 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 620D11065674; Mon, 31 May 2010 18:38:15 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 189B28FC19; Mon, 31 May 2010 18:38:14 +0000 (UTC) Received: by iwn5 with SMTP id 5so610973iwn.13 for ; Mon, 31 May 2010 11:38:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=7NVLEZtk+DjUcd1lw3GOxvUieLhfh8tmKih7ASS8EpU=; b=m6HJth7dxGGfC7dViFaAmZ3KXwmzA7mKBBDIdKuBDJRqM+M2vbLdsUsjRti24JZjRI /uCU1N9XpyS+L4jUlSS5Ta47dVgzR6t7MAaE8nOtwcFgA8DI+vesigMnYjfEULrGZADu 2rFo4AgId91vO+P/fk06j2rObHSneZXQZTVcw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=IFrQLh+ZGSYz7fBabTL7SQBW0IYpxxGkAdYhmMbosPX5B0OIvYHNONma/FfnlRR9hE A7aZi8cKNDYo02wXpIUp6OlC6JD5MZB6Ww7y1C+bZ10WbWlG4v9MEDO5P3weuHUgPdLA Cxjm47LH9T5x301q+TAPEYB6snpKm+0scywh0= MIME-Version: 1.0 Received: by 10.231.120.144 with SMTP id d16mr6247700ibr.94.1275331094001; Mon, 31 May 2010 11:38:14 -0700 (PDT) Received: by 10.231.182.204 with HTTP; Mon, 31 May 2010 11:38:13 -0700 (PDT) In-Reply-To: <4C011524.7050806@FreeBSD.org> References: <4C011524.7050806@FreeBSD.org> Date: Mon, 31 May 2010 13:38:13 -0500 Message-ID: From: Brandon Gooch To: Beat Gaetzi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: emulation@freebsd.org Subject: Re: CFT: VirtualBox 3.2.0 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, 31 May 2010 18:38:15 -0000 On Sat, May 29, 2010 at 8:22 AM, Beat Gaetzi wrote: > Hi, > > The vbox@ team is happy to announce a call for tester for VirtualBox 3.2.= 0. > > The VirtualBox 3.2.0 changelog is available here: > =A0http://www.virtualbox.org/wiki/Changelog > > Changes to the port: > =A0- VirtualBox and the guest additions have been updated to 3.2.0. > =A0- Add option to build with VNC support (Disabled by default) > =A0- Add option to build with VDE support (Disabled by default) > =A0- Add option to build webservice (Disabled by default) > =A0- Fix build with QT4 support disabled and X11 support enabled. > =A0- Replace custom pkg-install.in script with GROUPS framework. > =A0- Do not build Guest Additions in virtualbox-ose port. > =A0- Add patch to implement locking/unlocking of host DVD drive. > > You will find a tarball with the latest port version here: > =A0https://svn.bluelife.at/nightlies/virtualbox-port.tar.gz > > Please check the wiki page for known problems: > =A0http://wiki.freebsd.org/VirtualBox > > Please backup your virtual machines before upgrading and report any > functionality which was working with previous versions of VirtualBox and > no longer working with 3.2.0, any build failures or problems with the > newly added port options. > > Many thanks to the VirtualBox developers (especially Alexander Eichner > for all his work and help), all tester and patch submitter and the whole > vbox@ team especially decke@. > > Beat, on behalf of vbox@ I'm having trouble getting keyboard/mouse response when using launching VBoxHeadless with VNC server support. The display is there, but I have no interaction with the VM (Ubuntu 10.04). This is the first time I've used the VNC support -- which is great to have BTW, thank you Daisuke!!! Has anyone else seen this? -Brandon P.S. Daisuke, does your gPXE/iSCSI patch still apply to this latest version of VirtualBox? I sure would like to (finally) try it out!