Skip to content

Instantly share code, notes, and snippets.

@kmayer
Created June 21, 2009 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmayer/133420 to your computer and use it in GitHub Desktop.
Save kmayer/133420 to your computer and use it in GitHub Desktop.
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
updating the cached checkout on all servers
executing locally: "git ls-remote git@freesailquotes.unfuddle.com:freesailquotes/site.git master"
* executing "if [ -d /var/www/freesailquotes.com/shared/cached-copy ]; then cd /var/www/freesailquotes.com/shared/cached-copy && git fetch origin && git reset --hard a25dc8d1b4ededb3cbfb14d41ff61dbb5660b7c4 && git submodule init && git submodule update; else git clone --depth 1 git@freesailquotes.unfuddle.com:freesailquotes/site.git /var/www/freesailquotes.com/shared/cached-copy && cd /var/www/freesailquotes.com/shared/cached-copy && git checkout -b deploy a25dc8d1b4ededb3cbfb14d41ff61dbb5660b7c4 && git submodule init && git submodule update; fi"
servers: ["li82-69.members.linode.com"]
D, [2009-06-20T19:49:15.628964 #47194] DEBUG -- net.ssh.transport.session[d2f91a]: establishing connection to li82-69.members.linode.com:22
D, [2009-06-20T19:49:15.685666 #47194] DEBUG -- net.ssh.transport.session[d2f91a]: connection established
I, [2009-06-20T19:49:15.685843 #47194] INFO -- net.ssh.transport.server_version[d2f5fa]: negotiating protocol version
D, [2009-06-20T19:49:15.748555 #47194] DEBUG -- net.ssh.transport.server_version[d2f5fa]: remote is `SSH-2.0-OpenSSH_5.1p1 Debian-5'
D, [2009-06-20T19:49:15.748702 #47194] DEBUG -- net.ssh.transport.server_version[d2f5fa]: local is `SSH-2.0-Ruby/Net::SSH_2.0.11 i686-darwin9'
D, [2009-06-20T19:49:15.806248 #47194] DEBUG -- tcpsocket[d2f776]: read 784 bytes
D, [2009-06-20T19:49:15.806514 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 0 type 20 len 780
I, [2009-06-20T19:49:15.806702 #47194] INFO -- net.ssh.transport.algorithms[d2f35c]: got KEXINIT from server
I, [2009-06-20T19:49:15.807074 #47194] INFO -- net.ssh.transport.algorithms[d2f35c]: sending KEXINIT
D, [2009-06-20T19:49:15.807493 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 0 type 20 len 508
D, [2009-06-20T19:49:15.807709 #47194] DEBUG -- tcpsocket[d2f776]: sent 512 bytes
I, [2009-06-20T19:49:15.807862 #47194] INFO -- net.ssh.transport.algorithms[d2f35c]: negotiating algorithms
D, [2009-06-20T19:49:15.808366 #47194] DEBUG -- net.ssh.transport.algorithms[d2f35c]: negotiated:
* kex: diffie-hellman-group-exchange-sha1
* host_key: ssh-rsa
* encryption_server: aes128-cbc
* encryption_client: aes128-cbc
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2009-06-20T19:49:15.809184 #47194] DEBUG -- net.ssh.transport.algorithms[d2f35c]: exchanging keys
D, [2009-06-20T19:49:15.809694 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 1 type 34 len 20
D, [2009-06-20T19:49:15.809903 #47194] DEBUG -- tcpsocket[d2f776]: sent 24 bytes
D, [2009-06-20T19:49:15.962328 #47194] DEBUG -- tcpsocket[d2f776]: read 152 bytes
D, [2009-06-20T19:49:15.962585 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 1 type 31 len 148
D, [2009-06-20T19:49:15.982865 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 2 type 32 len 140
D, [2009-06-20T19:49:15.983154 #47194] DEBUG -- tcpsocket[d2f776]: sent 144 bytes
D, [2009-06-20T19:49:16.052288 #47194] DEBUG -- tcpsocket[d2f776]: read 720 bytes
D, [2009-06-20T19:49:16.052543 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 2 type 33 len 700
D, [2009-06-20T19:49:16.069506 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 3 type 21 len 20
D, [2009-06-20T19:49:16.069848 #47194] DEBUG -- tcpsocket[d2f776]: sent 24 bytes
D, [2009-06-20T19:49:16.070084 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 3 type 21 len 12
D, [2009-06-20T19:49:16.070635 #47194] DEBUG -- net.ssh.authentication.session[d0a426]: beginning authentication of `www-data'
D, [2009-06-20T19:49:16.071001 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 4 type 5 len 28
D, [2009-06-20T19:49:16.071183 #47194] DEBUG -- tcpsocket[d2f776]: sent 52 bytes
D, [2009-06-20T19:49:16.222390 #47194] DEBUG -- tcpsocket[d2f776]: read 52 bytes
D, [2009-06-20T19:49:16.222785 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 4 type 6 len 28
D, [2009-06-20T19:49:16.223053 #47194] DEBUG -- net.ssh.authentication.session[d0a426]: trying publickey
D, [2009-06-20T19:49:16.223268 #47194] DEBUG -- net.ssh.authentication.agent[d0995e]: connecting to ssh-agent
D, [2009-06-20T19:49:16.223515 #47194] DEBUG -- net.ssh.authentication.agent[d0995e]: sending agent request 1 len 45
D, [2009-06-20T19:49:16.223731 #47194] DEBUG -- net.ssh.authentication.agent[d0995e]: received agent packet 2 len 5
D, [2009-06-20T19:49:16.223870 #47194] DEBUG -- net.ssh.authentication.agent[d0995e]: sending agent request 11 len 0
D, [2009-06-20T19:49:16.224087 #47194] DEBUG -- net.ssh.authentication.agent[d0995e]: received agent packet 12 len 2296
D, [2009-06-20T19:49:16.224610 #47194] DEBUG -- net.ssh.authentication.methods.publickey[d0999a]: trying publickey (e2:43:fb:04:30:3c:ed:82:b1:5b:92:9b:02:9e:09:c3)
D, [2009-06-20T19:49:16.224899 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 5 type 50 len 604
D, [2009-06-20T19:49:16.225082 #47194] DEBUG -- tcpsocket[d2f776]: sent 628 bytes
D, [2009-06-20T19:49:16.283919 #47194] DEBUG -- tcpsocket[d2f776]: read 52 bytes
D, [2009-06-20T19:49:16.284311 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 5 type 51 len 28
D, [2009-06-20T19:49:16.284552 #47194] DEBUG -- net.ssh.authentication.session[d0a426]: allowed methods: publickey
D, [2009-06-20T19:49:16.284808 #47194] DEBUG -- net.ssh.authentication.methods.publickey[d0999a]: trying publickey (f7:3b:7a:3b:94:f4:00:b1:0a:c9:c7:99:70:53:39:27)
D, [2009-06-20T19:49:16.285095 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 6 type 50 len 604
D, [2009-06-20T19:49:16.285368 #47194] DEBUG -- tcpsocket[d2f776]: sent 628 bytes
D, [2009-06-20T19:49:16.342060 #47194] DEBUG -- tcpsocket[d2f776]: read 52 bytes
D, [2009-06-20T19:49:16.342452 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 6 type 51 len 28
D, [2009-06-20T19:49:16.342625 #47194] DEBUG -- net.ssh.authentication.session[d0a426]: allowed methods: publickey
D, [2009-06-20T19:49:16.342868 #47194] DEBUG -- net.ssh.authentication.methods.publickey[d0999a]: trying publickey (19:ed:57:74:8d:f0:09:34:c6:c6:d7:12:c9:25:2d:8c)
D, [2009-06-20T19:49:16.343170 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 7 type 50 len 604
D, [2009-06-20T19:49:16.343321 #47194] DEBUG -- tcpsocket[d2f776]: sent 628 bytes
D, [2009-06-20T19:49:16.400070 #47194] DEBUG -- tcpsocket[d2f776]: read 580 bytes
D, [2009-06-20T19:49:16.400489 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 7 type 60 len 556
D, [2009-06-20T19:49:16.400917 #47194] DEBUG -- net.ssh.authentication.agent[d0995e]: sending agent request 13 len 1162
D, [2009-06-20T19:49:16.605469 #47194] DEBUG -- net.ssh.authentication.agent[d0995e]: received agent packet 14 len 532
D, [2009-06-20T19:49:16.605872 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 8 type 50 len 1132
D, [2009-06-20T19:49:16.606080 #47194] DEBUG -- tcpsocket[d2f776]: sent 1156 bytes
D, [2009-06-20T19:49:16.663967 #47194] DEBUG -- tcpsocket[d2f776]: read 36 bytes
D, [2009-06-20T19:49:16.664227 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 8 type 52 len 12
D, [2009-06-20T19:49:16.664439 #47194] DEBUG -- net.ssh.authentication.methods.publickey[d0999a]: publickey succeeded (19:ed:57:74:8d:f0:09:34:c6:c6:d7:12:c9:25:2d:8c)
D, [2009-06-20T19:49:16.664938 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 9 type 90 len 44
D, [2009-06-20T19:49:16.665217 #47194] DEBUG -- tcpsocket[d2f776]: sent 68 bytes
D, [2009-06-20T19:49:16.721703 #47194] DEBUG -- tcpsocket[d2f776]: read 52 bytes
D, [2009-06-20T19:49:16.722135 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 9 type 91 len 28
I, [2009-06-20T19:49:16.722370 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_open_confirmation: 0 0 0 32768
I, [2009-06-20T19:49:16.722663 #47194] INFO -- net.ssh.connection.channel[d059bc]: sending channel request "auth-agent-req@openssh.com"
D, [2009-06-20T19:49:16.723030 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 10 type 98 len 44
I, [2009-06-20T19:49:16.723358 #47194] INFO -- net.ssh.connection.channel[d059bc]: sending channel request "pty-req"
D, [2009-06-20T19:49:16.723794 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 11 type 98 len 60
D, [2009-06-20T19:49:16.724210 #47194] DEBUG -- tcpsocket[d2f776]: sent 152 bytes
D, [2009-06-20T19:49:16.781220 #47194] DEBUG -- tcpsocket[d2f776]: read 72 bytes
D, [2009-06-20T19:49:16.781566 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 10 type 99 len 12
I, [2009-06-20T19:49:16.781694 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_success: 0
D, [2009-06-20T19:49:16.781845 #47194] DEBUG -- net.ssh.service.forward[d04bde]: authentication agent forwarding is active
D, [2009-06-20T19:49:16.781990 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 11 type 99 len 12
I, [2009-06-20T19:49:16.782086 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_success: 0
[li82-69.members.linode.com] executing command
I, [2009-06-20T19:49:16.782229 #47194] INFO -- net.ssh.connection.channel[d059bc]: sending channel request "exec"
D, [2009-06-20T19:49:16.782431 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 12 type 98 len 588
D, [2009-06-20T19:49:16.782611 #47194] DEBUG -- tcpsocket[d2f776]: sent 612 bytes
D, [2009-06-20T19:49:16.840160 #47194] DEBUG -- tcpsocket[d2f776]: read 52 bytes
D, [2009-06-20T19:49:16.840597 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 12 type 93 len 28
I, [2009-06-20T19:49:16.841998 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_window_adjust: 0 +2097152
D, [2009-06-20T19:49:17.569822 #47194] DEBUG -- tcpsocket[d2f776]: read 68 bytes
D, [2009-06-20T19:49:17.570643 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 13 type 90 len 44
I, [2009-06-20T19:49:17.574710 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel open auth-agent@openssh.com
I, [2009-06-20T19:49:17.575032 #47194] INFO -- net.ssh.service.forward[d04bde]: opening auth-agent channel
D, [2009-06-20T19:49:17.585536 #47194] DEBUG -- net.ssh.authentication.agent[d01e0c]: connecting to ssh-agent
D, [2009-06-20T19:49:17.585869 #47194] DEBUG -- net.ssh.authentication.agent[d01e0c]: sending agent request 1 len 45
D, [2009-06-20T19:49:17.586156 #47194] DEBUG -- net.ssh.authentication.agent[d01e0c]: received agent packet 2 len 5
D, [2009-06-20T19:49:17.586698 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 13 type 91 len 28
D, [2009-06-20T19:49:17.587024 #47194] DEBUG -- tcpsocket[d2f776]: sent 52 bytes
D, [2009-06-20T19:49:17.643162 #47194] DEBUG -- tcpsocket[d2f776]: read 52 bytes
D, [2009-06-20T19:49:17.643616 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 14 type 94 len 28
I, [2009-06-20T19:49:17.645869 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_data: 1 5b
D, [2009-06-20T19:49:17.646130 #47194] DEBUG -- unixsocket[d01c86]: sent 5 bytes
D, [2009-06-20T19:49:17.646355 #47194] DEBUG -- unixsocket[d01c86]: read 2300 bytes
D, [2009-06-20T19:49:17.646569 #47194] DEBUG -- net.ssh.connection.channel[d01efc]: read 2300 bytes from client, sending over agent forwarded connection
D, [2009-06-20T19:49:17.646888 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 14 type 94 len 2316
D, [2009-06-20T19:49:17.647138 #47194] DEBUG -- tcpsocket[d2f776]: sent 2340 bytes
D, [2009-06-20T19:49:18.076956 #47194] DEBUG -- tcpsocket[d2f776]: read 1220 bytes
D, [2009-06-20T19:49:18.077429 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 15 type 94 len 1196
I, [2009-06-20T19:49:18.077644 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_data: 1 1174b
D, [2009-06-20T19:49:18.077909 #47194] DEBUG -- unixsocket[d01c86]: sent 1174 bytes
D, [2009-06-20T19:49:18.290117 #47194] DEBUG -- unixsocket[d01c86]: read 536 bytes
D, [2009-06-20T19:49:18.290382 #47194] DEBUG -- net.ssh.connection.channel[d01efc]: read 536 bytes from client, sending over agent forwarded connection
D, [2009-06-20T19:49:18.290697 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 15 type 94 len 556
D, [2009-06-20T19:49:18.290949 #47194] DEBUG -- tcpsocket[d2f776]: sent 580 bytes
D, [2009-06-20T19:49:18.506031 #47194] DEBUG -- tcpsocket[d2f776]: read 36 bytes
D, [2009-06-20T19:49:18.506480 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 16 type 96 len 12
I, [2009-06-20T19:49:18.506673 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_eof: 1
D, [2009-06-20T19:49:18.793428 #47194] DEBUG -- tcpsocket[d2f776]: read 100 bytes
D, [2009-06-20T19:49:18.793969 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 17 type 94 len 76
I, [2009-06-20T19:49:18.794230 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_data: 0 56b
** [li82-69.members.linode.com :: out] ERROR:gitosis.serve.main:Repository read access denied
D, [2009-06-20T19:49:18.798007 #47194] DEBUG -- tcpsocket[d2f776]: read 84 bytes
D, [2009-06-20T19:49:18.798551 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 18 type 94 len 60
I, [2009-06-20T19:49:18.798773 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_data: 0 44b
** [li82-69.members.linode.com :: out] fatal: The remote end hung up unexpectedly
D, [2009-06-20T19:49:18.799088 #47194] DEBUG -- tcpsocket[d2f776]: read 140 bytes
D, [2009-06-20T19:49:18.799327 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 19 type 98 len 44
I, [2009-06-20T19:49:18.799529 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_request: 0 exit-status false
D, [2009-06-20T19:49:18.799783 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 20 type 96 len 12
I, [2009-06-20T19:49:18.799954 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_eof: 0
D, [2009-06-20T19:49:18.800190 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 21 type 97 len 12
I, [2009-06-20T19:49:18.800359 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_close: 0
D, [2009-06-20T19:49:18.800646 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 16 type 97 len 28
command finished
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/freesailquotes.com/releases/20090621054918; true"
servers: ["li82-69.members.linode.com"]
D, [2009-06-20T19:49:18.802011 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 17 type 90 len 44
D, [2009-06-20T19:49:18.802317 #47194] DEBUG -- tcpsocket[d2f776]: sent 120 bytes
D, [2009-06-20T19:49:18.858580 #47194] DEBUG -- tcpsocket[d2f776]: read 52 bytes
D, [2009-06-20T19:49:18.859039 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 22 type 91 len 28
I, [2009-06-20T19:49:18.859210 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_open_confirmation: 2 3 0 32768
I, [2009-06-20T19:49:18.859433 #47194] INFO -- net.ssh.connection.channel[cfbbb0]: sending channel request "pty-req"
D, [2009-06-20T19:49:18.859694 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 18 type 98 len 60
D, [2009-06-20T19:49:18.860012 #47194] DEBUG -- tcpsocket[d2f776]: sent 84 bytes
D, [2009-06-20T19:49:18.916417 #47194] DEBUG -- tcpsocket[d2f776]: read 36 bytes
D, [2009-06-20T19:49:18.917403 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 23 type 99 len 12
I, [2009-06-20T19:49:18.917705 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_success: 2
[li82-69.members.linode.com] executing command
I, [2009-06-20T19:49:18.918240 #47194] INFO -- net.ssh.connection.channel[cfbbb0]: sending channel request "exec"
D, [2009-06-20T19:49:18.918612 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 19 type 98 len 108
D, [2009-06-20T19:49:18.918866 #47194] DEBUG -- tcpsocket[d2f776]: sent 132 bytes
D, [2009-06-20T19:49:18.976400 #47194] DEBUG -- tcpsocket[d2f776]: read 52 bytes
D, [2009-06-20T19:49:18.976789 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 24 type 93 len 28
I, [2009-06-20T19:49:18.976976 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_window_adjust: 2 +2097152
D, [2009-06-20T19:49:18.981391 #47194] DEBUG -- tcpsocket[d2f776]: read 140 bytes
D, [2009-06-20T19:49:18.981940 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 25 type 98 len 44
I, [2009-06-20T19:49:18.982169 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_request: 2 exit-status false
D, [2009-06-20T19:49:18.982362 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 26 type 96 len 12
I, [2009-06-20T19:49:18.982539 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_eof: 2
D, [2009-06-20T19:49:18.982701 #47194] DEBUG -- tcpsocket[d2f776]: received packet nr 27 type 97 len 12
I, [2009-06-20T19:49:18.982834 #47194] INFO -- net.ssh.connection.session[d05b4c]: channel_close: 2
D, [2009-06-20T19:49:18.983027 #47194] DEBUG -- tcpsocket[d2f776]: queueing packet nr 20 type 97 len 28
command finished
failed: "sh -c \"if [ -d /var/www/freesailquotes.com/shared/cached-copy ]; then cd /var/www/freesailquotes.com/shared/cached-copy && git fetch origin && git reset --hard a25dc8d1b4ededb3cbfb14d41ff61dbb5660b7c4 && git submodule init && git submodule update; else git clone --depth 1 git@freesailquotes.unfuddle.com:freesailquotes/site.git /var/www/freesailquotes.com/shared/cached-copy && cd /var/www/freesailquotes.com/shared/cached-copy && git checkout -b deploy a25dc8d1b4ededb3cbfb14d41ff61dbb5660b7c4 && git submodule init && git submodule update; fi\"" on li82-69.members.linode.com
kmayer@fac-dhcp24$ ssh-add -l
4096 e2:43:fb:04:30:3c:ed:82:b1:5b:92:9b:02:9e:09:c3 /Users/kmayer/.ssh/id_rsa (RSA)
4096 f7:3b:7a:3b:94:f4:00:b1:0a:c9:c7:99:70:53:39:27 /Users/kmayer/.ssh/www-data_rsa (RSA)
4096 19:ed:57:74:8d:f0:09:34:c6:c6:d7:12:c9:25:2d:8c /Users/kmayer/.ssh/freesailquotes_rsa (RSA)
4096 bf:0c:fb:58:f5:46:78:b9:3c:1e:81:2f:7c:74:03:24 /Users/kmayer/.ssh/bitwrangler_rsa (RSA)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment