The default Rails deployment recipe seems to assume you'll be deploying as a different user than the one you're running the application servers under. The setup and update tasks default to the current user account on the system you're deploying from while the stop, start, and restart tasks default to a user account called 'app' or whatever the :runner variable is set to.
I'm wondering why the default tasks don set the shared path owner and permissions for the path(s) the application servers need to be able to write to in order for the stop, start, and restart tasks to work properly. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
