just yesterday I installed virtualbox 1.6 on my debian sid box. It worked flawlessly but after I restarted, I wasnt able to start any vm. The error from the gui is
- Code: Select all Expand viewCollapse view
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
very well, so I tried /etc/init.d/vboxdrv setup, like the message told me to.
So, this removed the module, but was unable to create the new one.
The build output in /var/log/vbox-install.log is to be found here:
http://open-im.org/mk/vbox-install.log
Since most of the errors are caused by gcc not being able to access some asm headers, I edited /usr/share/virtualbox/src/Makefile a little. This way, gcc found those asm headers, though there were still some errors I wasnt able to fix (multiple declarations of functions/typedefs).
So, anyway, the weird part is, that compiling worked fine when I installed vbox yesterday..
Here are some information that might be relevant to solving the problem:
Im using a custom kernel. Image, headers and source are *definitely* correctly installed, compiling nvidia drivers worked fine.
Contents of /usr/src (unrelevant parts removed)
- Code: Select all Expand viewCollapse view
lrwxrwxrwx 1 root src 32 2008-05-19 14:42 linux -> linux-headers-2.6.25.1mk-ee0.2.1
drwxr-xr-x 20 root root 4096 2008-05-19 20:00 linux-headers-2.6.25.1mk-ee0.2.1
drwxr-xr-x 23 root root 4096 2008-05-19 15:55 linux-source-2.6.25.1mk-ee0.2.1
drwxrwsr-x 4 root src 4096 2008-04-06 21:24 modules
lrwxrwxrwx 1 root root 23 2008-05-19 20:04 vboxdrv-1.6.0 -> ../share/virtualbox/src
Contents of /lib/modules/2.6.25.1mk-ee0.1.2 (unrelated parts removed)
- Code: Select all Expand viewCollapse view
lrwxrwxrwx 1 root root 14 2008-05-19 16:29 build -> /usr/src/linux
lrwxrwxrwx 1 root root 40 2008-05-19 16:28 source -> /usr/src/linux-source-2.6.25.1mk-ee0.2.1
So, I guess the symlinks are set correctly, but I still dont get whats the matter...
Help is greatly appreciated, since I was porting an application yesterday, which is now inaccessible
Thanks, mkruk
