Vagrant需要Acer C720上的虚拟盒Chrubuntu13.10

Vagrant需要Acer C720上的虚拟盒Chrubuntu13.10,vagrant,virtualbox,ubuntu-13.10,chromebook,Vagrant,Virtualbox,Ubuntu 13.10,Chromebook,我需要为我的项目运行Vagrant,当我尝试启动它时: user@chrubuntu:/var/www/***$ vagrant up VirtualBox is complaining that the installation is incomplete. Please run `VBoxManage --version` to see the error message which should contain instructions on how to fix this error.

我需要为我的项目运行Vagrant,当我尝试启动它时:

user@chrubuntu:/var/www/***$ vagrant up
VirtualBox is complaining that the installation is incomplete. Please
run `VBoxManage --version` to see the error message which should contain
instructions on how to fix this error.
VBoxManage--版本

我已尝试通过以下方式设置vboxdrv:

/etc/init.d/vboxdrv setup
    * Starting VirtualBox kernel modules                                            
    * No suitable module for running kernel found           [fail]
dpkg重新配置virtualbox

user@chrubuntu:/var/www/***$ sudo dpkg-reconfigure virtualbox
+ sudo dpkg-reconfigure virtualbox
[sudo] password for user: 
 * Stopping VirtualBox kernel modules  [ OK ] 
 * Starting VirtualBox kernel modules
 * No suitable module for running kernel found          [fail]
invoke-rc.d: initscript virtualbox, action "restart" failed.
dpkg重新配置virtualbox dkms

user@chrubuntu:/var/www/***$ sudo dpkg-reconfigure virtualbox-dkms
+ sudo dpkg-reconfigure virtualbox-dkms

------------------------------
Deleting module version: 4.2.16
completely from the DKMS tree.
------------------------------
Done.
Loading new virtualbox-4.2.16 DKMS files...
dpkg: warning: version '*-*' has bad syntax: version number does not start with digit
It is likely that 3.8.11 belongs to a chroot's host
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
 * Stopping VirtualBox kernel modules                  [ OK ] 
 * Starting VirtualBox kernel modules 
 * No suitable module for running kernel found               [fail]
invoke-rc.d: initscript virtualbox, action "restart" failed.
联阿援助团

Linux chrubuntu 3.8.11 #1 SMP Wed May 14 04:04:45 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux
当我尝试安装linux标头时:

user@chrubuntu:/var/www/rs-chef$ sudo apt-get install linux-headers-$(uname -r)
++ uname -r
+ sudo apt-get install linux-headers-3.8.11
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-headers-3.8.11
E: Couldn't find any package by regex 'linux-headers-3.8.11'

请尝试安装以下缺少的软件包:

sudo apt-get install dkms linux-headers-generic virtualbox-ose-source
还可以尝试:

sudo /etc/init.d/vboxdrv setup
有关详细信息,请查看:第页。

这可能会有帮助:谢谢这是完美的答案
sudo /etc/init.d/vboxdrv setup