duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] 0.5.18 weird GPG error ([key_I_dont_mention] unusab


From: edgar . soldin
Subject: Re: [Duplicity-talk] 0.5.18 weird GPG error ([key_I_dont_mention] unusable public key)
Date: Wed, 08 Jul 2009 18:16:54 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2

I think this error was mentioned earlier in the list and is fixed in 0.6.x .. also I think you could use 0.5.17 which doesn't hold the patch causing this error....

...ede

On July 8, 2009 11:10:48 am address@hidden wrote:
  
so gpg automatically detects the private key of your given public key id.
The error is normal if your private key is not trusted. You can either
  gpg --edit-key KEY_ID
or set duplicity option *--gpg-options '--trust-model always'*
    

  
the error usually occures only with new created or imported keys .... ede
    

Thank you for your response.  I did set the key to ultimate trust, but 
unfortunately that did not fix the error, only changed it:

Last full backup date: none
Last full backup is too old, forcing full backup
Exception in thread wait21948:
Traceback (most recent call last):
  File "/usr/lib/python2.3/threading.py", line 436, in __bootstrap
    self.run()
  File "/usr/lib/python2.3/threading.py", line 416, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.3/site-packages/duplicity/GnuPGInterface.py", line 
668, in threaded_waitpid
    process.returned = os.waitpid(process.pid, 0)[1]
OSError: [Errno 10] No child processes

Exception in thread wait21952:
Traceback (most recent call last):
  File "/usr/lib/python2.3/threading.py", line 436, in __bootstrap
    self.run()
  File "/usr/lib/python2.3/threading.py", line 416, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.3/site-packages/duplicity/GnuPGInterface.py", line 
668, in threaded_waitpid
    process.returned = os.waitpid(process.pid, 0)[1]
OSError: [Errno 10] No child processes

GPGError: GPG Failed, see log below:
===== Begin GnuPG log =====
===== End GnuPG log =====

I've also tried --gpg-options '--trust-model always', with the exact same 
error.  I've set the -v (verbose) option in GPG as well, but there is still an 
empty GPG log, and setting -v9 with duplicity just gives me a ton of 
information about what it wants to do but can't because the child process went 
away.

-A.



_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk
  


reply via email to

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