Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 384
blob1827a4aa09b1ede5116229b70bb0d29549e08898
1 Title: Trying to prevent problem when restarting mkeventd
2 Level: 1
3 Component: ec
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1387297403
8 Targetversion: future
10 In some situation, when restarting the mkeventd, the old process has
11 been stopped, but when the new process comes up, the builtin syslog
12 server can not open the port, because it is somehow still opened.
13 The error message is:
15 Cannot bind TCP socket for syslog-tcp to port: Address already in use
17 This change tries to prevent the problem.