Bug 40751 - Popup during setup: There is no module availiable for the authenticated user __systemsetup__.
Popup during setup: There is no module availiable for the authenticated user ...
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: System setup
UCS 4.1
Other Linux
: P5 normal (vote)
: UCS 4.1-2-errata
Assigned To: Alexander Kläser
Erik Damrose
:
Depends on:
Blocks: 40006
  Show dependency treegraph
 
Reported: 2016-02-23 09:56 CET by Michel Smidt
Modified: 2016-08-03 15:56 CEST (History)
3 users (show)

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 Michel Smidt 2016-02-23 09:56:24 CET
Following message dialogue popped up during setup of UCS Master:
There is no module available for the authenticated user __systemsetup__.

It was not possible to continue the installation process during the remote setup with the customer.

Image: vmware 4.1.0
Internet: Not available
Components selected: 
AD-Connector
Self Service
Checkbox with autoupdate after installation was set.
Comment 1 Florian Best univentionstaff 2016-02-23 10:05:59 CET
Can you say exactly when it popped up? Maybe provide a screenshot! Can you please attach the logfiles /var/log/univention/*.log ?
Comment 2 Michel Smidt 2016-02-23 10:08:49 CET
(In reply to Florian Best from comment #1)
> Can you say exactly when it popped up? Maybe provide a screenshot! 
I'am sorry not. It was during a remote installation with the customer and there for not possible.

> Can you please attach the logfiles /var/log/univention/*.log ?
Sure, I will do it.
Comment 3 Alexander Kläser univentionstaff 2016-02-23 14:50:23 CET
I had a similar dialogue which was caused by the UCR variable umc/module/setup/wizard/disabled=true. In Bug 40046, I changed some logic also concerning this variable. Hopefully, this will not be reproducible then. To be sure, I will add "ucr unset ..." to startxwithfirefox.
Comment 4 Alexander Kläser univentionstaff 2016-02-23 14:56:31 CET
univention-system-setup (9.1.4-2):
r67639 | Bug #40751: Make sure that the setup wizard is accessible within startxwithfirefox

--- a/app-appliance/univention-system-setup/usr/share/univention-system-setup/startxwithfirefox
+++ b/app-appliance/univention-system-setup/usr/share/univention-system-setup/startxwithfirefox
@@ -91,6 +91,9 @@ then # call self in xinit as nobody, then start gdm
                plymouth quit
        fi
 
+       # Bug #40751: make sure that the setup wizard is accessible
+       /usr/sbin/univention-config-registry unset umc/module/setup/wizard/disabled
+
        # move old profile
        if [ -f "$USS_PROFILE" ]; then
                mv "$USS_PROFILE" "$USS_PROFILE.bak"
Comment 5 Erik Damrose univentionstaff 2016-04-01 15:04:48 CEST
functionality verified, no popup shows up anymore

Reopen:
As discussed, this is not yet merged into the development tree. Setting this to reopen until it is merged and a yaml file is available.
Comment 6 Alexander Kläser univentionstaff 2016-06-20 15:44:36 CEST
Changes have been merged into errata4.1-2 scope.
Comment 7 Erik Damrose univentionstaff 2016-06-24 10:36:04 CEST
OK: Change merged
OK: functionality still works -> no popup
OK: yaml
Verified
Comment 8 Janek Walkenhorst univentionstaff 2016-08-03 15:56:39 CEST
<http://errata.software-univention.de/ucs/4.1/234.html>