Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shivam-tripathi/efc1b53cc0a6ffc9a6c5b4f7750d0ec3 to your computer and use it in GitHub Desktop.
Save shivam-tripathi/efc1b53cc0a6ffc9a6c5b4f7750d0ec3 to your computer and use it in GitHub Desktop.
➜ acousticbrainz-server git:(master) ✗ vagrant up --provider=virtualbox
/usr/share/vagrant/lib/vagrant/pre-rubygems.rb:31: warning: Insecure world writable dir /home/shivam_new/.local/bin in PATH, mode 040777
/usr/share/gems/gems/bundler-1.10.6/lib/bundler/shared_helpers.rb:78: warning: Insecure world writable dir /home/shivam_new/.local/bin in PATH, mode 040777
The provider 'virtualbox' that was requested to back the machine
'acousticbrainz' 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.
➜ acousticbrainz-server git:(master) ✗ VBoxManage --version
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (4.8.8-200.fc24.x86_64) or it failed to
load. Please try load the kernel module by executing as root
dnf install akmod-VirtualBox kernel-devel-4.8.8-200.fc24.x86_64
akmods --kernels 4.8.8-200.fc24.x86_64 && systemctl restart systemd-modules-load.service
You will not be able to start VMs until this problem is fixed.
5.1.14r112924
➜ acousticbrainz-server git:(master) ✗ sudo dnf install akmod-VirtualBox kernel-devel-4.8.8-200.fc24.x86_64
Last metadata expiration check: 2:15:37 ago on Wed Feb 1 19:56:02 2017.
Package akmod-VirtualBox-5.1.14-1.fc24.x86_64 is already installed, skipping.
No package kernel-devel-4.8.8-200.fc24.x86_64 available.
Error: Unable to find a match.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment