Skip to content

mox-otp: Update to version 0.3

Josef Schlehofer requested to merge hotfix/mox-otp-update into master

This is a backport from develop branch. If someone is using newer kernel than 4.14, the post install script of Foris fails. It requires a new version of mox-otp, which has support for it.

INFO:Running postinst of foris
Traceback (most recent call last):
  File "/usr/bin/mox-otp", line 11, in <module>
    load_entry_point('mox-otp==0.2', 'console_scripts', 'mox-otp')()
  File "/usr/lib/python3.7/site-packages/mox_otp/__main__.py", line 86, in main
  File "/usr/lib/python3.7/site-packages/mox_otp/argparser.py", line 80, in parse_args
AttributeError: 'NoneType' object has no attribute 'buffer'
crypto-wrapper: error: Failed to run command 'mox-otp serial-number'

Reported-by: @prohar

Edited by Josef Schlehofer

Merge request reports