Bug 55334 - Jenkins Tests install UCS 5.0 ucsschool-veyon-proxy on UCS 4.4 System: ImportError: No module named 'univention.config_registry'
Jenkins Tests install UCS 5.0 ucsschool-veyon-proxy on UCS 4.4 System: Import...
Status: NEW
Product: UCS@school
Classification: Unclassified
Component: Veyon
UCS@school 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS@school maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-21 12:04 CEST by Florian Best
Modified: 2023-06-12 16:11 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Development Internal
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): bitesize
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 2022-10-21 12:04:45 CEST
https://jenkins2022.knut.univention.de/job/UCSschool-5.0/job/Upgrade%20Singleserver/Config=s4,TestGroup=import4/ws/test/appcenter.log contains every day:

 10695 actions.configure                22-10-20 23:29:57 [    INFO]: Configuring ucsschool-veyon-proxy=4.7.4.14-0
 10695 settings                         22-10-20 23:29:57 [    INFO]: Setting veyon/Core/ComputerStatePollingInterval to '1000'
 10695 settings                         22-10-20 23:29:57 [    INFO]: Setting veyon/WebAPI/ConnectionLimit to '5000'
 10695 actions.configure                22-10-20 23:29:57 [   DEBUG]: Calling /var/cache/univention-appcenter/appcenter.software-univention.de/4.4/ucsschool-veyon-proxy_20220818013107.configure_host install --locale de --version 4.7.4.14-0 --error-file /tmp/tmpc3mp5F
 10695 actions.configure                22-10-20 23:29:57 [ WARNING]: Traceback (most recent call last):
 10695 actions.configure                22-10-20 23:29:57 [ WARNING]:   File "<string>", line 3, in <module>
 10695 actions.configure                22-10-20 23:29:57 [ WARNING]: ImportError: No module named 'univention.config_registry'
 10695 actions.configure                22-10-20 23:29:57 [   DEBUG]: /var/cache/univention-appcenter/appcenter.software-univention.de/4.4/ucsschool-veyon-proxy_20220818013107.configure_host returned with 0


`Configuring ucsschool-veyon-proxy=4.7.4.14-0` would be `Configuring 4.4/ucsschool-veyon-proxy=4.7.4.14-0` if the system was already on UCS 5.0.

The called script with the traceback is this one:
http://appcenter-test.software-univention.de/univention-repository/4.4/maintained/component/ucsschool-veyon-proxy_20220818013107/configure_host
Comment 1 Daniel Tröder univentionstaff 2022-10-21 12:18:01 CEST
Python3 script calling UCR in UCS 4.4.... could probably just be called with Python2.