
/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
-
Alex (via GPGTools) January 21st, 2011 @ 01:23 PM
- Milestone cleared.
- Assigned user set to Benjamin Donnachie
- Importance changed from High to
-
Benjamin Donnachie January 21st, 2011 @ 01:25 PM
- State changed from new to resolved
start-gpg-agent is deprecated and should be deleted.
As per other tickets, this has been corrected in the latest release candidate.
-
Alex (via GPGTools) December 28th, 2011 @ 01:27 PM
- Milestone set to 2.0.18
- Importance changed from to
-
steve June 18th, 2015 @ 04:41 PM
- State changed from resolved to released
- Importance cleared.
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.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป