Tim, Compiling assets on my server takes upwards of 5 minutes, it's possible your SSH connection is being HUP'ed in that time. (Locally (Mac) it takes ~90 seconds, I'm assuming the difference is connected to LibV8 being a slowpoke)
That's the best I can think of; debugging-wise, I'd be tempted to open another ssh session on the hosts that are playing up, and see what's happening, watch the list of logged in users, see if Cap is logging out, watch the sshd log for HUPs, and watch the process tree, and see what's going on with your assets. - Lee On Tuesday, March 13, 2012 at 10:12 PM, tim wrote: > I can precompile the assets using the rake task locally but when I > attempt to run it remotely it hangs. Looking at the log files it seems > to compile all the assets but hangs afterwards. Has anybody run into > this problem? > > Cheers. > > -- > * You received this message because you are subscribed to the Google Groups > "Capistrano" group. > * To post to this group, send email to [email protected] > (mailto:[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
