Hello,

I just compiled Virtualbox without any errors using the following options:

kmk VBOX_WITH_VNC=1


and while I can start the VirtualBox binary without any errors (haven't tried doing anything else yet), I get the following try to invoke VBoxHeadless:

# ./VBoxHeadless
VBoxHeadless: Runtime Error:
 VERR_VM_DRIVER_VERSION_MISMATCH -- The installed support driver doesn't match the version of the user.


I compiled the kernel module:

cd out/linux.x86/release/bin/src
make
sudo make install

No problems with modprobe vboxdrv:

# lsmod | grep vbox
vboxdrv              1768311  0

root has read/write access:

# ls -l /dev/vboxdrv
crw------- 1 root root 10, 55 2010-05-28 15:10 /dev/vboxdrv

The module is installed:

# ls -l /lib/modules/2.6.32-22-generic/misc/vboxdrv.ko
-rw-rw-r-- 1 root root 1915659 2010-05-31 00:12 /lib/modules/2.6.32-22-generic/misc/vboxdrv.ko



Any idea what's going on here to cause this problem?






--
Joe Auty, NetMusician
NetMusician helps musicians, bands and artists create beautiful, professional, custom designed, career-essential websites that are easy to maintain and to integrate with popular social networks.
www.netmusician.org
[email protected]

------------------------------------------------------------------------------

_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community

Reply via email to