<p dir="ltr">So note however that system() is expanded to the same things you already have in your config.</p>
<div class="gmail_quote">On Aug 5, 2013 4:51 PM, &quot;Nemeth Gyorgy&quot; &lt;<a href="mailto:lists@friczy.net">lists@friczy.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I compiled a syslog-ng 3.4 and when starting I get teh following error<br>
message:<br>
<br>
Error parsing source, source plugin system not found in<br>
/etc/syslog-ng/syslog-ng.conf at line 31, column 2:<br>
<br>
        system();<br>
<br>
The part of syslog-ng.conf is the following:<br>
source s_src {<br>
        # message generated by Syslog-NG<br>
        internal();<br>
        # standard Linux log source (this is the default place for the<br>
syslog()<br>
        # function to send logs to)<br>
        unix-stream(&quot;/dev/log&quot;);<br>
        # messages from the kernel<br>
        file(&quot;/proc/kmsg&quot; program_override(&quot;kernel&quot;));<br>
        # use the following line if you want to receive remote UDP<br>
logging messages<br>
        # (this is equivalent to the &quot;-r&quot; syslogd flag)<br>
        # udp();<br>
        system();<br>
};<br>
<br>
According to the documentation the system() source is correct.. What is<br>
wrong here?<br>
<br>
When I comment the system() source out, the syslog-ng daemon starts<br>
without errors.<br>
<br>
# syslog-ng -V<br>
syslog-ng 3.4.2<br>
Installer-Version: 3.4.2<br>
Revision:<br>
Compile-Date: Aug  5 2013 11:00:20<br>
Available-Modules:<br>
syslogformat,afsocket-notls,afsocket-tls,afsql,affile,afprog,afuser,afamqp,afmongodb,csvparser,confgen,system-source,basicfuncs,cryptofuncs,dbparser,afsocket<br>
Enable-Debug: off<br>
Enable-GProf: off<br>
Enable-Memtrace: off<br>
Enable-IPv6: on<br>
Enable-Spoof-Source: on<br>
Enable-TCP-Wrapper: off<br>
Enable-Linux-Caps: off<br>
Enable-Pcre: on<br>
<br>
--<br>
Friczy<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</blockquote></div>