[vagrant-up] How to globally define a base configuration which all provisioners inherit from?

2014-12-17 Thread Torben Knerr
Hi everybody, I'm currently struggling with a problem, where I want a specific configuration to be set by default for allchef Provisioners. My idea was to define that in the global ~/.vagrant.d/Vagrantfile, e.g. like so: # global Vagrant configuration Vagrant.configure(2) do |config| # all

[vagrant-up] Downloading boxes from atlas.hashicorp.com is very slow

2014-12-17 Thread Frank Patz-Brockmann
After month I've returned to using vagrant and find downloading base boxes like hashicorp/precise32 extremely slow. It literally takes hours, where it took just minutes a while ago. I am sure it's not my internet connection, other downloads work as expected. Is there some bandwidth throttling at

Re: [vagrant-up] Downloading boxes from atlas.hashicorp.com is very slow

2014-12-17 Thread Mitchell Hashimoto
Frank, The location of these boxes hasn't changed in nearly a year. I'd say that this is probably just due to transient issues. Best, Mitchell On Wed, Dec 17, 2014 at 2:43 PM, Frank Patz-Brockmann frank.p...@gmail.com wrote: After month I've returned to using vagrant and find downloading base

Re: [vagrant-up] Downloading boxes from atlas.hashicorp.com is very slow

2014-12-17 Thread Alvaro Miranda Aguilera
On Thu, Dec 18, 2014 at 11:43 AM, Frank Patz-Brockmann frank.p...@gmail.com wrote: hashicorp/precise32 From usa: wget https://vagrantcloud.com/hashicorp/boxes/precise32/versions/1.0.0/providers/virtualbox.box --2014-12-17 14:58:34--

[vagrant-up] The box 'hashicorp/precise32' could not be found

2014-12-17 Thread Ken Colvin
I followed the instructions on vagrantup.com but a box is not being downloaded. This is driving me nuts, please help. see https://docs.vagrantup.com/v2/getting-started/index.html I run the commands: - vagrant init hashicorp/precise32 - vagrant up I then get the following error:

[vagrant-up] Re: The box 'hashicorp/precise32' could not be found

2014-12-17 Thread Ken Colvin
On Windows 8.1 On Wednesday, December 17, 2014 6:13:05 PM UTC-5, Ken Colvin wrote: I followed the instructions on vagrantup.com but a box is not being downloaded. This is driving me nuts, please help. see https://docs.vagrantup.com/v2/getting-started/index.html I run the commands:

Re: [vagrant-up] The box 'hashicorp/precise32' could not be found

2014-12-17 Thread Seth Vargo
Hi Ken, This looks like this GitHub issue: https://github.com/mitchellh/vagrant/issues/5016 https://github.com/mitchellh/vagrant/issues/5016 Best, Seth On Dec 17, 2014, at 6:18 PM, Ken Colvin ken.w.col...@gmail.com wrote: On Windows 8.1 On Wednesday, December 17, 2014 6:13:05 PM UTC-5,