<div>&nbsp;</div>
<div>Hi,</div>
<div>I'm using&nbsp; syslog-ng 1.9.9<br>&nbsp;</div>
<div>In syslog-ng.conf,&nbsp; I have specified a program to process the syslog-ng output.</div>
<div>&nbsp;</div>
<div>&nbsp;destination df_mail { file(&quot;/var/log/mail.log&quot;); program(&quot;/home/readlog/readlog.php&quot;); };</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 &lt;defunct&gt;.<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0 Mar27 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 [kthread]<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1652&nbsp;&nbsp; 537&nbsp; 0 Apr20 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 [readlog.php] &lt;defunct&gt;<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4000&nbsp;&nbsp; 537&nbsp; 0 Apr21 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 [
readlog.php] &lt;defunct&gt;<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7189&nbsp;&nbsp; 537&nbsp; 0 Apr22 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 [readlog.php] &lt;defunct&gt;<br>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks for any suggestions.</div>
<div>D</div>