More data, I recompiled the sftp-server with some extra logging thrown in to see what was happening with cap.
Jul 8 15:22:31 m0 sftp-server[19679]: debug1: request 0: sent handle handle 0 Jul 8 15:22:31 m0 sftp-server[19679]: debug1: process message len 0 Jul 8 15:22:31 m0 sftp-server[19679]: debug1: incomplete message len 0 This looks normal. The sftp-server just isn't receiving any commands. I compared with an interactive sftp session and it behaves the same way. Therefore I suspect the issue is at a lower level. While researching, I saw messages like the following show up in the logs: Jul 8 14:47:23 m0 sshd[17496]: error: channel 0: chan_read_failed for istate 3 Jul 8 14:47:23 m0 sshd[17496]: error: channel 0: chan_read_failed for istate 3 This leads me to think that the lower level is the channel handling. Could it be the code in net-ssh that handles the channels? --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
