Package: logrotate
Version: 3.7-5
Severity: grave
Justification: renders package unusable
Sometimes when logrotate rotates our bind9 log files, it doesn't start
bind9 again. Altought it stops it. My bind9 logrotate file:
/var/log/named/named.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
create 644 dnsadm arcs
postrotate
if [ -f /var/run/bind/run/named.pid ]; then
/etc/init.d/bind9 restart > /dev/null
fi
endscript
}
Running /etc/init.d/bind9 restart myself works.
-- Package-specific info:
Contents of /etc/logrotate.d
total 20
-rw-r--r-- 1 root root 79 Apr 7 2005 aptitude
-rw-r--r-- 1 root root 384 May 15 2005 base-config
-rw-r--r-- 1 root root 337 Apr 18 08:19 bind9
-rw-r--r-- 1 root root 338 May 17 2006 dhcpd
-rw-r--r-- 1 root root 285 Apr 20 2005 stunnel4
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.31-ugent-pe
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages logrotate depends on:
ii base-passwd 3.5.9 Debian base system master password
ii cron 3.0pl1-86 management of regular background p
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libpopt0 1.7-5 lib for parsing cmdline parameters
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]