diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-22 14:56:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-22 14:56:47 +0000 |
commit | 1e640499c09d6e010d1476e92c3932864ca97ced (patch) | |
tree | 68e15b1208aa5e6fa299f64f9e3a6d67a0f447a2 /README.linux | |
parent | 6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab (diff) | |
download | rsyslog-1e640499c09d6e010d1476e92c3932864ca97ced.tar.gz rsyslog-1e640499c09d6e010d1476e92c3932864ca97ced.tar.xz rsyslog-1e640499c09d6e010d1476e92c3932864ca97ced.zip |
this looks like 0.9.0 - even man pages are done ;)
Diffstat (limited to 'README.linux')
-rw-r--r-- | README.linux | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/README.linux b/README.linux index 1b150d51..e247f200 100644 --- a/README.linux +++ b/README.linux @@ -49,7 +49,16 @@ New versions of this package and additional information will be available under www.monitorware.com/rsyslog as well as under the rsyslog project on sourceforge.net. +IMPORTANT +Starting with version 0.9.0, rsyslogd supports files larger than 2gb. +This was added simply by some c compiler definitions which ask the run +time library to include different code. Depending on your file system, +glibc, kernel or whatever, you might not be able to use this support. If +so, rsyslogd might be terminated by the operating system when a file +reaches 2gb of size. To guard against this, use the output channel +file size limitation (see man rsyslog.conf for details). + Best regards, Rainer Gerhards Adiscon -2005-04-04 +2005-06-22 |