When i run `cap production deploy` I get the following output:

  * executing `production'
    triggering start callbacks for `deploy'
  * executing `multistage:ensure'
  * executing `deploy'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    updating the cached checkout on all servers
    executing locally: "git ls-remote ssh://scm/var/scm/git/servemanager.git
production"
  * executing "if [ -d /apps/sm_production/shared/cached-copy ]; then
cd /apps/sm_production/shared/cached-copy && git fetch -q origin &&
git reset -q --hard dc1bd227d4e6e1b64aa561ac8f8b86f0023ffc64 && git
clean -q -d -x -f; else git clone -q ssh://scm/var/scm/git/servemanager.git
/apps/sm_production/shared/cached-copy && cd /apps/sm_production/
shared/cached-copy && git checkout -q -b deploy
dc1bd227d4e6e1b64aa561ac8f8b86f0023ffc64; fi"
    servers: ["10.0.8.170", "10.0.8.171"]
  * establishing connection to gateway `CENSORED'
  * Creating gateway using CENSORED
  * establishing connection to `10.0.8.170' via gateway
  * establishing connection to `10.0.8.171' via gateway


And then nothing, no matter how long I let it sit there.

I can ssh to the gateway and then to both of those servers x.170 and x.
171 just fine manually.  I turned on verbose debugging to see what was
going on and  it outputs this:'

  * executing `production'
    triggering start callbacks for `deploy'
  * executing `multistage:ensure'
  * executing `deploy'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    updating the cached checkout on all servers
    executing locally: "git ls-remote ssh://scm/var/scm/git/servemanager.git
production"
  * executing "if [ -d /apps/sm_production/shared/cached-copy ]; then
cd /apps/sm_production/shared/cached-copy && git fetch -q origin &&
git reset -q --hard dc1bd227d4e6e1b64aa561ac8f8b86f0023ffc64 && git
clean -q -d -x -f; else git clone -q ssh://scm/var/scm/git/servemanager.git
/apps/sm_production/shared/cached-copy && cd /apps/sm_production/
shared/cached-copy && git checkout -q -b deploy
dc1bd227d4e6e1b64aa561ac8f8b86f0023ffc64; fi"
    servers: ["10.0.8.170", "10.0.8.171"]
  * establishing connection to gateway `CENSORED'
  * Creating gateway using CENSORED
D, [2010-07-02T12:43:08.317826 #1646] DEBUG --
net.ssh.transport.session[d9cc22]: establishing connection to CENSORED:
22
D, [2010-07-02T12:43:08.360748 #1646] DEBUG --
net.ssh.transport.session[d9cc22]: connection established
I, [2010-07-02T12:43:08.361610 #1646]  INFO --
net.ssh.transport.server_version[d9c902]: negotiating protocol version
D, [2010-07-02T12:43:08.409769 #1646] DEBUG --
net.ssh.transport.server_version[d9c902]: remote is `SSH-2.0-
OpenSSH_5.1p1 Debian-5'
D, [2010-07-02T12:43:08.410146 #1646] DEBUG --
net.ssh.transport.server_version[d9c902]: local is `SSH-2.0-Ruby/
Net::SSH_2.0.13 universal-darwin9.0'
D, [2010-07-02T12:43:08.458796 #1646] DEBUG -- tcpsocket[d9ca7e]: read
784 bytes
D, [2010-07-02T12:43:08.459067 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 0 type 20 len 780
I, [2010-07-02T12:43:08.459241 #1646]  INFO --
net.ssh.transport.algorithms[d9c3da]: got KEXINIT from server
I, [2010-07-02T12:43:08.459492 #1646]  INFO --
net.ssh.transport.algorithms[d9c3da]: sending KEXINIT
D, [2010-07-02T12:43:08.459787 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 0 type 20 len 556
D, [2010-07-02T12:43:08.459985 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
560 bytes
I, [2010-07-02T12:43:08.460145 #1646]  INFO --
net.ssh.transport.algorithms[d9c3da]: negotiating algorithms
D, [2010-07-02T12:43:08.460584 #1646] DEBUG --
net.ssh.transport.algorithms[d9c3da]: 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, [2010-07-02T12:43:08.460698 #1646] DEBUG --
net.ssh.transport.algorithms[d9c3da]: exchanging keys
D, [2010-07-02T12:43:08.461045 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 1 type 34 len 20
D, [2010-07-02T12:43:08.461207 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
24 bytes
D, [2010-07-02T12:43:08.585888 #1646] DEBUG -- tcpsocket[d9ca7e]: read
152 bytes
D, [2010-07-02T12:43:08.586380 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 1 type 31 len 148
D, [2010-07-02T12:43:08.608988 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 2 type 32 len 140
D, [2010-07-02T12:43:08.609306 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
144 bytes
D, [2010-07-02T12:43:08.664570 #1646] DEBUG -- tcpsocket[d9ca7e]: read
720 bytes
D, [2010-07-02T12:43:08.664958 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 2 type 33 len 700
D, [2010-07-02T12:43:08.683395 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 3 type 21 len 20
D, [2010-07-02T12:43:08.683667 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
24 bytes
D, [2010-07-02T12:43:08.683922 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 3 type 21 len 12
D, [2010-07-02T12:43:08.684440 #1646] DEBUG --
net.ssh.authentication.session[d7cd64]: beginning authentication of
`nbenes'
D, [2010-07-02T12:43:08.684749 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 4 type 5 len 28
D, [2010-07-02T12:43:08.684889 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
52 bytes
D, [2010-07-02T12:43:08.803893 #1646] DEBUG -- tcpsocket[d9ca7e]: read
52 bytes
D, [2010-07-02T12:43:08.804553 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 4 type 6 len 28
D, [2010-07-02T12:43:08.805070 #1646] DEBUG --
net.ssh.authentication.session[d7cd64]: trying publickey
D, [2010-07-02T12:43:08.805532 #1646] DEBUG --
net.ssh.authentication.agent[d7c206]: connecting to ssh-agent
D, [2010-07-02T12:43:08.806389 #1646] DEBUG --
net.ssh.authentication.agent[d7c206]: sending agent request 1 len 52
D, [2010-07-02T12:43:08.807311 #1646] DEBUG --
net.ssh.authentication.agent[d7c206]: received agent packet 2 len 5
D, [2010-07-02T12:43:08.807603 #1646] DEBUG --
net.ssh.authentication.agent[d7c206]: sending agent request 11 len 0
D, [2010-07-02T12:43:08.808053 #1646] DEBUG --
net.ssh.authentication.agent[d7c206]: received agent packet 12 len 315
D, [2010-07-02T12:43:08.808667 #1646] DEBUG --
net.ssh.authentication.methods.publickey[d7c242]: trying publickey
(23:58:b7:ea:a8:7f:e9:8b:16:36:1c:15:56:bf:9b:2a)
D, [2010-07-02T12:43:08.809343 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 5 type 50 len 348
D, [2010-07-02T12:43:08.809573 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
372 bytes
D, [2010-07-02T12:43:08.853895 #1646] DEBUG -- tcpsocket[d9ca7e]: read
324 bytes
D, [2010-07-02T12:43:08.854355 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 5 type 60 len 300
D, [2010-07-02T12:43:08.854742 #1646] DEBUG --
net.ssh.authentication.agent[d7c206]: sending agent request 13 len 648
D, [2010-07-02T12:43:08.891078 #1646] DEBUG --
net.ssh.authentication.agent[d7c206]: received agent packet 14 len 276
D, [2010-07-02T12:43:08.891515 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 6 type 50 len 620
D, [2010-07-02T12:43:08.891729 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
644 bytes
D, [2010-07-02T12:43:08.935738 #1646] DEBUG -- tcpsocket[d9ca7e]: read
36 bytes
D, [2010-07-02T12:43:08.936122 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 6 type 52 len 12
D, [2010-07-02T12:43:08.936317 #1646] DEBUG --
net.ssh.authentication.methods.publickey[d7c242]: publickey succeeded
(7f:e9:8b:16:36:1c:15:56:bf:9b:23:58:b7:ea:a8:2a)
  * establishing connection to `10.0.8.170' via gateway
  * establishing connection to `10.0.8.171' via gateway
D, [2010-07-02T12:43:09.044084 #1646] DEBUG --
net.ssh.transport.session[d75208]: establishing connection to
127.0.0.1:65535
D, [2010-07-02T12:43:09.045321 #1646] DEBUG --
net.ssh.transport.session[d74b96]: establishing connection to
127.0.0.1:65534
D, [2010-07-02T12:43:09.045854 #1646] DEBUG --
net.ssh.transport.session[d75208]: connection established
I, [2010-07-02T12:43:09.046437 #1646]  INFO --
net.ssh.transport.server_version[d74790]: negotiating protocol version
D, [2010-07-02T12:43:09.046735 #1646] DEBUG --
net.ssh.service.forward[d79cc2]: received connection on
127.0.0.1:65535
D, [2010-07-02T12:43:09.047019 #1646] DEBUG --
net.ssh.transport.session[d74b96]: connection established
D, [2010-07-02T12:43:09.047650 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 7 type 90 len 76
I, [2010-07-02T12:43:09.047930 #1646]  INFO --
net.ssh.transport.server_version[d73e3a]: negotiating protocol version
D, [2010-07-02T12:43:09.048648 #1646] DEBUG --
net.ssh.service.forward[d79cc2]: received connection on
127.0.0.1:65534
D, [2010-07-02T12:43:09.049102 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 8 type 90 len 76
D, [2010-07-02T12:43:09.049640 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
200 bytes
D, [2010-07-02T12:43:09.098299 #1646] DEBUG -- tcpsocket[d9ca7e]: read
52 bytes
D, [2010-07-02T12:43:09.098772 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 7 type 91 len 28
I, [2010-07-02T12:43:09.098991 #1646]  INFO --
net.ssh.connection.session[d7a08c]: channel_open_confirmation: 0 0
2097152 32768
I, [2010-07-02T12:43:09.099126 #1646]  INFO --
net.ssh.connection.channel[d742a4]: direct channel established
D, [2010-07-02T12:43:09.138831 #1646] DEBUG -- tcpsocket[d9ca7e]: read
220 bytes
D, [2010-07-02T12:43:09.139341 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 8 type 91 len 28
I, [2010-07-02T12:43:09.139512 #1646]  INFO --
net.ssh.connection.session[d7a08c]: channel_open_confirmation: 1 1
2097152 32768
I, [2010-07-02T12:43:09.139674 #1646]  INFO --
net.ssh.connection.channel[d7399e]: direct channel established
D, [2010-07-02T12:43:09.139883 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 9 type 94 len 60
I, [2010-07-02T12:43:09.140020 #1646]  INFO --
net.ssh.connection.session[d7a08c]: channel_data: 0 32b
D, [2010-07-02T12:43:09.140234 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 10 type 94 len 60
I, [2010-07-02T12:43:09.140362 #1646]  INFO --
net.ssh.connection.session[d7a08c]: channel_data: 1 32b
D, [2010-07-02T12:43:09.140612 #1646] DEBUG -- tcpsocket[d73a66]: sent
32 bytes
D, [2010-07-02T12:43:09.140966 #1646] DEBUG -- tcpsocket[d74614]: sent
32 bytes
D, [2010-07-02T12:43:09.143669 #1646] DEBUG --
net.ssh.transport.server_version[d73e3a]: remote is `SSH-2.0-
OpenSSH_5.1p1 Debian-5'
D, [2010-07-02T12:43:09.143866 #1646] DEBUG --
net.ssh.transport.server_version[d73e3a]: local is `SSH-2.0-Ruby/
Net::SSH_2.0.13 universal-darwin9.0'
D, [2010-07-02T12:43:09.144084 #1646] DEBUG --
net.ssh.transport.server_version[d74790]: remote is `SSH-2.0-
OpenSSH_5.1p1 Debian-5'
D, [2010-07-02T12:43:09.144249 #1646] DEBUG --
net.ssh.transport.server_version[d74790]: local is `SSH-2.0-Ruby/
Net::SSH_2.0.13 universal-darwin9.0'
D, [2010-07-02T12:43:09.144822 #1646] DEBUG -- tcpsocket[d73a66]: read
50 bytes
D, [2010-07-02T12:43:09.145556 #1646] DEBUG --
net.ssh.connection.channel[d7399e]: read 50 bytes from client, sending
over local forwarded connection
D, [2010-07-02T12:43:09.146127 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 9 type 94 len 76
D, [2010-07-02T12:43:09.146794 #1646] DEBUG -- tcpsocket[d74614]: read
50 bytes
D, [2010-07-02T12:43:09.147190 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
100 bytes
D, [2010-07-02T12:43:09.147648 #1646] DEBUG --
net.ssh.connection.channel[d742a4]: read 50 bytes from client, sending
over local forwarded connection
D, [2010-07-02T12:43:09.148015 #1646] DEBUG -- tcpsocket[d9ca7e]:
queueing packet nr 10 type 94 len 76
D, [2010-07-02T12:43:09.148577 #1646] DEBUG -- tcpsocket[d9ca7e]: sent
100 bytes
D, [2010-07-02T12:43:09.194377 #1646] DEBUG -- tcpsocket[d9ca7e]: read
836 bytes
D, [2010-07-02T12:43:09.195038 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 11 type 94 len 812
I, [2010-07-02T12:43:09.195313 #1646]  INFO --
net.ssh.connection.session[d7a08c]: channel_data: 1 784b
D, [2010-07-02T12:43:09.196047 #1646] DEBUG -- tcpsocket[d73a66]: sent
784 bytes
D, [2010-07-02T12:43:09.239166 #1646] DEBUG -- tcpsocket[d9ca7e]: read
836 bytes
D, [2010-07-02T12:43:09.239930 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 12 type 94 len 812
I, [2010-07-02T12:43:09.240221 #1646]  INFO --
net.ssh.connection.session[d7a08c]: channel_data: 0 784b
D, [2010-07-02T12:43:09.240949 #1646] DEBUG -- tcpsocket[d74614]: sent
784 bytes
D, [2010-07-02T12:45:09.107420 #1646] DEBUG -- tcpsocket[d9ca7e]: read
36 bytes
D, [2010-07-02T12:45:09.107925 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 13 type 96 len 12
I, [2010-07-02T12:45:09.108163 #1646]  INFO --
net.ssh.connection.session[d7a08c]: channel_eof: 1
D, [2010-07-02T12:45:09.154541 #1646] DEBUG -- tcpsocket[d9ca7e]: read
36 bytes
D, [2010-07-02T12:45:09.155039 #1646] DEBUG -- tcpsocket[d9ca7e]:
received packet nr 14 type 96 len 12
I, [2010-07-02T12:45:09.155437 #1646]  INFO --
net.ssh.connection.session[d7a08c]: channel_eof: 0


At this point it hangs indefinitely until I tell it to stop.  Anyone
have any ideas what it's doing?

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to