Re: pinentry-curses and gpg-agent ipc write error

2007-09-23 Thread Adam Richards
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

Re: pinentry-curses and gpg-agent ipc write error

2007-08-30 Thread Adam Richards
> > 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: -

Re: pinentry-curses and gpg-agent ipc write error

2007-08-28 Thread Adam Richards
> > 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: > >$

Re: pinentry-curses and gpg-agent ipc write error

2007-08-28 Thread Werner Koch
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

pinentry-curses and gpg-agent ipc write error

2007-08-27 Thread Adam Richards
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: --