Hi, Are you sure your ssh libraries are installed under REE and not MRI ? If you haven't changed your path, the gem executable will be the MRI one and you have to either change your path or install the gems like that "/opt/ruby-enterprise-X.X.X/bin/gem install net-ssh"
Not sure if it's the problem but because you mentioned it was working before and you just switched to REE, it might be that. Cheers, Olivier On Sep 5, 7:09 am, badnaam <[email protected]> wrote: > I am running this from my Ubuntu 10.2 laptop to a server running > xubuntu in my local network. > > This was all working fine, not sure why it just broke. The only thing > that might have changed is that I installed Enterprise Ruby on my > ubuntu dev box, this might be my first deployment since. > > On Sep 4, 2:07 pm, badnaam <[email protected]> wrote: > > > > > Here are my net-ssh libraries installed on the dev server > > > net-scp (1.0.3) > > net-sftp (2.0.5) > > net-ssh (2.0.23) > > net-ssh-gateway (1.0.1) > > > ruby 1.8.7 (2010-04-19 patchlevel 253) [x86_64-linux], MBARI 0x6770, > > Ruby Enterprise Edition 2010.02 > > > Capistrano v2.5.19 > > > here is the deploy.rb > > >http://pastie.org/1138523 > > > I get the following error when I run cap deploy > > > [server] executing command > > ** [out :: server] (in /var/www/votechek/releases/20100904205818) > > ** [out :: server] rake aborted! > > ** [out :: server] no such file to load -- net/ssh > > ** [out :: server] > > ** [out :: server] (See full trace by running task with --trace) > > command finished > > *** [deploy:update_code] rolling back > > * executing "rm -rf /var/www/votechek/releases/20100904205818; true" > > servers: ["server"] > > [server] executing command > > command finished > > failed: "sh -c 'cd /var/www/votechek/releases/20100904205818 && rake > > thinking_sphinx:stop RAILS_ENV=production'" on server > > > Help much appreciated. > > > Thanks -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
