RE: [syslog-ng]Problem with built in variables in syslog-ng
Thank you Dan and Achim, upgrading to the rc3 fixed the problem. I guess my test box was still running an older version than rc2, and when I installed the package with rc2 it hosed everything. Rob Glasser desk (425)288-2562; cell (206)915-4327 rob.glasser@attws.com / 2069154327@mobile.att.net -----Original Message----- From: Dan Edwards [mailto:dme@duda.com] Sent: Tuesday, April 29, 2003 5:32 PM To: syslog-ng@lists.balabit.hu Subject: RE: [syslog-ng]Problem with built in variables in syslog-ng I had this problem with RC2, never looked at why just found that snapshot from 4/18 fixed it, surprised it returned in another final build. Dan Edwards Network Specialist A. Duda & Sons, Inc. -----Original Message----- From: syslog-ng-admin@lists.balabit.hu [mailto:syslog-ng-admin@lists.balabit.hu] On Behalf Of Achim Gsell Sent: Tuesday, April 29, 2003 8:18 PM To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng]Problem with built in variables in syslog-ng On Wednesday 30 April 2003 01:28, Glasser, Rob wrote:
I'm banging my head here and can't figure out for the life of me what happened. I had everything working, and after packaging up the binaries into a solaris package and reinstalling via package to test the package, some of the built in variables do not work. For example I have this destination statement:
destination network_log { file("/var/log/syslog-ng/$HOST/$FACILITY.$YEAR$MONTH$DAY" owner(root) group(root) perm(0600) dir_perm(0700) create_dirs(yes) ); };
Before it worked correctly, I'd end up with a log entry like /var/log/syslog-ng/hostabc/auth.20030429 Now I get: /var/log/syslog-ng/.29
This is a known bug in version 1.6.0rc2, update to version 1.6.0rc3. Achim _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
participants (1)
-
Glasser, Rob