QafooLabs / testing-setup

Qafoo base repository for testing workshops.
http://qafoo.com
3 stars 11 forks source link

Vagrantfile outdated #3

Open kiltec opened 10 years ago

kiltec commented 10 years ago

Hi!

Just tried to get the Vagrant box up with Vagrant 1.2.2, looks like the Vagrantfile is outdated, here's the error message I get: lars@bungholio:~/projects/innogames/testing-setup(master)$ vagrant up There were warnings and/or errors while loading your Vagrantfile. Your Vagrantfile was written for an earlier version of Vagrant, and while Vagrant does the best it can to remain backwards compatible, there are some cases where things have changed significantly enough to warrant a message. These messages are shown below.

Warnings:

Bringing machine 'master' up with 'virtualbox' provider... [master] 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... Progress: 2% (Rate: 502k/s, Estimated time remaining: 0:10:54)^CWaiting for cleanup before exiting... Box download was interrupted. Exiting. Vagrant exited after cleanup due to external interrupt. lars@bungholio:~/projects/innogames/testing-setup(master)$ vagrant --version Vagrant version 1.2.2

tobyS commented 10 years ago

Thanks for the report. I will look into that. However, since the Vagrant box is optional, please make sure you just install the repo on your local machine or in another virtual box, since I'm not sure I will manage to look into that issue today.

kiltec commented 10 years ago

No worries, already installed everything, just wanted to test Vagrant out of curiosity.

tobyS commented 10 years ago

Perfect, thanks for the feedback. :)

kiltec commented 10 years ago

I'm gonna go ahead and try to fix this.

kiltec commented 10 years ago

Fix0red, I guess.