From: Martin Wilke on 27 Dec 2009 18:24 -----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-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Olivier Smedts on 27 Dec 2009 18:31 Le 28 déc. 2009 à 00:24, Martin Wilke <miwi(a)FreeBSD.org> a écrit : > -----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. Only a success report for me. It works great on my 8-STABLE amd64 box with a Windows 2008 R2 64 guest on raw hard drive and a Haiku guest (VT on). Many thanks ! > > 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-current(a)freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe(a)freebsd.org > " _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Maho NAKATA on 27 Dec 2009 23:00 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 <miwi(a)FreeBSD.org> 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(a)freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe(a)freebsd.org" > _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Rusty Nejdl on 27 Dec 2009 23:21 On Mon, 28 Dec 2009 00:24:26 +0100, Martin Wilke <miwi(a)freebsd.org> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Howdy, > > Changelog from VirtualBox is available here: > http://www.virtualbox.org/wiki/Changelog > I as well am able to report very positive results with this version. Unlike the previous version where I was unable to have VM's utilize more than one CPU, this works flawlessly. I have tested VM's of Windows XP, Fedora 12 64bit, Ubuntu 32bit, and OpenSolaris 32bit and all work perfectly. This really looks good. Thanks! Rusty Nejdl http://networking.ringofsaturn.com _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Doug Barton on 28 Dec 2009 02:33 Working fine here, up to date -current and winxp guest. The splitting out of the kernel module into its own port will be a BIG help to those of us who update regularly, thanks for this! :) Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
|
Next
|
Last
Pages: 1 2 3 4 5 6 Prev: FreeBSD Port: gnokii-0.6.28,1 Next: Matrox [was Re: downgrade xorg to 7.1] |