It sounds like you didn't correctly specify the name of the box you want to build. If you don't supply a name in the vagrantfile it assumes 'base' I believe. You need to select one like 'hashicorp/precise64' in order for it to find the box remotely and download it.
On Monday, April 20, 2015 at 1:23:52 AM UTC-5, amala wrote: > > My vagrant version is Vagrant 1.4.2 and I have installed both the plugins > vagrant-librarian-chef (0.1.4) and vagrant-vbguest (0.10.0). > > But when I do vagrant up I get the following error. > > $ vagrant up > > The plugin "vagrant-vbguest" could not be found. Please make sure that it > is properly installed via vagrant plugin. Note that plugins made for > Vagrant 1.0.x are not compatible with 1.1+ and this error will likely > continue to show when you use plugin install with a 1.0.x plugin. > Bringing machine 'default' up with 'virtualbox' provider... There are > errors in the configuration of this machine. Please fix the following > errors and try again: > > vm: * The box 'base' could not be found. > > The above error comes even if i write any other vagrant command. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
