#18 ✓released
John

/usr/local/bin/gpg-agent not found?

Reported by John | January 21st, 2011 @ 12:58 PM | in 2.0.18 (closed)

On OSX Server 10.6.6 (64bit)
I installed the latest release AND beta on 01/21 successfully. However start-gpg-agent.app for BOTH releases yields an error: /usr/local/bin/gpg-agent: No such file or directory. I check and sure enough, I only have these files:

$ ls -l total 2616
lrwxr-xr-x 1 root admin 27 Jan 21 20:21 gpg -> /usr/local/MacGPG2/bin/gpg2
lrwxr-xr-x 1 root admin 27 Jan 21 20:21 gpg2 -> /usr/local/MacGPG2/bin/gpg2

-rwxr-xr-x 1 root admin 250744 Jan 3 15:35 gpgsplit

-rwxr-xr-x 1 root admin 1073872 Jan 3 15:35 gpgv

$

I can click OK or Edit... Here's the contents of edit:
(* start-gpg-agent Part of the MacGPG2 project - http://macgpg2.sourceforge.net

Released under v3 of the GPL *)

-- Sleep for two seconds.

delay 2

-- Try to contact gpg-agent

set gpgAgentRunning to do shell script "/usr/local/bin/gpg-agent >& /dev/null; echo $?; exit 0"

-- If that fails, look for env file.

if gpgAgentRunning > 0 then

set gpgAgentRunning to do shell script "[ -f $HOME/.gpg-agent-info ] && (source $HOME/.gpg-agent-info && export GPG_AGENT_INFO && /usr/local/bin/gpg-agent >& /dev/null) ; echo $?; exit 0"

end if

-- If that also fails, start a new copy of gpg-agent

if gpgAgentRunning > 0 then

do shell script "/usr/local/bin/gpg-agent --daemon --use-standard-socket --write-env > /dev/null"

end if

...help?

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Shared Ticket Bins

People watching this ticket

Pages