Skip to content

Instantly share code, notes, and snippets.

Created August 28, 2015 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e69cd38eb2d90556e12d to your computer and use it in GitHub Desktop.
Save anonymous/e69cd38eb2d90556e12d to your computer and use it in GitHub Desktop.
[jdv@wieldy metacpan-developer]$ vagrant up
The provider 'libvirt' could not be found, but was requested to
back the machine 'default'. Please use a provider that exists.
[jdv@wieldy metacpan-developer]$ export VAGRANT_DEFAULT_PROVIDER=virtualbox
[jdv@wieldy metacpan-developer]$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'mcbase_005' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Adding box 'mcbase_005' (v0) for provider: virtualbox
default: Downloading: http://vmbox.metacpan.org/mcwheezy_vm_debian_005_32.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Failed to connect to localhost port 7979: Connection refused
[jdv@wieldy metacpan-developer]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment