Paul Martin wrote:
On Thu, Apr 19, 2007 at 09:56:34AM +0200, Rudy Gevaert wrote:
create 644 dnsadm arcs
Ok, I removed it (and it happened again this morning), so it would be mailed to
root:
/etc/cron.daily/logrotate:
error: bind9:8 unknown group 'dnsadm'
run-parts: /etc/cron.daily/logrotate exited with return code 1
So it fails on:
create 644 dnsadm arcs
The odd thing is that logrotate's saying "unknown group" rather than
"unknown user". Wild guess: have you used tabs instead of spaces to
separate the fields in that line?
No I don't. I've attached the file...
--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Rudy Gevaert [EMAIL PROTECTED] tel:+32 9 264 4734
Directie ICT, afd. Infrastructuur ICT Department, Infrastructure office
Groep Systemen Systems group
Universiteit Gent Ghent University
Krijgslaan 281, gebouw S9, 9000 Gent, Belgie www.UGent.be
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
/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
fi
endscript
}