From 3855edc9281f798f29f5f445dbdd08b147988170 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
This list has last been updated on 2007-07-30 by Rainer Gerhards.
The directory for plug-ins is currently hard-coded and must be /lib/rsyslog/. -If you want to change it, you need to modify syslogd.c.
+We have some reports that rsyslogd, if compiled with multi-threading enabled, +segfaults in some environments. We are actively looking at fixing this issue, +but as it does not occur in our lab environment, that unfortunately takes some +time. If you experience a segfault, please report it. As a work-around, you can +compile rsyslog without multi-threading:
+./configure --disable-pthreads
+make clean
+make
+make install
This somewhat reduces the ability to handle large message bursts, but even in +single-threaded mode rsyslogd offers great performance (just think that stock +sysklogd has always been using a single thread, only).
Sysklogd does not forward remotely received messages to other network destionation except when the -h option is given. This code is currently defunct. diff --git a/doc/status.html b/doc/status.html index 061630f4..9e70c95d 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,11 @@
This page reflects the status as of 2007-09-25.
+This page reflects the status as of 2007-09-27.
development: 1.19.7 - -change log - -download
+change log - +downloadstable: 1.0.5 - change log - download
-- cgit v1.2.3