summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2004-12-08 11:53:00 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2004-12-08 11:53:00 +0000
commitfb7ed6d2ca2546b0a3ec851276c4521f4d26497b (patch)
tree2c6949f3178a3ecb87b3143ff1e844de3aaf3451 /BUGS
parentaf41d91b65bccc5a210926b7f5fbd0f7f5349bd4 (diff)
downloadrsyslog-fb7ed6d2ca2546b0a3ec851276c4521f4d26497b.tar.gz
rsyslog-fb7ed6d2ca2546b0a3ec851276c4521f4d26497b.tar.xz
rsyslog-fb7ed6d2ca2546b0a3ec851276c4521f4d26497b.zip
getting closer to initial (beta) release
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS31
1 files changed, 31 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index f4ee974b..d71c0c4f 100644
--- a/BUGS
+++ b/BUGS
@@ -5,3 +5,34 @@ REPEATED LOG LINES
the duplicates are NOT suppressed. This is done by sysklogd
in all cases. We plan to add this as an optional feature,
but as of now every line is logged.
+
+ERRORS ON STARTUP
+ Error reporting on startup is not particular good. We handle all
+ errors correctly, but sometimes a message is only reported if
+ running in debug mode. If you experience some strange behaviour
+ I suggest to run the syslogd interactively with debugging enabled.
+
+VERY LARGE LOG FILES
+ We have done nothing to support log files larger than 2GB. As such, it
+ behaves just like sysklogd in this regard. And, as far as I recall, this
+ means that - at least with certain glibc versions - no more than 2GB
+ will be written. This will be checked and supported at a later time, for
+ now just be careful ;).
+
+EQUALLY-NAMED TEMPLATES
+ If multiple templates with the SAME name are created, all but the
+ first definition is IGNORED. So you can NOT (yet) replace a
+ template definition.
+
+MEMORY LEAK ON HUPING
+ Currently, the template memory is NOT freed when SIGHUP is received.
+ This causes a small memory leak on each HUP. Will be fixed soon and
+ should not cause real trouble unless you HUP syslogd quite frequently.
+
+Updates to the bug lists (and potential fixes...) can be found at the
+official home page at
+
+http://www.monitorware.com/rsyslog
+
+List as of 2004-12-08
+Rainer Gerhards