Re: [vagrant-up] Vagrant hangs when bringing up hosts in parallel.

2017-03-27 Thread Alvaro Miranda Aguilera
hello not sure what provider are you using, but in somes like virtualbox, when creating the VM from template, it gets decompressed to a fixed name before renaming so if you are doing more than one box at the time, you may hit a collision there On Mon, Mar 27, 2017 at 4:29 PM, Krist van Besien

Re: [vagrant-up] "vagrant up" has a long delay before proceeding when running behind a VPN w/proxy

2017-03-27 Thread William Saxton
box_check_update was already set to false when this happened. I ran vagrant up with debugging turned on, both with and without VPN. The logs are identical so no new information there. Here is the log. I put ***HANGS HERE*** where the hang occurs : DEBUG command: Finding machine that match

Re: [vagrant-up] Vagrant hangs when bringing up hosts in parallel.

2017-03-27 Thread Krist van Besien
That helped, But did not explain why running in parallel cause the whole vagrant up to eventually hang somewhere... On Thursday, 23 March 2017 10:03:54 UTC+1, Alvaro Miranda Aguilera wrote: > > hello > > did you try this? > > >

Re: [vagrant-up] Vagrant box created locally cannot init on another machine

2017-03-27 Thread Alvaro Miranda Aguilera
On Mon, Mar 27, 2017 at 1:53 PM, Nagaraj Poti wrote: > /Users/sandip/Apps/mb-packer/ubuntu-xenial-16.04-cloudimg-console.log ( > is trying to create that file and probably te directories don't exist: /Users/sandip/Apps/mb-packer/ubuntu-xenial-16.04-cloudimg-console.log Check