Hey
In /etc/logrotate.d i only have the following files :
Aphrodite-Artemis:/etc/logrotate.d# dir
apache2 aptitude clamav-freshclam exim4-base mysql-server rsyslog
apt clamav-daemon dpkg exim4-paniclog razor vsftpd
inside /etc/logrotate.conf i have :
Code:
# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed
#compress
# 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 0660 root utmp
rotate 1
}
# system-specific logs may be configured here
/var/log/mail.log {
missingok
daily
rotate 7
create
compress
start 0
}
Any idea what could be wrong ?
Recent comments
18 hours 1 min ago
22 hours 59 min ago
1 day 26 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 23 hours ago
2 days 1 hour ago