You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(4) |
Sep
(1) |
Oct
(4) |
Nov
(1) |
Dec
|
2011 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2012 |
Jan
|
Feb
|
Mar
(3) |
Apr
(3) |
May
(3) |
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
(2) |
Jun
(2) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Shunil J. <shu...@gm...> - 2010-10-28 15:04:19
|
Hi there, I tried to install sshkeychain on a couple of computers running 10.6.4 (all updates to date) and it failed. Here's what I saw in the log. 10/28/10 9:53:47 AM Installer[33590] ================================================================================ 10/28/10 9:53:47 AM Installer[33590] User picked Standard Install 10/28/10 9:53:47 AM Installer[33590] Choices selected for installation: 10/28/10 9:53:47 AM Installer[33590] Install: "SSHKeychain" 10/28/10 9:53:47 AM Installer[33590] ================================================================================ 10/28/10 9:53:47 AM Installer[33590] Configuring volume "MacintoshSSD" 10/28/10 9:53:47 AM Installer[33590] Free space on "MacintoshSSD": 135.75 GB (135745019904 bytes). 10/28/10 9:53:47 AM Installer[33590] Create temporary directory "/var/folders/-Y/-YrLNwtMHVmpnDOoJdH7Hk+++TI/-Tmp-//Install.33590gV2cnX" 10/28/10 9:53:47 AM Installer[33590] IFPKInstallElement (1 packages) 10/28/10 9:53:47 AM installd[33601] PackageKit: ----- Begin install ----- 10/28/10 9:53:48 AM installd[33601] PackageKit: Install Failed: PKG: post-install scripts for "SSHKeychain" Error Domain=PKInstallErrorDomain Code=112 UserInfo=0x101e074a0 "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; } 10/28/10 9:53:48 AM Installer[33590] Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. 10/28/10 9:53:48 AM Installer[33590] IFDInstallController 17C1CFD0 state = 7 10/28/10 9:53:48 AM Installer[33590] Displaying 'Install Failed' UI. 10/28/10 9:53:48 AM Installer[33590] 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'. 10/28/10 9:53:48 AM Installer[33590] The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. Any assistance would be greatly appreciated. Thanks, Shunil |
From: Jan V. <jan...@gm...> - 2010-10-08 14:53:05
|
Hi, What should i do to completely uninstall sshkeychain on a mac 10.6.4? Is this correct info? http://black-flag.co.uk/wordpress/2010/08/10/uninstall-sshkeychain/ Cheers, Jan |
From: Erwin v. d. B. <ev...@ex...> - 2010-09-16 10:42:16
|
Hi there, I tried to install SSH KeyChain on my MacBook running OS-X 10.6.4, but the installer states that the installation failed, but does not indicate what the problem is. Any ideas what can be wrong or where I can see what the problem is? With kind regards, Erwin |
From: Opie W. <wil...@fa...> - 2010-08-02 19:49:50
|
Yeah thanks, I actually found the answer browsing the archives right after I sent the email. I used the user:staff fix instead of commenting the line out of the script. Thanks for the reply thou =) Here's a link to the post in question for anyone else browsing the archive: http://sourceforge.net/mailarchive/forum.php?thread_name=4C3DC67F.9070702%40intersystems.com&forum_name=sshkeychain-users On 8/2/10 1:27 PM, "Christopher Stacy" <cs...@dt...> wrote: On Aug 2, 2010, at 11:58 AM, Opie Williams wrote: > I'm unable to install the program. The installer encountered an error, etc etc. Im using snow leopard on a mac pro. The installation script has a trivial bug in it that you can work around. If you look at the script, there is a chown command that assumes that your userid also has a groupid with the same name (chown -R $USER:$USER). Just type that command into a shell with the right group name. Like $ sudo chown -R opie:staff /Applications/SSHKeychain.app |
From: Christopher S. <cs...@dt...> - 2010-08-02 17:54:46
|
On Aug 2, 2010, at 11:58 AM, Opie Williams wrote: > I’m unable to install the program. The installer encountered an error, etc etc. Im using snow leopard on a mac pro. The installation script has a trivial bug in it that you can work around. If you look at the script, there is a chown command that assumes that your userid also has a groupid with the same name (chown -R $USER:$USER). Just type that command into a shell with the right group name. Like $ sudo chown -R opie:staff /Applications/SSHKeychain.app |
From: Thomas De C. <d.l...@fr...> - 2010-08-02 16:24:03
|
Le 2 août 10 à 17:58, Opie Williams a écrit : > I’m unable to install the program. The installer encountered an > error, etc etc. Im using snow leopard on a mac pro. sth that always works (in my known) is to extract Archive.pax.gz from the install pkg -- Téléassistance / Télémaintenance http://www.portparallele.com/ThomasDECONTES/ |
From: Opie W. <wil...@fa...> - 2010-08-02 16:13:08
|
I'm unable to install the program. The installer encountered an error, etc etc. Im using snow leopard on a mac pro. |
From: David C. <dav...@da...> - 2010-07-28 03:52:46
|
Hi, I was writing to inquire if sshKeychain is supposed to work with Intel Macs. I tried it but I could not get it to work for me. If I want to un-install, what files are installed that are not under the application directory in Applications? Thanks for any help you can provide, Dave |
From: Michael B. <Mic...@in...> - 2010-07-14 14:45:19
|
Not sure whether this has been resolved or not over the email list, but I just got a new machine and tried to install and got the installation error that various people have been mentioning. All I did to resolve the problem was to copy the SSHKeychain package to my hard drive, then edited SSHKeychain.pkg/Contents/Resources/postinstall to either comment out the line 'chown -R $USER:$USER "$2/SSHKeychain.app"' or change $USER:$USER to $USER:staff. In my case, I just commented it out then manually did the chmod step later. Same should work for upgrades. |
From: Timothy P S. <Tim...@ae...> - 2010-06-30 00:35:04
|
When installing I get the following: Install Failed The following install step failed: run postinstall script for SSHKeychain. Contact the software manufacturer for assistance. Any ideas on how to fix this? Thanks! __________________________________ Timothy P. Smith Member of the Technical Staff Flight Software Validation Department The Aerospace Corporation El Segundo, CA (310) 336-0456 Tim...@ae... |
From: Bonita Lu <jrp...@gm...> - 2010-04-19 15:42:54
|
Dear Manager, We are a professional manufacturer of processing Lapel pin, Badge, Emblem, Coin, Medal, Key Chain, Dog Tag and so on. We’re experienced with them. Usually, our production time is 5-7 days We’d like to serve for you. Thank you! Bonita Lu Taicang JieRongPins Company Tel: 0086-512-53630897 Fax: 0086-512-53630886 Mail: jrp...@gm... MSN: bon...@ho... Address: 18# FeiFeng Road,ShuangFeng Town ,TaiCang City,Jiangsu,China Postcode: 215416 Website: www.jrpins.com |
From: Sai E. <sa...@sa...> - 2010-02-20 09:25:40
|
When installing sshkeychain from the 0.8.2 pkg, it attempts to install and then aborts with the error: "The following install step failed: run postupgrade script for SSHKeychain. Contact the software manufacturer for assistance." FWIW, I have ssh, sshd, and ssh-add/ssh-agent all running already. And the GUI SSH Agent works fine. Thanks, - Sai |
From: Stephan L. <fre...@gm...> - 2010-02-19 14:17:45
|
Hello, Everytime I want to connect to one of the ssh keys in my SSHKeyChain it asks for my passphrase (I know that), on my other MacBook Pro I don't have these issues. How can remove that passphrase? With kind regards, Step |
From: Christopher S. <cs...@dt...> - 2010-02-08 14:26:13
|
On Feb 1, 2010, at 7:18 AM, Christopher Stacy wrote: > On 10.6.2, It seems like what is not working properly is setting the environment variables? Can anyone shed light on this? |
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. |
From: Craig F. <cra...@yo...> - 2010-02-01 09:46:35
|
Hi As directed in the installation instructions, see output from Terminal.app below: sudo chown root:admin /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner sudo chmod u+s /Applications/SSHKeychain.app/Contents/Resources/TunnelRunnerLast login: Fri Jan 29 17:37:11 on ttys006 craig-fairhursts-computer:~ youdsmedia$ sudo chown root:admin /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner Password: chown: /Applications/SSHKeychain.app/Contents/Resources/TunnelRunner: No such file or directory craig-fairhursts-computer:~ youdsmedia$ Craig Fairhurst Call +44 (0)1200 422 533 Fax +44 (0)1200 422 566 This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. Youds Media, 1a New Market St, Clitheroe Lancashire BB7 2JW http://youds.com |
From: Thomas De C. <d.l...@fr...> - 2009-12-15 10:10:59
|
Le 15 déc. 09 à 06:27, Ian Caldwell a écrit : > hello unfortunatly everytime I try to install sshkeychain I get > this error... > "Dec 14 21:26:30 Ian-Caldwells-iMac installd[7209]: PackageKit: > ----- Begin install ----- > Dec 14 21:26:38 Ian-Caldwells-iMac installd[7209]: PackageKit: > Install Failed: PKG: post-install scripts for "SSHKeychain"\nError > Domain=PKInstallErrorDomain Code=112 UserInfo=0x100130660 "An error > occurred while running scripts from the package > “SSHKeychain”." {\n NSFilePath = "./postinstall";\n > NSLocalizedDescription = "An error occurred while running scripts > from the package \U201cSSHKeychain\U201d.";\n NSURL = "file:// > localhost/Volumes/SSHKeychain/SSHKeychain.pkg";\n > PKInstallPackageIdentifier = SSHKeychain;\n} > Dec 14 21:26:38 Ian-Caldwells-iMac Installer[7202]: Install failed: > The Installer encountered an error that caused the installation to > fail. Contact the software manufacturer for assistance. > Dec 14 21:26:38 Ian-Caldwells-iMac Installer[7202]: Displaying > 'Install Failed' UI. > Dec 14 21:26:38 Ian-Caldwells-iMac Installer[7202]: 'Install > Failed' UI displayed message:'The Installer encountered an error > that caused the installation to fail. Contact the software > manufacturer for assistance.'. > " > please help thanks. what if you try to use it directly ? http://dl.free.fr/jkMPkoaGc since i don't like have to give admin password when it's not necessary, i open the pkg content and extract what i need :-) -- Téléassistance / Télémaintenance http://www.portparallele.com/ThomasDECONTES/ |
From: Ian C. <inc...@gm...> - 2009-12-15 05:28:05
|
hello unfortunatly everytime I try to install sshkeychain I get this error... "Dec 14 21:26:30 Ian-Caldwells-iMac installd[7209]: PackageKit: ----- Begin install ----- Dec 14 21:26:38 Ian-Caldwells-iMac installd[7209]: PackageKit: Install Failed: PKG: post-install scripts for "SSHKeychain"\nError Domain=PKInstallErrorDomain Code=112 UserInfo=0x100130660 "An error occurred while running scripts from the package “SSHKeychain”." {\n NSFilePath = "./postinstall";\n NSLocalizedDescription = "An error occurred while running scripts from the package \U201cSSHKeychain\U201d.";\n NSURL = "file://localhost/Volumes/SSHKeychain/SSHKeychain.pkg";\n PKInstallPackageIdentifier = SSHKeychain;\n} Dec 14 21:26:38 Ian-Caldwells-iMac Installer[7202]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. Dec 14 21:26:38 Ian-Caldwells-iMac Installer[7202]: Displaying 'Install Failed' UI. Dec 14 21:26:38 Ian-Caldwells-iMac Installer[7202]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'. " please help thanks. --IAn |
From: Thomas De C. <d.l...@fr...> - 2009-11-25 20:45:33
|
hi :-) i've understood that the author stopped to develop SSHKeychain because there is the necesary to join ssh passphrase and keychain built in 10.5 but what about tunnels ? is there sth better than SSHKeychain to make ssh tunnels on 10.5 and 10.6 ? there is an other thing that i like with SSHKeychain : it asks permission to the user when a passphrase is required :-) is it possible to get the same behaviour on 10.5 and 10.6 ? -- Téléassistance / Télémaintenance http://www.portparallele.com/ThomasDECONTES/ |
From: Mark R. <mr...@pl...> - 2009-11-04 16:18:04
|
Are there any known compatibility issues with 10.6? I recently upgraded from 10.5 and cannot establish any tunnels. When I tcpdump on my interface, I see no port 22 traffic destined to the host I have the tunnel configured for. Thanks again for the great product. -- Mark Roe PlanetHost http://www.planethost.com 866.661.HOST |