duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Error at verify


From: Travis H.
Subject: Re: [Duplicity-talk] Error at verify
Date: Sun, 24 Sep 2006 20:07:32 -0500

On 9/18/06, Lenk, Guido <address@hidden> wrote:
  File "/usr/lib/site-python/GnuPGInterface.py", line 644, in wait
    raise IOError, "GnuPG exited non-zero, with code %d" \
IOError: GnuPG exited non-zero, with code 2


Does anyone got a clue for me, please?

It means that /usr/bin/gpg or /usr/local/bin/gpg (or whatever)
exited with a non-zero status.  By convention, non-zero exit
codes indicate an error.  So whatever gpg command it calls
under the covers (which can be divined by strace or ktrace)
is not working.  My guess is a bad key.  However, if you cannot
decide what is causing this, it may be possible to grep the
gnupg code for "exit(2)" (without the quotes).
--
My other server is... your Linux box.
Unix "guru" for rent or hire -><- http://www.lightconsulting.com/~travis/
GPG fingerprint: 9D3F 395A DAC5 5CCC 9066  151D 0A6B 4098 0C55 1484




reply via email to

[Prev in Thread] Current Thread [Next in Thread]