Bug 56288 - setup/check/join_info: TypeError: '<' not supported between instances of 'int' and 'str'
setup/check/join_info: TypeError: '<' not supported between instances of 'int...
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC - Setup wizard
UCS 5.0
Other Windows NT
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-07-07 16:22 CEST by Maximilian Janßen
Modified: 2023-07-07 16:22 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
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: 2023010621000101
Bug group (optional): 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 2023-07-07 16:22:23 CEST
Version: 5.0-2 errata339

Error:
Interner Server-Fehler in "setup/check/join_info (wizard)".
Request: setup/check/join_info (wizard)

Traceback (most recent call last):
  File "%PY3%/univention/management/console/base.py", line 344, in __error_handling
    six.reraise(etype, exc, etraceback)
  File "%PY3%/six.py", line 693, in reraise
    raise value
  File "%PY3%/univention/management/console/base.py", line 247, in execute
    function.__func__(self, request, *args, **kwargs)
  File "%PY3%/univention/management/console/modules/decorators.py", line 321, in _response
    result = _multi_response(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 181, in _response
    return function(self, request)
  File "%PY3%/univention/management/console/modules/decorators.py", line 443, in _response
    return list(function(self, iterator, *nones))
  File "%PY3%/univention/management/console/modules/decorators.py", line 289, in _fake_func
    yield function(self, *args)
  File "%PY3%/univention/management/console/modules/setup/__init__.py", line 809, in check_domain_join_information
    result.update(receive_domaincontroller_master_information(dns, nameserver, address, username, password))
  File "%PY3%/univention/management/console/modules/setup/checks/univention_join.py", line 48, in receive_domaincontroller_master_information
    check_domain_is_higher_or_equal_version(address, username, password)
  File "%PY3%/univention/management/console/modules/setup/checks/univention_join.py", line 106, in check_domain_is_higher_or_equal_version
    if LooseVersion(nonmaster_ucs_version) > LooseVersion(master_ucs_version):
  File "/usr/lib/python3.7/distutils/version.py", line 64, in __gt__
    c = self._cmp(other)
  File "/usr/lib/python3.7/distutils/version.py", line 337, in _cmp
    if self.version < other.version:
TypeError: '<' not supported between instances of 'int' and 'str'