Всем привет! Установил vagrant и virtual box на Ubuntu. Пришло время запускать...
1. Пишу:
vagrant up
На что получаю вот такой вот ответ:
VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage --version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.
2.Далее, естественно пишу:
VBoxManage --version
На что получаю такой ответ:
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (4.4.0-31-generic) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/vboxconfig
You will not be able to start VMs until this problem is fixed.
5.1.2r108956
3. Делаю то, что было написано:
sudo /sbin/vboxconfig
На что, получается примерно это:
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
Подскажите пожалуйста, что делать?