ngsdn-tutorial
ngsdn-tutorial copied to clipboard
Problem with Vagrant: box not found
% vagrant up
Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
Fetching micromachine-3.0.0.gem
Fetching vagrant-vbguest-0.25.0.gem
Installed the plugin 'vagrant-vbguest (0.25.0)'!
Installing the 'vagrant-reload' plugin. This can take a few minutes...
Fetching vagrant-reload-0.0.1.gem
Installed the plugin 'vagrant-reload (0.0.1)'!
Installing the 'vagrant-disksize' plugin. This can take a few minutes...
Fetching vagrant-disksize-0.1.3.gem
Installed the plugin 'vagrant-disksize (0.1.3)'!
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'lasp/ubuntu16.04-desktop' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'lasp/ubuntu16.04-desktop' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Vagrant Cloud, please verify you're logged in via
vagrant login
. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://vagrantcloud.com/lasp/ubuntu16.04-desktop"] Error: The requested URL returned error: 404 Not Found
Seems similar to https://github.com/p4lang/tutorials/issues/204
I solved the problem, thank you.
@santorsula how do you solve it? If i want to have vagrant shared folder in the vm?