VirtualBox won't start

The error I get is:
Code:
Failed to create the VirtualBox COM object.

Details show
Code:
Callee RC: NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154)

This is from ports, all defaults.
I did search forums for something similar but I couldn't solve it.
Installation mentions about this exact problem, and suggests to delete some file from /tmp, which in my case doesn't exist.
 
Did you load the kernel module?
/boot/loader.conf
Code:
vboxdrv_load="YES"

Or just load it manually with
# kldload vboxdrv
 
# ls -ld /tmp
Code:
drwxrwxrwt  11 root  wheel  18 Nov  6 03:17 /tmp

% groups
Code:
bbzz wheel operator vboxusers
 
I don't know what update did it, but it just works now. Is there a way to see a list of recently updated ports?
 
Sorry, I forgot to get back to this one...
Well, I rolled couple of snapshots back that day, so I couldn't figure out which one was the culprit. There were like 50 different packages. I also recompiled Xorg and most of QT4 stuff, so, the mystery remains.
Anyways, I'm happy, it works.
 
I got the same issue

Code:
[/usr/home/alie]$ pkg_info | grep "virtualbox"
virtualbox-ose-4.1.10 A general-purpose full virtualizer for x86 hardware
virtualbox-ose-kmod-4.1.10 VirtualBox kernel module for FreeBSD

What is the exact solution to fix this issue?
 
Back
Top