[syslog-ng] Error while spawning the syslog-ng : "source plugin system not found "

Scheidler, Balázs balazs.scheidler at balabit.com
Fri Feb 26 07:44:36 CET 2016


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?

Do you have systemd? Do you have a separate libsystemd-journal.so or just a
monolithic libsystemd.so?

The problem is with supporting the latter one.
On Feb 25, 2016 2:54 PM, "Girish Kumar" <girish.kumar at al-enterprise.com>
wrote:

> Hi Gyu,
>
> My contents is default syslog-ng.conf which is generated after make install
>
> @version: 3.7
> @include "scl.conf"
>
> source s_local {
>     #system();
>     internal();
> };
>
> source s_network {
>     udp();
> };
>
> destination d_local {
>     file("/var/log/messages");
> };
>
> log {
>     source(s_local);
>
>     # uncomment this line to open port 514 to receive messages
>     #source(s_network);
>     destination(d_local);
> };
>
> And contents of scl.conf
> --------------------------
> @define scl-root "`syslog-ng-data`/include/scl"
> @define include-path "`include-path`:`syslog-ng-data`/include"
>
> @include 'scl/*/*.conf'
>
>
> Regards,
> Girish
>
> -----Original Message-----
> From: syslog-ng-bounces at lists.balabit.hu [mailto:
> syslog-ng-bounces at lists.balabit.hu] On Behalf Of PÁSZTOR György
> Sent: Thursday, February 25, 2016 5:46 PM
> To: Syslog-ng users' and developers' mailing list
> Subject: Re: [syslog-ng] Error while spawning the syslog-ng : "source
> plugin system not found "
>
> Hi,
>
> "Girish Kumar" <girish.kumar at al-enterprise.com> írta 2016-02-25 12:03-kor:
> > Could anybody  please update on the following.
> > Regards,
> > Girish
> >
> > From: syslog-ng-bounces at lists.balabit.hu [mailto:
> syslog-ng-bounces at lists.balabit.hu] On Behalf Of Girish Kumar
> > Sent: Thursday, February 25, 2016 1:30 PM
> > To: Syslog-ng users' and developers' mailing list
> > Subject: [syslog-ng] Error while spawning the syslog-ng : "source plugin
> system not found "
> >
> > Hi All,
> >
> > I was successful  in  compilation  and installing syslog-ng
> >
> > While  spawning   syslog-ng,  I am getting  source plugin system not
> found.
> >
> > Following is the error. Please help me on this
> >
> > TOR #-> /sbin/syslog-ng
> > Error parsing source, source plugin system not found in
> //etc/syslog-ng.conf at line 10, column 2:
> >
> >         system();
> >         ^^^^^^
>
> What is the exact content of your syslog-ng.conf file?
> Did not you forget to include the scl?
>
> Cheers,
> Gyu
>
> ______________________________________________________________________________
> Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
> Documentation:
> http://www.balabit.com/support/documentation/?product=syslog-ng
> FAQ: http://www.balabit.com/wiki/syslog-ng-faq
>
>
> ______________________________________________________________________________
> Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
> Documentation:
> http://www.balabit.com/support/documentation/?product=syslog-ng
> FAQ: http://www.balabit.com/wiki/syslog-ng-faq
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20160226/dd6cb90a/attachment-0001.htm 


More information about the syslog-ng mailing list