s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 406f26c1f856262f81f1d29285341df6e4228740
parent 3f97c13982932dc2961ca96fe745f155b24ff631
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 27 Oct 2015 20:22:37 +0000

 Don't say bb is the *only* syslogd doing rotation right (metalog does it).

Diffstat:
Mdoc/s6-log.html | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/s6-log.html b/doc/s6-log.html @@ -394,10 +394,11 @@ kept separate, there is a race condition: a log file can grow and fill up a disk before a rotation occurs. I am all for separating tasks that can be separated, but there is no choice here: <em>logging and log rotation management must be done <strong>by the same tool</strong></em>. -Only the Busybox implementation of syslogd does this, and that is a +Only a few non-mainstream implementations of syslogd do this, including the +<a href="http://busybox.net/">Busybox</a> one - and that is a feature added by the Busybox developers who are aware of the problem but want to maintain compatibility with the historical syslogd. -No other syslogd implementation I know of manages its log files: that's a +Neither syslogd (-ng or not) nor rsyslogd manages its log files: that's a flaw that no amount of external tools is going to fix. </li> <li> syslogd is a complex process that runs as root. We all know what complex processes running as root mean: bugs turning into security holes. </li>