<<mod_client.conf>> <<mod_server.conf>> Hi all, This is Hithendra. I have succefully compiled and installed syslog-ng-3.4 version on Solaris Sparc10. I have used the following options while configuring syslog-ng. ./configure --with-ssl=/usr/local/ssl/ --enable-ssl --enable-sun-streams When I try to run the client /usr/local/sbin/syslog-ng -f /export/home/root/syslog_conf/mod/syslog-ng_client.conf --> I am getting the following error. A02-LEM-CSLPN01A# /usr/local/sbin/syslog-ng -f /export/home/root/syslog_conf/mod/syslog-ng_client.conf WARNING: Configuration file format is too old, please update it to use the 3.4 format as some constructs might operate inefficiently; Error parsing source, source plugin sun-streams not found in /export/home/root/syslog_conf/mod/syslog-ng_client.conf at line 14, column 18: source s_local { sun-streams("/dev/log"); udp(ip(0.0.0.0) port(514)) ;}; ------------------------------------------------------------------------ --------------------------------------------------- When I try to run the server A02-LEM-CSLPN01A# /usr/local/sbin/syslog-ng -f /export/home/root/syslog_conf/mod/syslog-ng_server.conf --> I am getting the following error WARNING: Configuration file format is too old, please update it to use the 3.4 format as some constructs might operate inefficiently; Using a global log-iw-size() option was removed, please use a per-source log-iw-size(); Error parsing afsocket, syntax error, unexpected LL_IDENTIFIER in /export/home/root/syslog_conf/mod/syslog-ng_server.conf at line 21, column 13: tls( ^^^ Can somebody help here in identifying issue and provide some input on how to get rid of it. Please find the attached conf files. Thanks Hithendra
"Balla, Hithendra (EXT-Other - IN/Bangalore)" <hithendra.balla.ext@nsn.com> writes:
A02-LEM-CSLPN01A# /usr/local/sbin/syslog-ng -f /export/home/root/syslog_conf/mod/syslog-ng_client.conf
WARNING: Configuration file format is too old, please update it to use the 3.4 format as some constructs might operate inefficiently; Error parsing source, source plugin sun-streams not found in /export/home/root/syslog_conf/mod/syslog-ng_client.conf at line 14, column 18:
source s_local { sun-streams("/dev/log"); udp(ip(0.0.0.0) port(514)); };
Could you post the output of configure, or config.log, perhaps? Also, you can try running syslog-ng with the -Fvde parameters (in addition to -f), which will output quite a lot of debug info to stderr, which might help us determine what's going wrong.
From both errors you showed, it seems syslog-ng is unable to find a module or two. Why that is so, I can't tell. config.log and the output of running syslog-ng with -Fvde could help us figure out the reason.
-- |8]
Hi, Please find the attached output of configure. I tried running the command with -Fvde along with -f, but it says "excess number of args". Can you tell me if I missed anything here.? A02-LEM-CSLPN01A# /usr/local/sbin/syslog-ng -f -Fvde /export/home/root/syslog_conf/mod/syslog-ng_client.conf Excess number of arguments Thanks Hithendra -----Original Message----- From: syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of ext Gergely Nagy Sent: Friday, June 01, 2012 5:29 PM To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng] Need help in running syslog-ng "Balla, Hithendra (EXT-Other - IN/Bangalore)" <hithendra.balla.ext@nsn.com> writes:
A02-LEM-CSLPN01A# /usr/local/sbin/syslog-ng -f /export/home/root/syslog_conf/mod/syslog-ng_client.conf
WARNING: Configuration file format is too old, please update it to use the 3.4 format as some constructs might operate inefficiently; Error parsing source, source plugin sun-streams not found in /export/home/root/syslog_conf/mod/syslog-ng_client.conf at line 14, column 18:
source s_local { sun-streams("/dev/log"); udp(ip(0.0.0.0) port(514)); };
Could you post the output of configure, or config.log, perhaps? Also, you can try running syslog-ng with the -Fvde parameters (in addition to -f), which will output quite a lot of debug info to stderr, which might help us determine what's going wrong.
From both errors you showed, it seems syslog-ng is unable to find a module or two. Why that is so, I can't tell. config.log and the output of running syslog-ng with -Fvde could help us figure out the reason.
-- |8] ________________________________________________________________________ ______ 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)
-
Balla, Hithendra (EXT-Other - IN/Bangalore)
-
Gergely Nagy