It sounds like maybe the command you are invoking is not terminating. What commands result in this hanging?
The trace you've provided indicates that the connection is alive, and that Capistrano is simply waiting for something on the server-side to finish. - Jamis On Jan 23, 2007, at 12:58 AM, djdavis wrote: > > I'm having the problem where Capistrano hangs at various points of a > deploy. > > I've tried all the suggestions in > http://weblog.jamisbuck.org/2005/9/24/switchtower-on-osx to no avail. > > Bumping the SSH deubg level up and letting the task run results in the > following to the terminal: > > [DEBUG] Mon Jan 22 23:55:05 -0800 2007 -- transport.session: sending > message >>"\002\000\000\000\004ping"<< > [DEBUG] Mon Jan 22 23:55:06 -0800 2007 -- transport.session: sending > message >>"\002\000\000\000\004ping"<< > [DEBUG] Mon Jan 22 23:55:07 -0800 2007 -- transport.session: sending > message >>"\002\000\000\000\004ping"<< > [DEBUG] Mon Jan 22 23:55:08 -0800 2007 -- transport.session: sending > message >>"\002\000\000\000\004ping"<< > [DEBUG] Mon Jan 22 23:55:09 -0800 2007 -- transport.session: sending > message >>"\002\000\000\000\004ping"<< > [DEBUG] Mon Jan 22 23:55:10 -0800 2007 -- transport.session: sending > message >>"\002\000\000\000\004ping"<< > [DEBUG] Mon Jan 22 23:55:11 -0800 2007 -- transport.session: sending > message >>"\002\000\000\000\004ping"<< > [DEBUG] Mon Jan 22 23:55:12 -0800 2007 -- transport.session: sending > message >>"\002\000\000\000\004ping"<< > > Any ideas? > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
