On Tue, Apr 19, 2016 at 3:21 AM, Irene <[email protected]> wrote: > C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/socket.rb:60:in > `connect_nonblock': Invalid argument - connect(2) for 127.0.0.1:2222 > (Errno::EINVAL) >
Hello, Haven't seen that error before, so lets dig on the usual suspects. 1. You are in the current version of Vagrant. 1.8.x 2. You did reboot after the install. 3. You are running this as your normal user. Can you provide the following output. vagrant version vagrant plugin list mkdir precise32 cd precise32 vagrant init -m hashicorp/precise32 set VAGRANT_LOG=debug vagrant up Thanks! alvaro. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0eyF1Zm6-SAGxnYq%3DG3hKvF2f8tdKYMcgD8X1CHfGg8Xrw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
