SSHKeychain.socket Error on Rake Remote:Setup
13 Oct 2006 in Programming, Ruby on Rails by GarrickStill working through deploying a Rails app (if you’ve been following along, I got Subversion plugged in yesterday). Today was setting up the deployment by running:
rake remote:setup
The process kept erroring out saying:
No File or Directory - /tmp/501/SSHKeychain.socket
Turns out I had a bunch of cruft in ~/.MacOSX/properties.plist. After cutting out the offending xml and restarting. Everything worked as expected.
Comment | Trackback URL
Short Link:
Comments (2)
Ivan Storck added these pithy words on Jun 06 07 at 11:50 pmI have the same error, but I don’t have any properties.plist file that’s in a .MacOSX folder anywhere - just calendar stuff. Curious if it was something else.
Ivan Storck added these pithy words on Jun 07 07 at 12:35 amtry this
You can temporarily fix this in the console by typing: unset SSH_AUTH_SOCK
it worked for me. found it on another site
Add a Comment
Related Entries
- A Systems Thinking Overview
- From Podcast to Publish
- MySQL on OS X Reinstall Reminders
- Who Do We Attack for Katrina?
- Rails: Cookies, Frozen Gems, and TextDrive
