Thanks Jamis, It took me a bit to find where this was set. It is in ~/.macosx/ environment.plist, and since that was the only thing there, I just removed it. I had to restart as well (or at least a log-off) to get rid of the setting.
I'm getting a password prompt, but at least it's past that error. ~ A bit unrelated: where does cap deploy:setup create these folders? It seems to want to put them on the web server, where as our setup is that the web server (Apache) is just proxying to the app server running mongrels, where the actual files should exist. Not sure if that's the best setup, but it's the setup I need to work with. Should I also need my deploy user on the web server in order to do some things (restart apache?). Thanks, Nathan. On Oct 17, 11:07 am, Jamis Buck <[EMAIL PROTECTED]> wrote: > It looks like you were using SSHKeychain at one point, which sets an > environment variable (SSH_AUTH_SOCK) indicating the socket to use > when querying it. However, SSHKeychain isn't running anymore, but the > environment variable still exists, and things are blowing up when the > agent tries to connect to the socket (which doesn't exist). You might > just try removing that environment variable and trying again. > > - Jamis --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
