Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrantfile outdated #3

Open
kiltec opened this issue Oct 17, 2013 · 5 comments
Open

Vagrantfile outdated #3

kiltec opened this issue Oct 17, 2013 · 5 comments

Comments

@kiltec
Copy link

kiltec commented Oct 17, 2013

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:

  • config.vm.customize calls are VirtualBox-specific. If you're
    using any other provider, you'll have to use config.vm.provider in a
    v2 configuration block.

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
Copy link
Contributor

tobyS commented Oct 17, 2013

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
Copy link
Author

kiltec commented Oct 17, 2013

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

@tobyS
Copy link
Contributor

tobyS commented Oct 17, 2013

Perfect, thanks for the feedback. :)

@kiltec
Copy link
Author

kiltec commented Oct 17, 2013

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

@kiltec
Copy link
Author

kiltec commented Oct 17, 2013

Fix0red, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants