Re: Virtualbox

2010-02-24 Thread Giovanni Trematerra
On Tue, Feb 23, 2010 at 5:20 PM, Ian FREISLICH i...@clue.co.za wrote: Hi Has anyone managed to make Virtualbox work on 9-Current?  Since installing 3.1.2-OSE VMs, all brand new, abort on startup. The last part of the log seems pertinent: 00:00:15.481 !!Assertion Failed!! 00:00:15.481

Re: Virtualbox

2010-02-24 Thread Shteryana Shopova
Hi, On what kind of CPU are you trying to get VirtualBox to work? In some cases VirtualBox requires VT-x/AMD-V support in the CPU to work - you might want to make sure your CPU supports that and it's actually on. Otherwise, I've see the same errors trying to get VirtualBox to work on Intel Atom

Re: Virtualbox

2010-02-24 Thread Jacques Fourie
As a test you can apply the following mod to sys/i386/include/pmap.h and re-compile vboxdrv.ko. It fixed the problem for me but I'm by no means an expert on the i386 pmap stuff so use at your own risk. Also revert the change to pmap.h after re-compiling vboxdrv just so that you don't inadvertently

Re: Virtualbox

2010-02-24 Thread Giovanni Trematerra
On Wed, Feb 24, 2010 at 12:16 PM, Jacques Fourie jacques.fou...@gmail.com wrote: As a test you can apply the following mod to sys/i386/include/pmap.h and re-compile vboxdrv.ko. It fixed the problem for me but I'm by no means an expert on the i386 pmap stuff so use at your own risk. Also revert

Re: Virtualbox

2010-02-24 Thread Bernhard Fröhlich
Hi Has anyone managed to make Virtualbox work on 9-Current? Since installing 3.1.2-OSE VMs, all brand new, abort on startup. The last part of the log seems pertinent: 00:00:15.481 !!Assertion Failed!! 00:00:15.481 Expression: paPages[i].Phys != 0 paPages[i].Phys != NIL_RTHCPHYS

Re: Virtualbox

2010-02-24 Thread Giovanni Trematerra
2010/2/24 Bernhard Fröhlich de...@bluelife.at: Hi Has anyone managed to make Virtualbox work on 9-Current?  Since installing 3.1.2-OSE VMs, all brand new, abort on startup. The last part of the log seems pertinent: 00:00:15.481 !!Assertion Failed!! 00:00:15.481 Expression: paPages[i].Phys != 0

Re: Virtualbox

2010-02-24 Thread Ian FREISLICH
=?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= wrote: Hi Has anyone managed to make Virtualbox work on 9-Current? Since installing 3.1.2-OSE VMs, all brand new, abort on startup. The last part of the log seems pertinent: 00:00:15.481 !!Assertion Failed!! 00:00:15.481 Expression: paPages[i].Phys

Re: ZFS boot problems with memory 1MB

2010-02-24 Thread John Baldwin
On Tuesday 23 February 2010 7:59:58 pm Brandon Gooch wrote: On Tue, Feb 23, 2010 at 10:40 PM, John Baldwin j...@freebsd.org wrote: On Tuesday 23 February 2010 5:04:03 pm Brandon Gooch wrote: On Tue, Feb 23, 2010 at 3:03 PM, John Baldwin j...@freebsd.org wrote: On Tuesday 23 February 2010

Re: Virtualbox

2010-02-24 Thread Bernhard Froehlich
On Wed, 24 Feb 2010 15:02:30 +0100, Giovanni Trematerra giovanni.tremate...@gmail.com wrote: 2010/2/24 Bernhard Fröhlich de...@bluelife.at: Hi Has anyone managed to make Virtualbox work on 9-Current?  Since installing 3.1.2-OSE VMs, all brand new, abort on startup. The last part of the log

Re: Virtualbox

2010-02-24 Thread Bernhard Froehlich
On Wed, 24 Feb 2010 16:04:33 +0100, Bernhard Froehlich de...@bluelife.at wrote: On Wed, 24 Feb 2010 15:02:30 +0100, Giovanni Trematerra giovanni.tremate...@gmail.com wrote: 2010/2/24 Bernhard Fröhlich de...@bluelife.at: Hi Has anyone managed to make Virtualbox work on 9-Current?  Since

Re: Virtualbox

2010-02-24 Thread Michael Butler
On Wed, February 24, 2010 10:38, Bernhard Froehlich wrote: I've got the new patch from Alexander Eichner now. It's currently untested on newer kernels so could someone please test it on an affected kernel? http://pastebin.ca/1808177 (linefeeds from the patch are dos so beware!) beat@ has

Re: Virtualbox

2010-02-24 Thread Douglas Berry
On Wed, 24 Feb 2010 16:38:15 +0100, Bernhard Froehlich wrote: beat@ has already commited it to our vbox testing repository so you can get the virtualbox 3.1.4 port with the new patch included from: http://svn.bluelife.at/nightlies/virtualbox-port-r731.tar.gz Work fine here! 8.0-STABLE r204216

Re: Seeing the dreaded ZFS: i/o error - all block copies unavailable on 9.0-CURRENT

2010-02-24 Thread Chris
So it sounds like somehow my system is trying to use the old boot2 method when I don't hit F12. I'm guessing the difference is due to how the hard drive is getting presented to the boot loader by the BIOS. How can I get rid of the legacy boot system and use only the ZFS bootloader? On Tue, Feb