From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 30 10:02:02 2009 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 346FB106566B; Wed, 30 Dec 2009 10:02:02 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 92A2C8FC08; Wed, 30 Dec 2009 10:02:01 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=webmail.itac.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1NPvNQ-0005zW-7Y; Wed, 30 Dec 2009 11:02:00 +0100 Received: from 78.142.74.81 (SquirrelMail authenticated user decke@bluelife.at) by webmail.itac.at with HTTP; Wed, 30 Dec 2009 11:02:00 +0100 (CET) Message-ID: <5b8880aba7b81a0ce7d86081cfbfd7ba.squirrel@webmail.itac.at> In-Reply-To: <4B3AB2C5.8090800@freebsd.org> References: <20091227232425.GA38213@bsdcrew.de> <4B3AB2C5.8090800@freebsd.org> Date: Wed, 30 Dec 2009 11:02:00 +0100 (CET) From: "Bernhard Froehlich" To: "Daichi GOTO" User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-emulation@freebsd.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD 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, 30 Dec 2009 10:02:02 -0000 On Wed, December 30, 2009 2:54 am, Daichi GOTO wrote: > Thank you for great porting, congratulation VirtualBox 3.1.2! > > I have been trying to use VirtualBox 3.1.2 in these 3 days. > Except a matter, that works well rather than 3.0.51. > > Host OS: > FreeBSD 9.0-CURRENT (r201018: Mon Dec 28 21:40:51 JST 2009) > virtualbox-ose-3.1.2 > virtualbox-ose-kmod-3.1.2 > (all guest os: bridged networking) > > Geust OS checked: > FreeBSD 8.0-RELEASE-p1 i386/amd64 > Ubuntu 9.10 Desktop (32bit/64bit) > Windows XP PS3 > > Good point: > - now multicore attached guest OS works stably! Thats good news :o) > Degraded point: > - NVIDIA Driver issue gets more sensitive. Despite powerd(8) > working or not, VirtualBox 3.1.2 and NVIDIA Driver leads > system freeze easily. nv driver saves you even in this > situation. > > What's the matter I don't know, vboxguest.ko doesn't work on both > FreeBSD 8.0-RELEASE-p1 i386 guest and amd64 guest. > > (on 8.0R-p1 i386 guest) > # kldload /boot/modules/vboxguest.ko > link_elf: symbol _Z6strlenPKc undefined > kldload: can't load /boot/modules/vboxguest.ko: No such file or > directory > # > # /usr/local/etc/rc.d/vboxguest.sh start > VirtualBox kernel modle (vboxguest) not installed. > # > > (on 8.0R-p1 amd64 guest) > # kldload /boot/modules/vboxguest.ko > kldload: can't load /boot/modules/vboxguest.ko: Exec format error > # > # /usr/local/etc/rc.d/vboxguest.sh start > VirtualBox kernel modle (vboxguest) not installed. > # Thanks, we are already aware of it and will fix it before the next CFT. The way the vboxguest.ko module is build is wrong or "not correct anymore" and we have already talked to the vbox developers to properly solve that problem. > I have installed FreeBSD 8.0-RELEASE-p1 and installed > emulators/virtualbox-ose-additions. Installed software list > by virtualbox-ose-additions as follow: > > autoconf-2.62 > autoconf-wrapper-20071109 > automake-1.10.1 > automake-1.9.6_3 > automake-wrapper-20071109 > bigreqsproto-1.0.2 > dev86-0.16.17 > fixesproto-4.0 > gettext-0.17_1 > gmake-3.81_3 > help2man-1.36.4_3 > inputproto-1.5.0 > kBuild-0.1.5.p2 > kbproto-1.0.3 > libICE-1.0.4_1,1 > libSM-1.1.0_1,1 > libX11-1.2.1_1,1 > libXau-1.0.4 > libXcursor-1.1.9_1 > libXdmcp-1.0.2_1 > libXext-1.0.5,1 > libXfixes-4.0.3_1 > libXmu-1.0.4,1 > libXrender-0.9.4_1 > libXt-1.0.5_1 > libcheck-0.9.8 > libgcrypt-1.4.4 > libgpg-error-1.7 > libiconv-1.13.1 > libpthread-stubs-0.3_3 > libtool-2.2.6b > libxcb-1.5 > libxml2-2.7.6_1 > libxslt-1.1.26 > m4-1.4.13,1 > p5-gettext-1.05_2 > perl-5.8.9_3 > pkg-config-0.23_1 > python26-2.6.4 > renderproto-0.9.3 > virtualbox-ose-additions-3.1.2 > xcb-proto-1.6 > xcmiscproto-1.1.2 > xextproto-7.0.5 > xf86bigfontproto-1.1.2 > xorg-macros-1.2.1 > xproto-7.0.15 > xtrans-1.2.3 > yasm-0.8.0 > > Is there some points I missed? > > On 2009/12/28 08:24, Martin Wilke wrote: >> -----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" > > -- > Daichi GOTO > 81-42-316-7945 | daichi@ongs.co.jp | http://www.ongs.co.jp > LinkedIn: http://linkedin.com/in/daichigoto > _______________________________________________ > 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" >