[vagrant-up] Vagrant crashes when public_network is enabled

2014-02-10 Thread kapitanluffy pirata
Everything works fine but when I uncomment config.vm.network :public_network, Vagrant crashes although it boots the vm successfully. Here is my Vagrantfile http://pastebin.com/ZkVKj7ry Here is the output of the terminal http://pastebin.com/f2iLTWHv -- You received this message because you

Re: [vagrant-up] Vagrant crashes when public_network is enabled

2014-02-10 Thread Mitchell Hashimoto
It looks like this is a bug with the underlying SSH/SCP library that Vagrant uses. Personally, I've never seen it before and I'm not sure why it is behaving like that. Could you please report a bug to net-ssh/net-scp? Best, Mitchell On Sun, Feb 9, 2014 at 8:59 PM, kapitanluffy pirata

Re: [vagrant-up] Vagrant crashes when public_network is enabled

2014-02-10 Thread Alvaro Miranda Aguilera
Where / how is the banner defined? can you remove the banner and test again? On Mon, Feb 10, 2014 at 5:36 PM, kapitanluffy pirata kapitanlu...@gmail.com wrote: When I uncomment the *config.vm.network :public_network* and run *`vagrant up`* it throws me an error although the vm successfully