Hi Rafael,
thanks for your reply. In New Zealand where I live, it is the middle
of winter :-)
I have no ticket to submit, because all that was wrong was my own
foolishness...
The deployment script was prompting for a password, and that failed
when using Integrity.
What really confused me was that sometimes I would have sudo'ed
(providing the password) on the server (from the cmd line) and thus
the deployment would work for a while...
Anyway, the proper fix (for now) was to allow the deployment user to
sudo without password. Obviously not great from a security
perspective, but it solves my problem.
Cheers
Cyrille
On Aug 20, 12:21 am, "Rafael G." <
r...@aspgems.com> wrote:
> Hi Cyrille,
>
> Sorry for no reply before but theses days are holydays and the
> people is gone :-) Could you open a ticket athttps://
capistrano.lighthouseapp.com? we'll see it.
>
> Regards
>
>
>
> Cyrille wrote:
> > Sorry I got confused there: it has nothing to do with Capistrano 2.5.5
> > vs 2.5.8.
>
> > The fix was actually to use the command:
>
> > run "#{sudo} chown ..."
>
> > instead of:
>
> > sudo "chown ..."
>
> > However, Jamis advised in multiple posts to use the sudo helper and it
> > makes sense to me. So, I'd rather use sudo "chown ..."
>
> > I thought I had found a better fix:
>
> >
http://stackoverflow.com/questions/431925/capistrano-is-hanging-when-...