Univention Bugzilla – Attachment 6558 Details for
Bug 37399
univention-management-console-server is killed after a module process dies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug37399.patch (text/plain), 1.06 KB, created by
Florian Best
on 2014-12-19 11:06:42 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2014-12-19 11:06:42 CET
Size:
1.06 KB
patch
obsolete
>diff --git a/ucs-4.0-0/management/univention-management-console/src/univention/management/console/protocol/session.py b/ucs-4.0-0/management/univention-management-console/src/univention/management/console/protocol/session.py >index 9240dc5..343ecf8 100644 >--- a/ucs-4.0-0/management/univention-management-console/src/univention/management/console/protocol/session.py >+++ b/ucs-4.0-0/management/univention-management-console/src/univention/management/console/protocol/session.py >@@ -264,10 +264,10 @@ class Processor(signals.Provider): > def shutdown(self): > """Instructs the module process to shutdown""" > CORE.info('The session is shutting down. Sending UMC modules an EXIT request (%d processes)' % len(self.__processes)) >- for module_name in self.__processes: >+ for process, module_name in self.__processes.items(): > CORE.info('Ask module %s to shutdown gracefully' % module_name) > req = Request('EXIT', arguments=[module_name, 'internal']) >- self.__processes[module_name].request(req) >+ process.request(req) > > def __del__(self): > CORE.process('Processor: dying')
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37399
: 6558