(or, if that long URL gets truncated, here's a tinyurl: http://tinyurl.com/67w7py)
- Jamis
> --~--~---------~--~----~------------~-------~--~----~
> To unsubscribe from this group, send email to capistrano-...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/capistrano
> -~----------~----~----~----~------~----~------~--~---
>
I know it's a configuration issue on my server, but I can't find what
to change... I receive the following backtrace regularly:
/Library/Ruby/Gems/1.8/gems/net-ssh-2.0.2/lib/net/ssh/buffered_io.rb:
64:in `recv': Connection reset by peer - recvfrom(2)
(Errno::ECONNRESET)
from /Library/Ruby/Gems/1.8/gems/net-ssh-2.0.2/lib/net/ssh/
buffered_io.rb:64:in `fill'
This happens while running commands remotely that take a "long" time
to execute. Something on the order of minutes (restoring backups or
filling an EC2 volume for example). This is on Ubuntu Hardy 8.04
using OpenSSH_4.7p1 Debian-8ubuntu1.2, OpenSSL 0.9.8g 19 Oct 2007.
BTW, I do get kicked out of the machine regularly when I simply SSH
into the box and run the same commands, so this is nothing Capistrano-
specific.
Any help would be *very* appreciated!
- Jamis