python-gnupg bug whith onerng_verify

alexandre alexandre at maloteaux.net
Sun Jul 10 13:55:34 BST 2016


Hi

Just to notify but on arch linux or any system using gnupg  2.1.13 there is a bug atm between gnupg and python-gnupg that prevent rngd from being launched in the onerng.sh script

Best Workaround is to disable  ONERNG_VERIFY_FIRMWARE.

the error is described here : 
https://bitbucket.org/vinay.sajip/python-gnupg/issues/55/add-support-for-gnupg-2113s-key_considered


This is the output from onerng_verify

/sbin/onerng_verify.py /tmp/rand_test
Exception in thread Thread-4:
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.5/site-packages/gnupg.py", line 813, in _read_response
    result.handle_status(keyword, value)
  File "/usr/lib/python3.5/site-packages/gnupg.py", line 384, in handle_status
    raise ValueError("Unknown status message: %r" % key)
ValueError: Unknown status message: 'KEY_CONSIDERED'

Exception in thread Thread-7:
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.5/site-packages/gnupg.py", line 813, in _read_response
    result.handle_status(keyword, value)
  File "/usr/lib/python3.5/site-packages/gnupg.py", line 308, in handle_status
    raise ValueError("Unknown status message: %r" % key)
ValueError: Unknown status message: 'KEY_CONSIDERED'



More information about the Discuss mailing list