Created
November 30, 2015 07:25
-
-
Save KillerCodeMonkey/92c3e2dc21b04f7f48ac to your computer and use it in GitHub Desktop.
Get vagrant running on archlinux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. | |
sudo /sbin/vboxconfig | |
# There was an error while executing `VBoxManage`, a CLI used by Vagrant | |
# for controlling VirtualBox. The command and stderr is shown below. | |
#Command: ["hostonlyif", "create"] | |
# Stderr: 0%... | |
# Progress state: NS_ERROR_FAILURE | |
# VBoxManage: error: Failed to create the host-only adapter | |
sudo vboxreload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment