source plugin udp not found
Hello, I have compiled syslog-ng ver 3.4.3 from source. syslog-ng -V syslog-ng 3.4.3 Installer-Version: 3.4.3 Revision: ssh+git://algernon@git.balabit /var/scm/git/syslog-ng/syslog-ng-ose--mainline--3.4#no_branch#64d670f3cbfb90769f3c7f0fdd9c70bb9136ec5b Compile-Date: Feb 10 2014 15:39:36 Available-Modules: Enable-Debug: off Enable-GProf: off Enable-Memtrace: off Enable-IPv6: on Enable-Spoof-Source: off Enable-TCP-Wrapper: off Enable-Linux-Caps: off Enable-Pcre: on When I run it: syslog-ng --cfgfile /opt/wix-log-service/configs/wix-log-service.conf I get: Error parsing source, source plugin udp not found in /opt/wix-log-service/configs/wix-log-service.conf at line 66, column 9: udp(port(514) so_rcvbuf(33554430)); What is wrong? Regards, Constantin -
Do you have the afsocket plugin present? It should be automatically loaded at startup. Where did you get your binaries from? Look for $prefix/lib/libafsocket.so On Feb 11, 2014 1:42 PM, "Costa Farber" <costaf@wix.com> wrote:
Hello, I have compiled syslog-ng ver 3.4.3 from source. syslog-ng -V
syslog-ng 3.4.3 Installer-Version: 3.4.3 Revision: ssh+git://algernon@git.balabit /var/scm/git/syslog-ng/syslog-ng-ose--mainline--3.4#no_branch#64d670f3cbfb90769f3c7f0fdd9c70bb9136ec5b Compile-Date: Feb 10 2014 15:39:36 Available-Modules: Enable-Debug: off Enable-GProf: off Enable-Memtrace: off Enable-IPv6: on Enable-Spoof-Source: off Enable-TCP-Wrapper: off Enable-Linux-Caps: off Enable-Pcre: on
When I run it: syslog-ng --cfgfile /opt/wix-log-service/configs/wix-log-service.conf
I get:
Error parsing source, source plugin udp not found in /opt/wix-log-service/configs/wix-log-service.conf at line 66, column 9:
udp(port(514) so_rcvbuf(33554430));
What is wrong? Regards, Constantin -
______________________________________________________________________________ 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
I find it on $prefix/lib/syslog-ng/libafsocket.so Is it correct? On Fri, Feb 14, 2014 at 11:54 PM, Balazs Scheidler <bazsi77@gmail.com>wrote:
Do you have the afsocket plugin present? It should be automatically loaded at startup. Where did you get your binaries from?
Look for $prefix/lib/libafsocket.so On Feb 11, 2014 1:42 PM, "Costa Farber" <costaf@wix.com> wrote:
Hello, I have compiled syslog-ng ver 3.4.3 from source. syslog-ng -V
syslog-ng 3.4.3 Installer-Version: 3.4.3 Revision: ssh+git://algernon@git.balabit /var/scm/git/syslog-ng/syslog-ng-ose--mainline--3.4#no_branch#64d670f3cbfb90769f3c7f0fdd9c70bb9136ec5b Compile-Date: Feb 10 2014 15:39:36 Available-Modules: Enable-Debug: off Enable-GProf: off Enable-Memtrace: off Enable-IPv6: on Enable-Spoof-Source: off Enable-TCP-Wrapper: off Enable-Linux-Caps: off Enable-Pcre: on
When I run it: syslog-ng --cfgfile /opt/wix-log-service/configs/wix-log-service.conf
I get:
Error parsing source, source plugin udp not found in /opt/wix-log-service/configs/wix-log-service.conf at line 66, column 9:
udp(port(514) so_rcvbuf(33554430));
What is wrong? Regards, Constantin -
______________________________________________________________________________ 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
-- <http://www.wix.com> Costa Farber System 054-3394201
Try starting syslog-ng manually using syslog-ng -Fedv It should print diagnostics to its stderr. Look for libafsocket loading and check if there are any error messages. In case you had earlier syslog-ng versions on the same box, some of the shared libraries that syslog-ng is comprised of can be mixed. This can cause load errors. On Feb 16, 2014 8:24 AM, "Costa Farber" <costaf@wix.com> wrote:
I find it on $prefix/lib/syslog-ng/libafsocket.so
Is it correct?
On Fri, Feb 14, 2014 at 11:54 PM, Balazs Scheidler <bazsi77@gmail.com>wrote:
Do you have the afsocket plugin present? It should be automatically loaded at startup. Where did you get your binaries from?
Look for $prefix/lib/libafsocket.so On Feb 11, 2014 1:42 PM, "Costa Farber" <costaf@wix.com> wrote:
Hello, I have compiled syslog-ng ver 3.4.3 from source. syslog-ng -V
syslog-ng 3.4.3 Installer-Version: 3.4.3 Revision: ssh+git://algernon@git.balabit /var/scm/git/syslog-ng/syslog-ng-ose--mainline--3.4#no_branch#64d670f3cbfb90769f3c7f0fdd9c70bb9136ec5b Compile-Date: Feb 10 2014 15:39:36 Available-Modules: Enable-Debug: off Enable-GProf: off Enable-Memtrace: off Enable-IPv6: on Enable-Spoof-Source: off Enable-TCP-Wrapper: off Enable-Linux-Caps: off Enable-Pcre: on
When I run it: syslog-ng --cfgfile /opt/wix-log-service/configs/wix-log-service.conf
I get:
Error parsing source, source plugin udp not found in /opt/wix-log-service/configs/wix-log-service.conf at line 66, column 9:
udp(port(514) so_rcvbuf(33554430));
What is wrong? Regards, Constantin -
______________________________________________________________________________ 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
-- <http://www.wix.com> Costa Farber System
054-3394201
______________________________________________________________________________ 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
participants (2)
-
Balazs Scheidler
-
Costa Farber