If the connection is blocked by this task for a long time maybe your sshd(or ssh client) configuration hang up the connection.
Could you try to play with ServerAliveInterval and ServerAliveCountMax (in ~/.ssh/config) ? I'm not sure but you don't lose nothing with it :) 2012/4/3 tim <[email protected]> > Hey guys. > > I am going to bump this post in the hopes that somebody else has run into > this problem. > > In a nutshell rake:precompile hangs on the production server but works > fine on the local machine. Looking at the log file I can see that it has > compiled all the assets twice and then has hung for some reason. > > Any clues? I am not doing anything crazy or special. > >> -- > * 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 > -- * 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
