<p dir="ltr">There was an issue that on newer systemd based platforms the systemd-journal () plugin doesn't load. You should see this on stderrr during startup. It is a pretty recent issue maybe #914?</p>
<p dir="ltr">Do you have systemd? Do you have a separate libsystemd-journal.so or just a monolithic libsystemd.so?</p>
<p dir="ltr">The problem is with supporting the latter one.</p>
<div class="gmail_quote">On Feb 25, 2016 2:54 PM, "Girish Kumar" <<a href="mailto:girish.kumar@al-enterprise.com">girish.kumar@al-enterprise.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gyu,<br>
<br>
My contents is default syslog-ng.conf which is generated after make install<br>
<br>
@version: 3.7<br>
@include "scl.conf"<br>
<br>
source s_local {<br>
#system();<br>
internal();<br>
};<br>
<br>
source s_network {<br>
udp();<br>
};<br>
<br>
destination d_local {<br>
file("/var/log/messages");<br>
};<br>
<br>
log {<br>
source(s_local);<br>
<br>
# uncomment this line to open port 514 to receive messages<br>
#source(s_network);<br>
destination(d_local);<br>
};<br>
<br>
And contents of scl.conf<br>
--------------------------<br>
@define scl-root "`syslog-ng-data`/include/scl"<br>
@define include-path "`include-path`:`syslog-ng-data`/include"<br>
<br>
@include 'scl/*/*.conf'<br>
<br>
<br>
Regards,<br>
Girish<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a> [mailto:<a href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a>] On Behalf Of PÁSZTOR György<br>
Sent: Thursday, February 25, 2016 5:46 PM<br>
To: Syslog-ng users' and developers' mailing list<br>
Subject: Re: [syslog-ng] Error while spawning the syslog-ng : "source plugin system not found "<br>
<br>
Hi,<br>
<br>
"Girish Kumar" <<a href="mailto:girish.kumar@al-enterprise.com">girish.kumar@al-enterprise.com</a>> írta 2016-02-25 12:03-kor:<br>
> Could anybody please update on the following.<br>
> Regards,<br>
> Girish<br>
><br>
> From: <a href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a> [mailto:<a href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a>] On Behalf Of Girish Kumar<br>
> Sent: Thursday, February 25, 2016 1:30 PM<br>
> To: Syslog-ng users' and developers' mailing list<br>
> Subject: [syslog-ng] Error while spawning the syslog-ng : "source plugin system not found "<br>
><br>
> Hi All,<br>
><br>
> I was successful in compilation and installing syslog-ng<br>
><br>
> While spawning syslog-ng, I am getting source plugin system not found.<br>
><br>
> Following is the error. Please help me on this<br>
><br>
> TOR #-> /sbin/syslog-ng<br>
> Error parsing source, source plugin system not found in //etc/syslog-ng.conf at line 10, column 2:<br>
><br>
> system();<br>
> ^^^^^^<br>
<br>
What is the exact content of your syslog-ng.conf file?<br>
Did not you forget to include the scl?<br>
<br>
Cheers,<br>
Gyu<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</blockquote></div>