[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:46048] syslogはどこでrotateするか
fujiです。
sargeを使っています。
/etc/logrotate.confの中を見ると、
# packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp, or btmp -- we'll rotate them here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
rotate 1
}
/var/log/btmp {
missingok
monthly
create 0664 root utmp
rotate 1
}
となっているので、
ls -l /etc/logrotate.dを見てみると、
# ls -l /etc/logrotate.d/
total 48
-rw-r--r-- 1 root root 366 May 11 2005 apache
-rw-r--r-- 1 root root 382 May 11 2005 apache-ssl
-rw-r--r-- 1 root root 79 Apr 7 2005 aptitude
-rw-r--r-- 1 root root 384 May 16 2005 base-config
-rw-r--r-- 1 root root 209 Feb 15 09:10 clamav-daemon
-rw-r--r-- 1 root root 215 Jan 11 02:04 clamav-freshclam
-rw-r--r-- 1 root root 79 Jan 31 2002 lvm-common
-rw-r--r-- 1 root root 1116 May 18 2005 mysql-server
-rw-r--r-- 1 root root 136 May 18 2005 postgresql
-rw-r--r-- 1 root root 149 May 18 2005 postgresql-contrib
-rw-r--r-- 1 root root 94 May 6 2005 ppp
-rw-r--r-- 1 root root 330 May 27 2005 samba
となっています。
この中のどこにも/var/log/syslogや/var/log/mail.logなどが
指定されていないのですが、これらはどこでrotateされていくのでしょうか。