vagrant and precise 64 issues

I have installed vagrant and virtual box and when I type in 'vagrant up' I get this.

Bringing machine 'default' up with 'virtualbox' provider...

[default] Box 'precise64' was not found. Fetching box from specified URL for the provider 'virtualbox'. Note that if the URL does not have a box for this provider, you should interrupt Vagrant now and add the box yourself. Otherwise Vagrant will attempt to download the full box prior to discovering this error.

Downloading or copying the box...

The problem I am have is that it always times out. It will start downloading and then freeze at different point in the download.

What am I doing wrong here.

Sorry You must be a logged in, registered user to answer a question.

Answers

Doesn't sound like you're doing anything wrong, it's just trying to download the precise64 box from the Internet. You could download the box yourself and install it beforehand so Vagrant can find it and doesn't have to pull it down. Read "adding boxes" in the Vagrant docs to see how to install a local box.