Hello Francis,

What ever question you have, and any gap in the documentation, please
let us know, and we will work on them.

I personally am very happy to answer any question, and provide/test
any vagrantfile you may have.

to answer your questions:

Since Vagrant 1.5 there is the option to especify user/box.

the official package is the one available for download in
vagrantup.com, that is hosted on bintray.

Some OS provide their own version of the package, but is upto them
keep that up to date.

Since vagrant use some binary packages, some distributions decide take
some components your (like fedora remove some libs required for
vagrant-share), so for full vagrant experience, I think is better go
with the official binary.

Back to the version.


When you try to use hashicorp/precise64, atlas fwd you by default to
https://atlas.hashicorp.com/hashicorp/boxes/precise64

Here the box have a json file that vagrant download:

https://atlas.hashicorp.com/hashicorp/boxes/precise64.json

and there is all the information available for versions, providers, etc:

below is a sample of these json file ordered by jq.

any question you may have, please feel free to ask, and I am sure
somebody here will help.

Alvaro.


{
  "description": "This is a simple 64-bit Ubuntu 12.04 LTS box that
has Chef/Puppet pre-installed.",
  "short_description": "A standard Ubuntu 12.04 LTS 64-bit box.",
  "name": "hashicorp/precise64",
  "versions": [
    {
      "version": "1.1.0",
      "status": "active",
      "description_html": "<p>Added Hyper-V</p>\n",
      "description_markdown": "Added Hyper-V",
      "providers": [
        {
          "name": "hyperv",
          "url":
"https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.1.0/providers/hyperv.box";
        },
        {
          "name": "vmware_fusion",
          "url":
"https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.1.0/providers/vmware_fusion.box";
        },
        {
          "name": "virtualbox",
          "url":
"https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.1.0/providers/virtualbox.box";
        }
      ]
    },
    {
      "version": "1.0.0",
      "status": "active",
      "description_html": null,
      "description_markdown": "",
      "providers": [
        {
          "name": "vmware_fusion",
          "url":
"https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.0.0/providers/vmware_fusion.box";
        },
        {
          "name": "virtualbox",
          "url":
"https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.0.0/providers/virtualbox.box";
        }
      ]
    }
  ]
}


On Fri, Jun 5, 2015 at 2:19 PM, Francis Vachon
<[email protected]> wrote:
> 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.

-- 
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.

Reply via email to