On Jun 13, 2007, at 5:05 PM, charlie caroff wrote:

>> Also, note that rake integration is deprecated, and is entirely gone
>> in cap2. You should be using 'cap' directly, rather than via rake.
>
> Thanks.  I seem to get better error messages, though, when I use rake
> deploy.  Is there way to run cap deploy and get more info?

You should, if anything, be getting more info when run via cap, than  
via rake. If you're not, then else is amiss.

> I'm logged into my local FreeBSD machine via my windows machine, with
> putty, using public key encryption, and agent forwarding.  So I can
> log into my local FreeBSD machine, and then ssh into my remote server,
> with no password or passphrase needed.

If you are relying on agent forwarding, you need to:

1. Make sure you have at least Net::SSH 1.1.0 installed, and

2. Add the following to your config/deploy.rb:

   ssh_options[:forward_agent] = true

Does that work any better?

- Jamis


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

Reply via email to