Re: [vpp-dev] QQs on VPP clone.sh

2016-12-21 Thread Kinsella, Ray
As promised, the rsync changes are here. https://gerrit.fd.io/r/4449 I also came across another issues with Vagrant ubuntu setup, which I resolved here. https://gerrit.fd.io/r/4450 Ray K On 20/12/2016 22:34, Ed Warnicke wrote: I think that has the potential to be a brilliant solution. Co

Re: [vpp-dev] QQs on VPP clone.sh

2016-12-20 Thread Ed Warnicke
I think that has the potential to be a brilliant solution. Could you push a gerrit so its easy for folks to grab it to try and see how it goes? Ed On Tue, Dec 20, 2016 at 11:15 AM, Kinsella, Ray wrote: > Hi Ed, > > For those of us that have to suffer a corporate firewall with a socks > proxy t

Re: [vpp-dev] QQs on VPP clone.sh

2016-12-20 Thread Kinsella, Ray
Hi Ed, For those of us that have to suffer a corporate firewall with a socks proxy this is problematic. It stalls on the git clone as vagrant-proxy doesn't take care of setting up the socks proxy. And to be honest, I wouldn't feel comfortable for vagrant-proxy to start copying my ssh_config

Re: [vpp-dev] QQs on VPP clone.sh

2016-12-13 Thread Ed Warnicke
Ray, The reason is because vagrant produces a bunch of 'issues' when trying to build from a 'mounted' share. When running vagrant, /vpp gets mounted with where ever the source is *outside* the vagrant VM Once inside, if you try to build from /vpp, a variety of things can and do break sadly :( S