Bug 51815 - ImportError: No module named debhelper
ImportError: No module named debhelper
Status: NEW
Product: UCS
Classification: Unclassified
Component: UCR
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
https://jenkins.knut.univention.de:81...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-08-13 09:19 CEST by Florian Best
Modified: 2020-08-13 09:21 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2020-08-13 09:19:44 CEST
In our Test environment I saw this traceback:

in /var/log/univention/sysvol-sync.log (without more content, except for the Traceback of Bug #51670):

Traceback (most recent call last):
  File "/usr/sbin/univention-config-registry", line 39, in <module>
    import univention.config_registry as ub
  File "/usr/lib/python2.7/dist-packages/univention/config_registry/__init__.py", line 34, in <module>
    from univention.config_registry.handler import run_filter as filter, ConfigHandlers as configHandlers  # noqa F401
  File "/usr/lib/python2.7/dist-packages/univention/config_registry/handler.py", line 50, in <module>
    from univention.debhelper import parseRfc822  # pylint: disable-msg=W0403
ImportError: No module named debhelper