sossego said:The port status is non-existent.
Well, not really. After I posted here, I found a thread that is calling for testing on -emulation. It is an active thread.
I'm getting my kernel and VBox sources in sync. More later.
sossego said:The port status is non-existent.
DrJ said:Were you able to load the Guest Additions? I am limited to 800x600, 16 bit resolution. That is a very severe limitation.
DrJ said:The posting I replied to has now disappeared! No idea what happened to it...
$ kldstat | grep vbox
8 1 0xffffffff80e6b000 1e86e vboxdrv.ko
$
FBSDin20Steps said:When I run virtualbox as root sudo truss VirtualBox I get the registration form but when I run it as user. It quits on me.
!!Assertion Failed!!
Expression: pDev
Location : /usr/ports/emulators/virtualbox/work/virtualbox-2.2.51r20457/src/VBox/VMM/PDMDevice.cpp(195) int pdmR3DevInit(VM*)
Configuration error: device 'ahci' not found!
Correct, because the port is based on the Open Source Edition (OSE), which doesn't support SATA-controller.copypaiste said:It seems that there's no support for virtual ahci and scsi devises and I can add no more than 3 virtual hard drives for each virtual machine. Any hints on that?
I assume it's the same issue for SCSI-controllers, as this would allow you to use more disks.Also, this allows you to connect more than three virtual hard disks to the machine.
Of the top of my head, and without testing it, judicious use of mdconfig(8) & nfs on the host machine. (I mean, I've done it in the days of yore with qemu, fwiw and ymmv, and all that.)copypaiste said:Doh...
Thanks for your answer, mousaka!
So, no workarounds available for this limitation yet?
At this point is it even possible to compile the open source version under AMD64? I've been trying and the dependencies never seem to work out the way that they should.mousaka said:Hopefully SUN will release soon a FreeBSD binary version.
mousaka