Hi all I added a public network to my VM. This booted fine and worked great. Then I tried to restart. Subsequently:
19:16 jean@klippie:~/vagrant/geonode$ VAGRANT_LOG=DEBUG vagrant halt INFO global: Vagrant version: 1.2.2 [...] DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG virtualbox_4_2: - [1, "ssh", 2222, 22] DEBUG ssh: Checking key permissions: /home/jean/.vagrant.d/insecure_private_key INFO ssh: Attempting SSH. Retries: 100. Timeout: 30 INFO ssh: Attempting to connect to SSH... INFO ssh: - Host: 127.0.0.1 INFO ssh: - Port: 2222 INFO ssh: - Username: vagrant INFO ssh: - Key Path: /home/jean/.vagrant.d/insecure_private_key DEBUG ssh: == Net-SSH connection debug-level log START == DEBUG ssh: D, [2014-03-10T19:16:53.664503 #12855] DEBUG -- net.ssh.transport.session[4caaa54]: establishing connection to 127.0.0.1:2222 D, [2014-03-10T19:16:53.665283 #12855] DEBUG -- net.ssh.transport.session[4caaa54]: connection established I, [2014-03-10T19:16:53.665407 #12855] INFO -- net.ssh.transport.server_version[4caa09a]: negotiating protocol version DEBUG ssh: == Net-SSH connection debug-level log END == INFO retryable: Retryable exception raised: #<Timeout::Error: execution expired> INFO ssh: Attempting to connect to SSH... INFO ssh: - Host: 127.0.0.1 INFO ssh: - Port: 2222 [...] # repeats endlessly (First posted on closed issue https://github.com/mitchellh/vagrant/issues/391#issuecomment-37236815 ) Attached find my Vagrantfile. The issue came up after adding the `config.vm.network :public_network` line and restarting for the second time. -- 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]. For more options, visit https://groups.google.com/d/optout.
