Bug 54088 - During Update to UCS5: AttributeError: 'module' object has no attribute 'guacamole_protocol'
During Update to UCS5: AttributeError: 'module' object has no attribute 'guac...
Status: NEW
Product: UCS
Classification: Unclassified
Component: Update - Release updates
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-11-18 14:18 CET by Maximilian Janßen
Modified: 2021-11-18 14:18 CET (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.091
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2021111521000677
Bug group (optional): Error handling, External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maximilian Janßen univentionstaff 2021-11-18 14:18:44 CET
Version: 4.4-8 errata1095 (Blumenthal)

Remark: error update to 5.0

Error: 
Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/protocol/modserver.py", line 114, in _load_module
    self.__module = __import__(file_, {}, {}, modname)
  File "%PY2.7%/univention/management/console/modules/udm/__init__.py", line 73, in <module>
    from .udm_ldap import (
  File "%PY2.7%/univention/management/console/modules/udm/udm_ldap.py", line 70, in <module>
    udm_modules.update()
  File "%PY2.7%/univention/admin/modules.py", line 123, in update
    _walk(root, w_root, w_files)
  File "%PY2.7%/univention/admin/modules.py", line 110, in _walk
    m = importlib.import_module('univention.admin.handlers.%s' % (modulepackage,))  # type: Any
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "%PY2.7%/univention/admin/handlers/guacamole/config.py", line 80, in <module>
    syntax=univention.admin.syntax.guacamole_protocol,
AttributeError: 'module' object has no attribute 'guacamole_protocol'