Comment 6 for bug 1757143

Revision history for this message
Frank Heimes (fheimes) wrote : Re: Problem with plainbox-provider while running canonical-certification-server on 18.04 / s390x

One CR got lost in the bug description.
So with the CR at the right position, you can see that I directly executed "/usr/lib/plainbox-provider-resource-generic/bin/module_resource" and the output of that starts with traceback in the next line(s) ...

$ /usr/lib/plainbox-provider-resource-generic/bin/module_resource
Traceback (most recent call last):
  File "/usr/lib/plainbox-provider-resource-generic/bin/module_resource", line 73, in <module>
    sys.exit(main())
  File "/usr/lib/plainbox-provider-resource-generic/bin/module_resource", line 62, in main
    for module in modules:
  File "/usr/lib/plainbox-provider-resource-generic/bin/module_resource", line 57, in get_modules
    yield get_module(line)
  File "/usr/lib/plainbox-provider-resource-generic/bin/module_resource", line 49, in get_module
    "offset": int(offset, 16)}
ValueError: invalid literal for int() with base 16: '0x'
$

Sorry for the bad formatting in the description - I just modified it.