Bug 36761 - exam mode does not display computers to restart
exam mode does not display computers to restart
Status: CLOSED FIXED
Product: UCS@school
Classification: Unclassified
Component: UMC - Exam mode
UCS@school 4.0
Other Linux
: P5 normal (vote)
: UCS@school 4.0
Assigned To: Florian Best
Sönke Schwardt-Krummrich
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-17 17:00 CET by Florian Best
Modified: 2015-05-11 19:27 CEST (History)
1 user (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 Florian Best univentionstaff 2014-11-17 17:00:11 CET
exam mode does not display computers to restart

attachment 6393 [details]
→ the list is somehow empty
Comment 1 Sönke Schwardt-Krummrich univentionstaff 2014-11-17 20:27:10 CET
Were at least the IP address set at the host objects?
Comment 2 Florian Best univentionstaff 2014-11-18 17:42:12 CET
18.11.14 17:29:56.342  MODULE      ( INFO    ) : Update: result: {'computers': [], 'locked': False, 'user': 'uid=Administrator,cn=users,dc=ucs,dc=dev'}
18.11.14 17:29:56.342  PROTOCOL    ( INFO    ) : Sending UMCP RESPONSE 141632819624870-9298
18.11.14 17:29:56.612  MODULE      ( PROCESS ) : connection to 10.200.27.150 seems to be dead for 5.00s
18.11.14 17:29:56.613  MODULE      ( PROCESS ) : connection to 10.200.27.153 seems to be dead for 5.00s
18.11.14 17:29:57.612  MODULE      ( PROCESS ) : connection to 10.200.27.150 seems to be dead for 6.00s
18.11.14 17:29:57.613  MODULE      ( PROCESS ) : connection to 10.200.27.153 seems to be dead for 6.00s
18.11.14 17:29:58.443  PARSER      ( INFO    ) : UMCP REQUEST 141632819835069-9299 parsed successfully
18.11.14 17:29:58.443  MODULE      ( INFO    ) : Received request 141632819835069-9299
18.11.14 17:29:58.443  PROTOCOL    ( INFO    ) : Received UMCP COMMAND REQUEST 141632819835069-9299
18.11.14 17:29:58.443  MODULE      ( INFO    ) : Executing ['computerroom/update']
18.11.14 17:29:58.444  MODULE      ( INFO    ) : Update: result: {'computers': [], 'locked': False, 'user': 'uid=Administrator,cn=users,dc=ucs,dc=dev'}
18.11.14 17:29:58.444  PROTOCOL    ( INFO    ) : Sending UMCP RESPONSE 141632819835069-9299
18.11.14 17:29:58.612  MODULE      ( PROCESS ) : connection to 10.200.27.150 seems to be dead for 7.00s
18.11.14 17:29:58.613  MODULE      ( PROCESS ) : connection to 10.200.27.153 seems to be dead for 7.00s
18.11.14 17:29:59.613  MODULE      ( PROCESS ) : connection to 10.200.27.150 seems to be dead for 8.00s
18.11.14 17:29:59.613  MODULE      ( PROCESS ) : connection to 10.200.27.153 seems to be dead for 8.00s
18.11.14 17:30:00.542  PARSER      ( INFO    ) : UMCP REQUEST 141632820045580-9300 parsed successfully
18.11.14 17:30:00.543  MODULE      ( INFO    ) : Received request 141632820045580-9300
18.11.14 17:30:00.543  PROTOCOL    ( INFO    ) : Received UMCP COMMAND REQUEST 141632820045580-9300
18.11.14 17:30:00.543  MODULE      ( INFO    ) : Executing ['computerroom/update']
18.11.14 17:30:00.543  MODULE      ( INFO    ) : Update: result: {'computers': [], 'locked': False, 'user': 'uid=Administrator,cn=users,dc=ucs,dc=dev'}
18.11.14 17:30:00.543  PROTOCOL    ( INFO    ) : Sending UMCP RESPONSE 141632820045580-9300
18.11.14 17:30:00.613  MODULE      ( PROCESS ) : connection to 10.200.27.150 seems to be dead for 9.00s
18.11.14 17:30:00.613  MODULE      ( PROCESS ) : connection to 10.200.27.153 seems to be dead for 9.00s
18.11.14 17:30:01.612  MODULE      ( PROCESS ) : connection to 10.200.27.150 is dead for 10.00s - reconnecting
18.11.14 17:30:01.613  MODULE      ( INFO    ) : Closing VNC connection to 10.200.27.150
18.11.14 17:30:02.113  MODULE      ( INFO    ) : Opening VNC connection to 10.200.27.150
18.11.14 17:30:02.114  MODULE      ( PROCESS ) : connection to 10.200.27.153 is dead for 10.50s - reconnecting
18.11.14 17:30:02.114  MODULE      ( INFO    ) : Closing VNC connection to 10.200.27.153
18.11.14 17:30:02.614  MODULE      ( INFO    ) : Opening VNC connection to 10.200.27.153
18.11.14 17:30:02.615  MODULE      ( INFO    ) : 10.200.27.150 is currently not connected
18.11.14 17:30:02.615  MODULE      ( INFO    ) : 10.200.27.153 is currently not connected
Comment 3 Florian Best univentionstaff 2014-11-18 17:55:34 CET
I have no clue, the italc connection seem to be dead for 10 seconds, then a reconnect happens, no more good log output afterwards.
Comment 4 Florian Best univentionstaff 2014-11-19 12:13:11 CET
fixed in svn r55972.

There is no widget.on('show') anymore. aspect.after(widget, '_onShow') must be used. The "this" scope for umcpCommand calls where also wrong which may lead to errors and recursion in specific circumstances.
Packages are currently building.
Comment 5 Sönke Schwardt-Krummrich univentionstaff 2014-11-19 13:02:41 CET
(In reply to Florian Best from comment #4)
> fixed in svn r55972.
The "reboot grid" is now shown and working.
Changelog entry not required.
→ VERIFIED