Multithreaded I/O in the DMD compiler (DDJ article by Walter)

Walter Bright newshound1 at digitalmars.com
Wed Apr 8 18:17:19 PDT 2009


Andrei Alexandrescu wrote:
> sudo apt-get install virtualbox
> 
> Highly recommended.

Ok, gave it a try. The install worked. So, I set up a virtual box per 
instructions, and tried to boot my netbsd CD in it. (netbsd because it's 
small so I can get a quick test.) I get this message (copied from the 
internet as it's the same someone else got):

====================================================
FuLio says:
December 12, 2008 at 3:05 am

VirtualBox kernel driver not installed. The vboxdrv kernel module was 
either not loaded or /dev/vboxdrv was not created for some reason. 
Please install the virtualbox-ose-modules package for your kernel, e.g. 
virtualbox-ose-modules-generic..
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).

Result Code:
080004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}

Reply
=====================================================

The helpful reply is:

=====================================================

Damien Reply:
December 12th, 2008 at 3:22 am

There is a conflict in kernels in the latest Ubuntu Intrepid kernel 
update. Try to rebuild the vbox kernel:

sudo /etc/init.d/vboxdrv setup

Reply

====================================================

So, I "try" it:

====================================================
~> sudo /etc/init.d/vboxdrv setup
  * Usage: /etc/init.d/vboxdrv {start|stop|restart|status}
~> sudo /etc/init.d/vboxdrv status
  * VirtualBox kernel module is not loaded.
~> sudo /etc/init.d/vboxdrv start
  * Starting VirtualBox kernel module vboxdrv 

  * No suitable module for running kernel found.
~>
=====================================================

Oh well.





More information about the Digitalmars-d mailing list