Re: [capistrano] Net::SSH::ChannelOpenFailed to many servers

2011-03-31 Thread David Taylor
I added ':max_hosts => 5' to the task definition. That made things... different. :-) It doesn't appear to be limiting the number of hosts in each group. Instead, it seems to be specifying the number of times the task will be performed against all servers (notice it does the exact same thing 5 t

Re: [capistrano] Net::SSH::ChannelOpenFailed to many servers

2011-03-31 Thread David Taylor
A measly 10 hosts. There are a lot of co-dependent small steps in the task though. -- David Taylor On Thursday, 31 March 2011 at 6:54 PM, Lee Hambley wrote: > David, how many hosts are we talking about? > > - Lee > > -- > * You received this message because you are subscribed to the Goog

Re: [capistrano] Net::SSH::ChannelOpenFailed to many servers

2011-03-31 Thread David Taylor
Looks like it's 2048 bits. ssh-keygen -lf ~/.ssh/authorized_keys 2048 a2:14:40:dd:ca:ad:d5:3d:0d:8e:0f:2c:7d:e2:70:77 /home/ubuntu/.ssh/authorized_keys (RSA) -- David Taylor On Thursday, 31 March 2011 at 8:11 PM, Lee Hambley wrote: > David, thanks - and your ssh-key length? (not sure how you

Re: [capistrano] Net::SSH::ChannelOpenFailed to many servers

2011-03-31 Thread Lee Hambley
David, thanks - and your ssh-key length? (not sure how you work that out without just counting the length of the keys!) - Lee On 31 March 2011 11:08, David Taylor wrote: > A measly 10 hosts. There are a lot of co-dependent small steps in the > task though. > > -- > David Taylor > > On Thursda

Re: [capistrano] Net::SSH::ChannelOpenFailed to many servers

2011-03-31 Thread Rafa GarcĂ­a
Hi David, You could use the parameter :max_hosts in task definition. This parameter defines de maximum number of hosts that should be selected to run this task by groups. Regards 2011/3/31 david.tay...@assistly.com > When I run a task against quite a number of servers I get: > > /Users/david

Re: [capistrano] Net::SSH::ChannelOpenFailed to many servers

2011-03-31 Thread Lee Hambley
David, how many hosts are we talking about? - Lee -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to capistrano@googlegroups.com * To unsubscribe from this group, send email to capistrano+unsubscr...@googleg

[capistrano] Net::SSH::ChannelOpenFailed to many servers

2011-03-31 Thread david.tay...@assistly.com
When I run a task against quite a number of servers I get: /Users/david/.rvm/gems/ruby-1.9.2-p136/gems/net-ssh-2.1.0/lib/net/ssh/ connection/channel.rb:524:in `do_open_failed': open failed (1) (Net::SSH::ChannelOpenFailed) from /Users/david/.rvm/gems/ruby-1.9.2-p136/gems/net-ssh-2.1.0/ lib