On Thu, Aug 30, 2007 at 08:30:27AM -0700, Adam Richards wrote:
> > > If this works. the problem is due to gpg. To debug this, I
> > > suggest to use ktrace to tarce the system calls done by gpg.
> >
> > Alright, will do. I'll send relevant results of kdump of
> > ktrace.out soon.
>
> Didn't g
> > If this works. the problem is due to gpg. To debug this, I
> > suggest to use ktrace to tarce the system calls done by gpg.
>
> Alright, will do. I'll send relevant results of kdump of
> ktrace.out soon.
Didn't get very exciting output of ktrace:
-
> > echo '...STARTING GPG-AGENT'
> > eval `/usr/local/bin/gpg-agent --daemon`
> > echo $GPG_AGENT_INFO >$HOME/.gpg-agent-info
>
> BTW, you can do this easier by using gpg-agent's --write-env-file option.
Nice tip! Thanks.
> 1. Run pinentry manually:
>
>$
On Tue, 28 Aug 2007 01:24, [EMAIL PROTECTED] said:
> echo '...STARTING GPG-AGENT'
> eval `/usr/local/bin/gpg-agent --daemon`
> echo $GPG_AGENT_INFO >$HOME/.gpg-agent-info
BTW, you can do this easier by using gpg-agent's --write-env-file option.
> ~> env
Hi.
I'm trying to get pinentry-curses (0.7.2_6) to work with gpg and
gpg-agent (v2.0.4). Both installed via /usr/ports on
FreeBSD-RELEASE, default Makefile options. But it is not
working.
When I enter my passphrase in the pinentry-curses dialog, the
response is:
--