-
Thanks!
2006-12-08 00:36:01 UTC in SourceForge.net
-
The duplicate suppression within evlogd makes it
impossible to have proper threshholds within evlactiond
(via evlnotifyd).
When duplicate suppression is enabled notifications are
not forwarded to evlnotifyd for the duplicate that are
suppressed. This causes the threshhold handling in
evlactiond to be "off".
When duplicate suppression is enabled this patch
insures that a notification...
2006-07-31 18:13:17 UTC in Linux Event Logging for the Enterprise
-
EVLOG will cause a program to crash if the file that is
identified as the log file is opened with posix_log_open().
The fix is to check if the file is explicitly empty
before allowing an mmap to be established for the header.
diff -Naur evlog-1.6.1-orig/user/lib/posix2.c
evlog-1.6.1/user/lib/posix2.c
--- evlog-1.6.1-orig/user/lib/posix2.c 2006-07-27
09:27:45.000000000 -0700
+++...
2006-07-31 17:00:27 UTC in Linux Event Logging for the Enterprise