In another thread Jamis recommend:

set :synchronous_connect, true

And explain if works :)
Regards!

John Joseph Bachir escribió:
> I couldn't get deploy:web:disable to work. I would enter my password
> and capistrano would hang indefinitely, with no output. I put some
> print statements in the task and found that the problem was with the
> final line in the task, putting the file onto the server:
>
> put result, "#{shared_path}/system/maintenance.html", :mode => 0644
>
> To make sure it wasn't a permissions issue, i put a line immediately
> before that line, to put the file in /tmp:
>
>       put result, "/tmp/myfile", :mode => 0644
>
> And cap would hang there as well. -vvvv provides no further output.
>
> I could try to put some print statements around the Upload class but
> that seems a bit daunting. Does anyone have any ideas for how I can
> debug what is happening?
>
> The output after hitting ^C is at the bottom of this email, if anyone
> is interested.
>
> Thanks,
> John
>
>   


-- 
Rafael Garcia Ortega


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

begin:vcard
fn;quoted-printable:Rafael Garc=C3=ADa Ortega
n;quoted-printable:Garc=C3=ADa Ortega;Rafael
org:ASPgems S.L.
email;internet:[EMAIL PROTECTED]
tel;work:692686533
x-mozilla-html:FALSE
url:http://www.aspgems.com
version:2.1
end:vcard

Reply via email to