http://bugzilla.novell.com/show_bug.cgi?id=589994 http://bugzilla.novell.com/show_bug.cgi?id=589994#c2 Alex Tsariounov <alext@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|alext@novell.com | --- Comment #2 from Alex Tsariounov <alext@novell.com> 2010-03-25 17:51:53 UTC --- Created an attachment (id=350630) --> (http://bugzilla.novell.com/attachment.cgi?id=350630) Log file of gpg-agent while encrypting Hmm, maybe something is wrong with my setup. I do not have a gpg-agend.conf in ~/.gnupg; however, I followed your instructions, and in doing so do not get the error return code: [zuul:~]$ unset GPG_AGENT_INFO [zuul:~]$ killall -9 gpg-agent gpg-agent: no process found [zuul:~]$ ps -ef |grep agent alext 4439 1 0 08:55 ? 00:00:00 /usr/bin/seahorse-agent --variables alext 4541 4352 0 08:55 ? 00:00:00 /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 alext 7197 5121 0 09:33 pts/1 00:00:00 grep agent [zuul:~]$ killall -9 seahorse-agent [zuul:~]$ ps -ef |grep agent alext 4541 4352 0 08:55 ? 00:00:00 /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 alext 7212 5121 0 09:33 pts/1 00:00:00 grep agent [zuul:~]$ eval $(gpg-agent --daemon --debug-all --log-file=gpg-agent.log) gpg-agent[7226]: NOTE: no default option file `/home/alext/.gnupg/gpg-agent.conf' gpg-agent[7226]: enabled debug flags: command mpi crypto memory cache memstat hashing assuan [zuul:~]$ echo "hello there" > tstfile [zuul:~]$ cat tstfile | gpg --sign --symmetric > tstfile.gpg You need a passphrase to unlock the secret key for user: "Alex Tsariounov <XXX@XXX.net>" 1024-bit DSA key, ID EC21BF7F, created 2003-06-30 gpg: 3DES encryption will be used [zuul:~]$ echo $? 0 The log file is attached. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.