Bug 56129 - problems with connectiong to update servers, after upgrade.
problems with connectiong to update servers, after upgrade.
Status: NEW
Product: UCS
Classification: Unclassified
Component: Update - univention-updater
UCS 5.2
amd64 Windows 10
: P5 major (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-06-09 03:15 CEST by Telirand
Modified: 2023-06-09 03:15 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 Telirand 2023-06-09 03:15:41 CEST
seeing issues related to checking for updates.


Perhaps some better reporting method is needed, since this sort of thing  is not available on the web front end.

Also have seen fully updates systems & on software check it says updated.
 but the "notification" window keeps flagging an update.
but the  physical check says "nope" its all upto date"


Starting univention-upgrade. Current UCS version is 5.0-3 errata709

Checking for package updates:                           none
Checking for app updates:                               Traceback in univention-upgrade:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/univention/updater/scripts/upgrade.py", line 435, in do_update
    update_available = performUpdate(options, checkForUpdates=options.check, silent=False)
  File "/usr/lib/python3/dist-packages/univention/updater/scripts/upgrade.py", line 138, in performUpdate
    if func(options, checkForUpdates, silent):
  File "/usr/lib/python3/dist-packages/univention/updater/scripts/upgrade.py", line 270, in do_app_updates
    app_upgrade_search.call()
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/__init__.py", line 187, in call
    return obj.call_with_namespace(namespace)
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/__init__.py", line 194, in call_with_namespace
    result = self.main(namespace)
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/upgrade_search.py", line 55, in main
    get_action('update').call()
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/__init__.py", line 187, in call
    return obj.call_with_namespace(namespace)
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/__init__.py", line 194, in call_with_namespace
    result = self.main(namespace)
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/update.py", line 83, in main
    if self._download_supra_files(appcenter_cache):
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/update.py", line 152, in _download_supra_files
    return self._download_files(appcenter_cache, ['app-categories.ini', 'rating.ini', 'license_types.ini', 'ucs.ini', 'suggestions.json'])
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/update.py", line 166, in _download_files
    new_etag = self._download_file(server, filename, cache_dir, etag, ucs_version)
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/__init__.py", line 67, in _func
    return func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/univention/appcenter/actions/update.py", line 245, in _download_file
    response = urlopen(request)
  File "/usr/lib/python3/dist-packages/univention/appcenter/utils.py", line 393, in urlopen
    return urllib_request.urlopen(request, timeout=60)
  File "/usr/lib/python3.7/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.7/urllib/request.py", line 525, in open
    response = self._open(req, data)
  File "/usr/lib/python3.7/urllib/request.py", line 543, in _open
    '_open', req)
  File "/usr/lib/python3.7/urllib/request.py", line 503, in _call_chain
    result = func(*args)
  File "/usr/lib/python3/dist-packages/univention/appcenter/utils.py", line 380, in https_open
    return self.do_open(HTTPSConnection, req)
  File "/usr/lib/python3.7/urllib/request.py", line 1327, in do_open
    r = h.getresponse()
  File "/usr/lib/python3.7/http/client.py", line 1352, in getresponse
    response.begin()
  File "/usr/lib/python3.7/http/client.py", line 310, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python3.7/http/client.py", line 271, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/lib/python3.7/socket.py", line 589, in readinto
    return self._sock.recv_into(b)
  File "/usr/lib/python3.7/ssl.py", line 1052, in recv_into
    return self.read(nbytes, buffer)
  File "/usr/lib/python3.7/ssl.py", line 911, in read
    return self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out