View previous topic :: View next topic |
Author |
Message |
Lawless l33t
Joined: 03 Nov 2003 Posts: 638 Location: Germany
|
Posted: Fri Apr 13, 2007 7:27 pm Post subject: gpg-agent not caching? |
|
|
Hi,
I have an annoying problem with psi and the new gpg 2.0.
I am using my key for jabber in psi with two accounts - since there is that pinentry coming with gnupg I have to type in my passphrase for each account - everytime I change my status (online 2x -> away 2x -> online again 2x...)
That is horrible - the passphrase is not getting cached in any way.
Thunderbird is still using its own pinentry window so I'm not sure if it's maybe psi's fault but I would be glad to know how I can avoid using gnupg's pinentry and keep the built-in one in psi or at least getting rid of having to type in the passphrase everytime doing something....
Ideas? _________________ Kernel panic: I have no root and I want to scream |
|
Back to top |
|
|
linse n00b
Joined: 21 Sep 2006 Posts: 7 Location: Bielefeld, Germany
|
|
Back to top |
|
|
ReXX n00b
Joined: 24 Feb 2004 Posts: 24 Location: DE->AC
|
Posted: Thu Jul 12, 2007 9:24 pm Post subject: |
|
|
I'm also seeing this behaviour. It's really annoying. _________________ Is the Matix inside your brain or vice versa?
Use the SEARCH, revive the DEAD! |
|
Back to top |
|
|
hanj Veteran
Joined: 19 Aug 2003 Posts: 1500
|
|
Back to top |
|
|
ok Guru
Joined: 11 Jul 2006 Posts: 390 Location: germany
|
Posted: Sun Dec 16, 2007 9:09 pm Post subject: |
|
|
You can try the following steps:
1. Uncomment or append the line in ~/.gnupg/gpg.conf:
2. Edit the file ~/.gnupg/gpg-agent.conf:
Code: | ###+++--- GPGConf ---+++###
allow-mark-trusted
default-cache-ttl 3602
debug-level expert
log-file socket:///home/user/.gnupg/log-socket
# ^^^^^ your user
|
If you are using kde: (if not, you have to start it in a other way)
3. Edit the file /usr/kde/3.5/env/agent-startup.sh:
Code: | if [ -x /usr/bin/gpg-agent ]; then
eval "$(/usr/bin/gpg-agent --daemon)"
fi
|
4. Edit the file /usr/kde/3.5/shutdown/agent-shutdown.sh:
Code: | if [ -n "${GPG_AGENT_INFO}" ]; then
kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
fi
|
|
|
Back to top |
|
|
blscreen Tux's lil' helper
Joined: 04 Mar 2003 Posts: 118 Location: Innsbruck
|
Posted: Sat Dec 22, 2007 1:02 pm Post subject: |
|
|
My gpg-agent keeps crashing constantly when using it with kopete or mutt. After decrypting two or three messages, it is not running anymore. This is very annoying. |
|
Back to top |
|
|
alonbl n00b
Joined: 30 Jun 2005 Posts: 57
|
Posted: Wed Jan 02, 2008 6:50 pm Post subject: |
|
|
Hello,
There is no use for you to correspond here.
If agent is crashing or you have other problems, please open a bug report.
For psi, I guess it would be:
https://bugs.gentoo.org/show_bug.cgi?id=197588
For agent crashing, please open a new bug, and attach the agent debug log.
Thanks. |
|
Back to top |
|
|
blscreen Tux's lil' helper
Joined: 04 Mar 2003 Posts: 118 Location: Innsbruck
|
Posted: Mon Jan 14, 2008 12:52 pm Post subject: |
|
|
Just for the records: #205724, and maybe related #204662 |
|
Back to top |
|
|
|