Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2000 20:32:00 +0100 (CET)
From:      ncbp@pebbles.tele.dk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/17022: newsyslog.conf not in sync with syslog.conf - all.log entry should be commented
Message-ID:  <200002271932.UAA44783@pebbles.tele.dk>

next in thread | raw e-mail | index | archive | help

>Number:         17022
>Category:       conf
>Synopsis:       newsyslog.conf not in sync with syslog.conf - all.log entry should be commented out
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 27 11:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Niels Chr. Bank-Pedersen
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
NA
>Environment:

	FreeBSD 4.0-CURRENT as of 20000227

>Description:

	In a default installation the entry for "all.log" is commented
        out in syslog.conf, but is active in newsyslog.conf with the result
        that an empty file is rotated and compressed every night.

>How-To-Repeat:

	ls -l /var/log/all*
        -rw-------  1 root  wheel  61 27 Feb 00:00 /var/log/all.log
        -rw-r--r--  1 root  wheel  86 27 Feb 00:00 /var/log/all.log.0.gz

>Fix:


--- /usr/src/etc/newsyslog.conf.orig    Sat Feb 26 13:21:09 2000
+++ /usr/src/etc/newsyslog.conf Sun Feb 27 20:10:16 2000
@@ -9,7 +9,7 @@
 /var/log/maillog                       664  7     *    @T00  Z
 /var/log/sendmail.st                   664  10    *    168   B
 /var/log/messages                      664  5     100  *     Z
-/var/log/all.log                       600  7     *    @T00  Z
+#/var/log/all.log                      600  7     *    @T00  Z
 /var/log/slip.log                      600  3     100  *     Z
 /var/log/ppp.log                       600  3     100  *     Z
 /var/log/security                      600  10    100  *     Z


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002271932.UAA44783>