The problem seems to be related to filters. Here's what I found so far:<BR>&nbsp;<BR>1- The following filter causes syslog-ng to restart constantly:<BR>filter f_pix_filter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { message("-6-30201[3-6]") or message("-6-30202[0-1]") or message("-6-305011") or message("-6-60900[1-2]") or message("-7-710007"); };<BR><BR>2- I tried using the following filter, which&nbsp;doesn't cause syslog-ng to fail, but doesn't match anything:<BR>filter f_pix_filter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { match("-30201[3-6]|-30202[0-1]|-305011|-60900[1-2]|-710007" value("$MSG")); };<BR>&nbsp;<BR>3- The match() doesn't seem to work with any macro (by using value("$MACRO").<BR>&nbsp;<BR>4- The same filter as mentioned in #2 works without the "value" parameter, but causes syslog-ng to fail. I know it works partially because syslog-ng filters the messages correctly every time its restarted.<BR>&nbsp;<BR>&nbsp;<BR>Steve<BR><BR>----- Message d'origine -----<BR>De: "ILLES, Marton" &lt;illes.marton@balabit.hu&gt;<BR>Date: Jeudi, 26 Mars 2009, 20:09<BR>Objet: Re: [syslog-ng] Constant syslog-ng startup message<BR>À: Syslog-ng users' and developers' mailing list &lt;syslog-ng@lists.balabit.hu&gt;<BR><BR>&gt; On Fri, 2009-03-27 at 09:42 +1300, chris packham wrote:<BR>&gt; &gt; On Thu, 2009-03-26 at 15:56 -0400, srainville@videotron.ca wrote:<BR>&gt; &gt; &gt; syslog-ng keeps logging the following message. I installed <BR>&gt; it using<BR>&gt; &gt; &gt; the HEAD RPM for Linux RHEL4. Is there a problem with the <BR>&gt; startup, or<BR>&gt; &gt; &gt; just a message that can be ignored?<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Mar 26 15:30:16 testserver syslog-ng[22090]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:18 testserver syslog-ng[22092]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:20 testserver syslog-ng[22094]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:21 testserver syslog-ng[22095]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:22 testserver syslog-ng[22097]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:23 testserver syslog-ng[22098]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:24 testserver syslog-ng[22099]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:25 testserver syslog-ng[22100]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:26 testserver syslog-ng[22101]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:28 testserver syslog-ng[22103]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; &gt; Mar 26 15:30:29 testserver syslog-ng[22104]: syslog-ng <BR>&gt; starting up;<BR>&gt; &gt; &gt; version='3.0.1+binpkg4'<BR>&gt; &gt; <BR>&gt; &gt; That looks like either multiple instances of syslog-ng are <BR>&gt; being started<BR>&gt; &gt; or its being stopped and started multiple times ('ps | grep <BR>&gt; syslog-ng'<BR>&gt; &gt; should tell you which). <BR>&gt; &gt; <BR>&gt; &gt; Either way it's probably not good. At best its adding <BR>&gt; unnecessary system<BR>&gt; &gt; load, at worst its losing messages.<BR>&gt; &gt; <BR>&gt; &gt; Does RHEL4 use upstart or some other special init system that <BR>&gt; tries to<BR>&gt; &gt; keep things running if they exit? You may see this kind of <BR>&gt; thing if<BR>&gt; &gt; there was an error in your config file which would cause <BR>&gt; syslog-ng to<BR>&gt; &gt; exit only to be re-started by init.<BR>&gt; &gt; <BR>&gt; <BR>&gt; Maybe it is started than it dies and the superviser restarts it. <BR>&gt; Can you<BR>&gt; start it using strace?<BR>&gt; <BR>&gt; M<BR>&gt; -- <BR>&gt; Key fingerprint = F78C 25CA 5F88 6FAF EA21 779D 3279 9F9E 1155 670D<BR>&gt; <BR>&gt; <BR>&gt; ______________________________________________________________________________<BR>&gt; Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng<BR>&gt; Documentation: <BR>&gt; http://www.balabit.com/support/documentation/?product=syslog-ng<BR>&gt; FAQ: http://www.campin.net/syslog-ng/faq.html<BR>&gt;