ten sam problem ze mną, przerwij go, jeśli nie używasz włóczęgi.
dane wyjściowe po uruchomieniu vagrant up
:
The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:
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.
wyjście VBoxManage --version
:
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.19.0-47-generic) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/rcvboxdrv setup
You will not be able to start VMs until this problem is fixed.
5.0.14r105127
wyjście sudo /sbin/rcvboxdrv setup
:
Bad argument setup
Mój problem rozwiązany po uruchomieniu tego polecenia sudo /usr/lib/virtualbox/vboxdrv.sh setup
$ sudo /usr/lib/virtualbox/vboxdrv.sh setup
Stopping VirtualBox kernel modules ...done.
Recompiling VirtualBox kernel modules ...done.
Starting VirtualBox kernel modules ...done.
$ VBoxManage --version
5.0.14r105127
vagrant up
go uruchomić.Zawsze możesz użyć modprobe, aby dodać moduł jądra. Ten sam problem rozwiązałem na moim serwerze, wykonując:
źródło
sudo /sbin/rcvboxdrv setup
. AFAIR obecnie to polecenie jest wymienione w komunikacie o błędzie zamiastsudo /sbin/vboxconfig
.To wydaje się być znanym błędem .
Uruchomienie następujących poleceń rozwiązuje problem:
Niestety będziesz musiał uruchomić te polecenia po każdym ponownym uruchomieniu.
źródło
rcvboxdrv setup
kompiluje moduł i konfiguruje go z aktualnie działającym jądrem.Rozwiązaniem tego problemu było dla mnie zainstalowanie pakietu linux-headers
źródło