Module: check_mk
Branch: master
Commit: a64413c4358b2a8c3a62b4bc7e424877e55426c4
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a64413c4358b2a…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jan 31 16:38:03 2013 +0100
Updated bug entries #0908, #0909
---
.bugs/908 | 11 +++++++++++
.bugs/909 | 14 ++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/.bugs/908 b/.bugs/908
new file mode 100644
index 0000000..9bc9191
--- /dev/null
+++ b/.bugs/908
@@ -0,0 +1,11 @@
+Title: mkeventd init script should detect "already running" on start
+Component: ec
+State: open
+Date: 2013-01-31 16:32:50
+Targetversion: 1.2.2
+Class: cleanup
+
+When the mkeventd is started using the init-script and already running,
+the init script should detect that and print something like:
+
+Starting mkeventd...Already running.
diff --git a/.bugs/909 b/.bugs/909
new file mode 100644
index 0000000..13b895c
--- /dev/null
+++ b/.bugs/909
@@ -0,0 +1,14 @@
+Title: mkeventd init script does not handle stale pidfiles correctly
+Component: ec
+State: open
+Date: 2013-01-31 16:36:01
+Targetversion: 1.2.2
+Class: bug
+
+When running etc/init.d/mkeventd stop when having a pidfile but no running
+process, the "kill $THE_PID" call results in an error message which should
+be supressed. Instead it should show "OK" and delete the stale pidfile.
+
+The status command also has this error message which should be suppressed.
+
+Restart is completely broken in this case.