John, Your "bundle path" (See bundler documentation) is not writable by your deploy user, so Bundler tries to run as root (thus asking for your root password) there's probably 10 ways to solve this depending on how you have things set-up... so you'll have to come back to us on that one...
The :pty option is not a pancea for curing problems, setting tty true enables programs to ask for input… this implies you have some way set up to /give/ them such input when they ask, better is to make sure your deployment is non-interactive, and runs seamlessly without interaction. - Lee -- * 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
