diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/bugs.html | 16 | ||||
-rw-r--r-- | doc/status.html | 6 |
3 files changed, 17 insertions, 7 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 1.19.8 (rgerhards), 2007-09-?? +Version 1.19.8 (rgerhards), 2007-09-27 - improved repeated message processing - applied patch provided by varmojfekoj to support building ommysql in its own way (now also resides in a plugin subdirectory); diff --git a/doc/bugs.html b/doc/bugs.html index 0cf08327..41404e51 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -14,9 +14,19 @@ here.</p> <p>This list has last been updated on 2007-07-30 by <a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a>.</p> <h1>rsyslogd</h1> -<h2>plugin-directory</h2> -<p>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.</p> +<h2>stability in multithreaded mode</h2> +<p>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:</p> +<p>./configure --disable-pthreads<br> +make clean<br> +make<br> +make install</p> +<p>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).</p> <h2>forwarding remotely received messages</h2> <p>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 @@ </head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2007-09-25.</p> +<p>This page reflects the status as of 2007-09-27.</p> <h2>Current Releases</h2> <p><b>development:</b> 1.19.7 - -<a href="http://www.rsyslog.com/Article129.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-59.phtml">download</a></p> +<a href="http://www.rsyslog.com/Article132.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-60.phtml">download</a></p> <p><b>stable:</b> 1.0.5 - <a href="http://www.rsyslog.com/Article85.phtml">change log</a> - <a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-39.phtml">download</a></p> <p> (<a href="version_naming.html">How are versions named?</a>)</p> |