From: Christopher S. <cs...@dt...> - 2010-02-01 14:05:35
|
On 10.6.2, two points. 1. I have a preference set General > Agent Socket Location: /tmp/502/SSHKeychain.socket and that is what is in my ~/.MacOSX/environment.plist file as well. But what is actually in my environment in a fresh Terminal.app is this noise: SSH_AUTH_SOCK=/tmp/launch-8ErLPG/Listeners And so SSHKeychain doesn't work (that is, ssh prompts for the remote password). This makes it work in that Terminal: export SSH_AUTH_SOCK="/tmp/502/SSHKeychain.socket" 2. Installation fails. I think the problem here may simply be privileges, because cutting and pasting the two commands mentioned by the installer in the post-install script worked OK from a Terminal. If that was the problem, maybe there was a security related change to the installer API in the latest OS release. 2/1/10 7:01:46 AM Installer[418] Running OS Build: Mac OS X 10.6.2 (10C540) 2/1/10 7:01:46 AM Installer[418] SSHKeychain Installation Log 2/1/10 7:01:46 AM Installer[418] Opened from: /Volumes/SSHKeychain/SSHKeychain.pkg 2/1/10 7:01:59 AM Installer[418] ================================================================================ 2/1/10 7:01:59 AM Installer[418] User picked Standard Install 2/1/10 7:01:59 AM Installer[418] Choices selected for installation: 2/1/10 7:01:59 AM Installer[418] Install: "SSHKeychain" 2/1/10 7:01:59 AM Installer[418] ================================================================================ 2/1/10 7:01:59 AM Installer[418] Configuring volume "Macintosh HD" 2/1/10 7:01:59 AM Installer[418] Free space on "Macintosh HD": 99.74 GB (99738611712 bytes). 2/1/10 7:01:59 AM Installer[418] Create temporary directory "/var/folders/s+/s+cizV2QGBSHiNEWVxhwi++++TM/-Tmp-//Install.418NthoPt" 2/1/10 7:01:59 AM Installer[418] IFPKInstallElement (1 packages) 2/1/10 7:01:59 AM installd[425] PackageKit: ----- Begin install ----- 2/1/10 7:02:00 AM installd[425] PackageKit: Install Failed: PKG: post-install scripts for "SSHKeychain" Error Domain=PKInstallErrorDomain Code=112 UserInfo=0x1002752f0 "An error occurred while running scripts from the package “SSHKeychain”." { NSFilePath = "./postinstall"; NSLocalizedDescription = "An error occurred while running scripts from the package \U201cSSHKeychain\U201d."; NSURL = "file://localhost/Volumes/SSHKeychain/SSHKeychain.pkg"; PKInstallPackageIdentifier = SSHKeychain; } 2/1/10 7:02:00 AM Installer[418] Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. 2/1/10 7:02:00 AM Installer[418] IFDInstallController 12EAC0 state = 7 2/1/10 7:02:00 AM Installer[418] Displaying 'Install Failed' UI. 2/1/10 7:02:00 AM Installer[418] 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'. 2/1/10 7:02:00 AM Installer[418] The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. |