[Postfixbuch-users] OT: Problem mit rsyslog und logrotate

Patrick Westenberg pw at wk-serv.de
Mi Sep 8 00:16:06 CEST 2010


Hallo,

um eine tägliche Auswertung von pflogsumm zu bekommen habe ich
die Datei für rsyslog in /etc/logrotate.d/ abgeändert.

Die Rotation funktioniert auch wie gewünscht, allerdings kommt es
manchmal vor, dass anschließend nicht mehr in die mail.log geschrieben
wird. Nach einem manuellen invoke-rc.d rsyslog reload > /dev/null
funktioniert es wieder.

Phasenweise hatte ich "start 0" konfiguriert, das war jedoch auch
nicht die Ursache. Den Reload zweimal ausführen hat auch nicht geholfen
:D

Das Problem tritt nicht jeden Tag auf. Auf einem zweiten Server mit
identischer Konfiguration ist es genauso.

Hat jemand einen Tipp für mich?

Gruß
Patrick


/var/log/syslog
{
         rotate 7
         daily
         missingok
         notifempty
         delaycompress
         compress
         postrotate
                 invoke-rc.d rsyslog reload > /dev/null
         endscript
}

/var/log/mail.info
/var/log/mail.warn
/var/log/mail.err
/var/log/daemon.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/lpr.log
/var/log/cron.log
/var/log/debug
/var/log/messages
{
         rotate 4
         weekly
         missingok
         notifempty
         compress
         delaycompress
         sharedscripts
         postrotate
                 invoke-rc.d rsyslog reload > /dev/null
         endscript
}


/var/log/mail.log
{
     missingok
     daily
     rotate 7
     create
     compress
     postrotate
             invoke-rc.d rsyslog reload > /dev/null
     endscript
}



Mehr Informationen über die Mailingliste Postfixbuch-users