Skip to content

Instantly share code, notes, and snippets.

@binarytemple
Created May 15, 2014 19:31
Show Gist options
  • Save binarytemple/97363b83773aa368b137 to your computer and use it in GitHub Desktop.
Save binarytemple/97363b83773aa368b137 to your computer and use it in GitHub Desktop.
vagrant crash
```
[120/1987]
GATHERING FACTS ***************************************************************
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant
<10.42.0.6> REMOTE_MODULE setup
<10.42.0.7> REMOTE_MODULE setup
<10.42.0.8> REMOTE_MODULE setup
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/bryan/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'Stric
tHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/bryan/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gs
sapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '10.42.0.6', "/bin/sh -c 'mkdir -p $HOME/.ansibl
e/tmp/ansible-tmp-1400180435.33-93417142356152 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1400180435.33-93417142356152 && echo $HOME/.ansible/tmp/ansible-tmp-1400180435.33-9341714
2356152'"]
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/bryan/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'Stric
tHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/bryan/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gs
sapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '10.42.0.7', "/bin/sh -c 'mkdir -p $HOME/.ansibl
e/tmp/ansible-tmp-1400180435.33-94605771199418 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1400180435.33-94605771199418 && echo $HOME/.ansible/tmp/ansible-tmp-1400180435.33-9460577
1199418'"]
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/bryan/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'Stric
tHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/bryan/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gs
sapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '10.42.0.8', "/bin/sh -c 'mkdir -p $HOME/.ansibl
e/tmp/ansible-tmp-1400180435.33-56728458856687 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1400180435.33-56728458856687 && echo $HOME/.ansible/tmp/ansible-tmp-1400180435.33-5672845
8856687'"]
fatal: [riak-01] => SSH encountered an unknown error. The output was:
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/bryan/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 102: Applying options for *
debug1: auto-mux: Trying existing master
debug1: Control socket "/Users/bryan/.ansible/cp/ansible-ssh-10.42.0.6-22-vagrant" does not exist
debug2: ssh_connect: needpriv 0
debug1: Connecting to 10.42.0.6 [10.42.0.6] port 22.
debug2: fd 3 setting O_NONBLOCK
debug1: connect to address 10.42.0.6 port 22: Operation timed out
ssh: connect to host 10.42.0.6 port 22: Operation timed out
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment