[syslog-ng] Error while spawning the syslog-ng : "source plugin system not found "
Girish Kumar
girish.kumar at al-enterprise.com
Thu Feb 25 14:54:30 CET 2016
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
More information about the syslog-ng
mailing list