Well actually there were no instructions - I just assumed the repo would be stored in each specific version (e.g. /versionNumber).
Another things that gave me a little bit of trouble: On Ubuntu, if you just sudo ap-get install vagrant, you'll get 1.4.3 as that's what's stored in the repo. You have to use the .deb package on the vagrant website if you want a recent version (and the trusty64 box won't work with 1.4.3). Thanks a bunch. On Wednesday, June 3, 2015 at 8:59:06 AM UTC-4, Francis Vachon wrote: > > Hi all, > > So that might be a very, very basic question but just started using > Vagrant... I need to add a box to vagrant for a vagrant up command to work. > The vagrant file works as its been used elsewhere. > > When I first ran vagrant up, it complained that "the boxe ubuntu/trusty64 > could not be found" (using that distro for the vagrant file indeed). I > listed the boxes present on vagrant - there were none, therefore I got into > the process of adding a vagrant box. > > I did find the ubuntu/trusty64 boxe on hashi corp, however running the > following command yields: > > $ vagrant box add ubuntu/trusty64 > https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20150530.0.1 > > Downloading box from URL: > https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20150530.0.1 > Download failed. Will try another box URL if there is one.-) > An error occurred while downloading the remote file. The error > message, if any, is reproduced below. Please fix this error and try > again. > > The requested URL returned error: 422 Unprocessable Entity > > Am I using the wrong URL? In the Vagran doc they mention the box name > doesn't actually matters.... > > Thanks, > > Franck > > -- 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.
