Advertisement
Guest User

Untitled

a guest
Feb 29th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. $ cap deploy
  2. * executing `deploy'
  3. * executing `deploy:update'
  4. ** transaction: start
  5. * executing `deploy:update_code'
  6. executing locally: "git ls-remote ssh://jason@sniphq.com/var/git/snip.git master"
  7. command finished in 838ms
  8. * executing "git clone --depth true ssh://jason@sniphq.com/var/git/snip.git /home/jason/snip-cap/releases/20120229163841 && cd /home/jason/snip-cap/releases/20120229163841 && git checkout -b deploy 02712534411f673532e68d967b99abd2f471f966 && rm -Rf /home/jason/snip-cap/releases/20120229163841/.git && (echo 02712534411f673532e68d967b99abd2f471f966 > /home/jason/snip-cap/releases/20120229163841/REVISION)"
  9. servers: ["sniphq.com"]
  10. [sniphq.com] executing command
  11. [sniphq.com] sh -c 'git clone --depth true ssh://jason@sniphq.com/var/git/snip.git /home/jason/snip-cap/releases/20120229163841 && cd /home/jason/snip-cap/releases/20120229163841 && git checkout -b deploy 02712534411f673532e68d967b99abd2f471f966 && rm -Rf /home/jason/snip-cap/releases/20120229163841/.git && (echo 02712534411f673532e68d967b99abd2f471f966 > /home/jason/snip-cap/releases/20120229163841/REVISION)'
  12. ** [sniphq.com :: out] Cloning into /home/jason/snip-cap/releases/20120229163841...
  13. ** [sniphq.com :: err] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  14. ** @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
  15. ** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  16. ** The RSA host key for sniphq.com has changed,
  17. ** and the key for the corresponding IP address 50.57.181.104
  18. ** is unknown. This could either mean that
  19. ** DNS SPOOFING is happening or the IP address for the host
  20. ** and its host key have changed at the same time.
  21. ** [sniphq.com :: err] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  22. ** @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
  23. ** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  24. ** IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  25. ** Someone could be eavesdropping on you right now (man-in-the-middle attack)!
  26. ** It is also possible that a host key has just been changed.
  27. ** The fingerprint for the RSA key sent by the remote host is
  28. ** 53:05:55:83:d1:b5:c6:1a:58:0f:83:84:3b:1f:de:d7.
  29. ** Please contact your system administrator.
  30. ** Add correct host key in /home/jason/.ssh/known_hosts to get rid of this message.
  31. ** Offending RSA key in /home/jason/.ssh/known_hosts:3
  32. ** RSA host key for sniphq.com has changed and you have requested strict checking.
  33. ** Host key verification failed.
  34. ** [sniphq.com :: err] fatal: The remote end hung up unexpectedly
  35. command finished in 253ms
  36. *** [deploy:update_code] rolling back
  37. * executing "rm -rf /home/jason/snip-cap/releases/20120229163841; true"
  38. servers: ["sniphq.com"]
  39. [sniphq.com] executing command
  40. [sniphq.com] sh -c 'rm -rf /home/jason/snip-cap/releases/20120229163841; true'
  41. command finished in 96ms
  42. failed: "sh -c 'git clone --depth true ssh://jason@sniphq.com/var/git/snip.git /home/jason/snip-cap/releases/20120229163841 && cd /home/jason/snip-cap/releases/20120229163841 && git checkout -b deploy 02712534411f673532e68d967b99abd2f471f966 && rm -Rf /home/jason/snip-cap/releases/20120229163841/.git && (echo 02712534411f673532e68d967b99abd2f471f966 > /home/jason/snip-cap/releases/20120229163841/REVISION)'" on sniphq.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement