Bug 54151 - updater/updates/query: Configuration error: Connection reset by peer
Summary: updater/updates/query: Configuration error: Connection reset by peer
Status: RESOLVED WONTFIX
Alias: None
Product: UCS
Classification: Unclassified
Component: UMC - Software update
Version: UCS 4.4
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: UMC maintainers
QA Contact: UMC maintainers
URL:
Keywords:
Depends on: 55499
Blocks:
  Show dependency treegraph
 
Reported: 2021-11-26 11:17 CET by Maximilian Janßen
Modified: 2024-07-04 17:48 CEST (History)
2 users (show)

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: 2021042321000111, 2021032021000137, 2022102421000838, 2023062721000099, 2023020421000157, 2022121921000461, 2022121221000366, 2022120721000063, 2022112421000103, 2022112321000203, 2023062721000106, 2022120521000147
Bug group (optional): Error handling, External feedback
Customer ID:
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-26 11:17:55 CET
Bug #41536 reappeared in 4.4:


Version: 4.4-7 errata958 (Blumenthal)

Error: 
Internal server error during "updater/updates/query".
Request: updater/updates/query

Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/base.py", line 359, in __error_handling
    six.reraise(etype, exc, etraceback)
  File "%PY2.7%/univention/management/console/base.py", line 262, in execute
    function.__func__(self, request, *args, **kwargs)
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 321, in _response
    result = _multi_response(self, request)
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 181, in _response
    return function(self, request)
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 443, in _response
    return list(function(self, iterator, *nones))
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 289, in _fake_func
    yield function(self, *args)
  File "%PY2.7%/univention/management/console/modules/updater/__init__.py", line 286, in query_releases
    available_versions, blocking_components = self.uu.get_all_available_release_updates()
  File "%PY2.7%/univention/updater/tools.py", line 1109, in get_all_available_release_updates
    ver = self.get_next_version(ucs_version, components, errorsto='exception')
  File "%PY2.7%/univention/updater/tools.py", line 1036, in get_next_version
    releases = list(self.get_releases(self.server))
  File "%PY2.7%/univention/updater/tools.py", line 1001, in get_releases
    _code, _size, data = server.access(None, 'releases.json', get=True)
  File "%PY2.7%/univention/updater/tools.py", line 771, in access
    raise ConfigurationError(uri, reason)
ConfigurationError: Configuration error: Connection reset by peer

Role: domaincontroller_master
Comment 1 Maximilian Janßen univentionstaff 2021-11-26 13:58:50 CET
reported again:


Version: 4.4-7 errata924 (Blumenthal)

Error: 
Internal server error during "updater/updates/query".
Request: updater/updates/query

Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/base.py", line 359, in __error_handling
    six.reraise(etype, exc, etraceback)
  File "%PY2.7%/univention/management/console/base.py", line 262, in execute
    function.__func__(self, request, *args, **kwargs)
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 321, in _response
    result = _multi_response(self, request)
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 181, in _response
    return function(self, request)
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 443, in _response
    return list(function(self, iterator, *nones))
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 289, in _fake_func
    yield function(self, *args)
  File "%PY2.7%/univention/management/console/modules/updater/__init__.py", line 286, in query_releases
    available_versions, blocking_components = self.uu.get_all_available_release_updates()
  File "%PY2.7%/univention/updater/tools.py", line 1109, in get_all_available_release_updates
    ver = self.get_next_version(ucs_version, components, errorsto='exception')
  File "%PY2.7%/univention/updater/tools.py", line 1065, in get_next_version
    assert self.server.access(repo)
  File "%PY2.7%/univention/updater/tools.py", line 771, in access
    raise ConfigurationError(uri, reason)
ConfigurationError: Configuration error: Connection reset by peer

Role: domaincontroller_slave
Comment 2 Mika Westphal univentionstaff 2022-10-26 13:55:20 CEST
reported again:
Version: 4.4-9 errata1324 (Blumenthal)

Error:
Error contacting the update server. Please check your proxy or firewall settings, if any. Or it may be a problem with your configured DNS server. This is the error message:
Configuration error: Connection reset by peer
Request: status

Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/modules/updater/__init__.py", line 442, in status
    blocking_components = self.uu.get_all_available_release_updates()[1] or set()
  File "%PY2.7%/univention/updater/tools.py", line 1109, in get_all_available_release_updates
    ver = self.get_next_version(ucs_version, components, errorsto='exception')
  File "%PY2.7%/univention/updater/tools.py", line 1065, in get_next_version
    assert self.server.access(repo)
  File "%PY2.7%/univention/updater/tools.py", line 771, in access
    raise ConfigurationError(uri, reason)
ConfigurationError: Configuration error: Connection reset by peer

Role: domaincontroller_master
Comment 3 Jan-Luca Kiok univentionstaff 2024-07-04 17:48:16 CEST
This issue has been filed against UCS 4.4.

UCS 4.4 is out of maintenance and components may have vastly changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer versions, please use "Clone this bug" or reopen this issue. In this case please provide information on how this issue is affecting you.