<div> </div>
<div>Hi,</div>
<div>I'm using syslog-ng 1.9.9<br> </div>
<div>In syslog-ng.conf, I have specified a program to process the syslog-ng output.</div>
<div> </div>
<div> destination df_mail { file("/var/log/mail.log"); program("/home/readlog/readlog.php"); };</div>
<div><br>When cron performs it's logrotation daily, it runs a reload of the syslog-ng system. The readlog.php <br>script ends up being <defunct>.<br><br>For example:<br><br><a href="mailto:root@thehost:/etc/logrotate.d">
root@thehost:/etc/logrotate.d</a># ps -ef | grep read<br>root 9 1 0 Mar27 ? 00:00:00 [kthread]<br>root 1652 537 0 Apr20 ? 00:00:00 [readlog.php] <defunct><br>root 4000 537 0 Apr21 ? 00:00:00 [
readlog.php] <defunct><br>root 7189 537 0 Apr22 ? 00:00:00 [readlog.php] <defunct><br> </div>
<div> </div>
<div>Thanks for any suggestions.</div>
<div>D</div>