I'm using capistrano to deploy to 2 webservers (Trilby & Slouch), for
deploy:setup I need to supply my password for sudo on each server.

(fine so far)

I have different passwords on different servers, and after Trilby asks
me for my pasword, capistrano seems to cache my response, and supply
it to Slouch when slouch tries to ask me for my password.
Naturally, Slouch rejects this, and asks again.  On the 2nd or 3rd
attempt Capistrano lets me answer, and all goes well from there on.

BUT,
Things seem to fall apart when I add 2 more 'Hat' webservers to the
mix: Homburg, and Bowler.  The command runs ok on the first 1 or 2
servers, but Capistrano tries to guess so many times on the 3rd server
that sudo fails.  When I re-run, the 1st servers don't need to ask me
for my password (sudo hasn't timed out), and on the second run I can
get the right password to the last 2 servers, but it's damn
frustrating.

Can anyone suggest how I can stop Capistrano from trying to cache my
password?

-- 
* 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

Reply via email to