try with

vagrant init hashicorp/precise64  if you want to download the machine from
Vagrantcloud

otherwise the issue is he doesn't know where to find that precise64

if you are reading some documentation, before 1.5.x came out, the
Vagrantfile required a box for box name and box_url to point from where to
download

seems you don't have the box locally, and you are creating an empty
Vagrantfile, so as you are in 1.5.x will try to download precise64 that
doesn't exists.

Alvaro.


On Tue, Apr 1, 2014 at 9:15 AM, Magnús Örn Gylfason <
magnus.gylfa...@gmail.com> wrote:

> Host OS X Mavericks
> VirtualBox: 4.3.10 - restarted after install
> Vagrant: 1.5.1
>
> vagrant init precise64
>  -> Vagrant file now in directory
>
> vagrant up
> Bringing machine 'default' up with 'virtualbox' provider...
> ==> default: Box 'precise64' could not be found. Attempting to find and
> install...
>     default: Box Provider: virtualbox
>     default: Box Version: >= 0
> ==> default: Adding box 'precise64' (v0) for provider: virtualbox
>     default: Downloading: precise64
> An error occurred while downloading the remote file. The error
> message, if any, is reproduced below. Please fix this error and try
> again.
>
> Couldn't open file /Users/magnusorngylfason/Vagrant/precise64
>
> Any idea?
>
> --
> 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 vagrant-up+unsubscr...@googlegroups.com.
> 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 vagrant-up+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to