[Capistrano] Capistrano::ConnectionError

2009-01-15 Thread Xazoola
Hi, I am getting a ConnectionError on Solaris. Works find on Linux. anyone know what causes this error? Capistrano::ConnectionError, connection failed for: IPADDRESS (Net::SSH::Exception: could not settle on encryption_client algorithm) --~--~-~--~~~---~--~~ To

[Capistrano] Re: Capistrano::ConnectionError

2009-01-15 Thread Xazoola
it. - Jamis On 1/15/09 8:37 AM, Lee Hambley wrote: This might be ssh v1 vs. v2 issues, are you definately using SSH v2, with v2 keys? (i think it is a difference between DSA, and RSA keys) - Lee 2009/1/15 Xazoola col...@gmail.com mailto:col...@gmail.com     Hi,     I am getting

[Capistrano] Re: Capistrano::ConnectionError

2009-01-15 Thread Xazoola
to pipe in and say oh, heck, you just need to do X and Y and you're all set. :) - Jamis On 1/15/09 10:02 AM, Xazoola wrote: You have just nailed it. There was a SSH CBC vulnerability reported by US-CERT. http://www.kb.cert.org/vuls/id/958563 I'm not sure how the vulnerability is exploited

[Capistrano] no such file to load -- initializer

2009-01-19 Thread Xazoola
I am trying to deploy on a Solaris box and I am getting this error. Anyone have an idea what my be the problem? - thanks Colin # cap deploy:migrate * executing `deploy:migrate' * executing ls -xt /usr/local/IngenicoRemote/releases servers: [192.168.14.14] [192.168.14.14] executing

[Capistrano] Re: CLI.ui.ask does not prompt

2009-01-19 Thread Xazoola
thanks I was having the same problem :) On Jan 19, 2:56 pm, Jamis Buck ja...@37signals.com wrote: When passing a block to set(), the block is not evaluated immediately, but is instead evaluated the next time the variable is referenced. It's called lazy evaluation, and lets you defer the