Balazs explained. I should read through all the responses first before open the mouth. BTW, I have a question related to different versions. Is 1.9 developing brunch the same as 2.0 mentioned in Balabit web site? There's one feature I'm particular interesting is time zone support, which seems is not available in 1.6.8 I'm running. If that's true, is there a way to handle different time zones? Maybe I should create a new subject to explain my problem. Thanks for all your helps. On Thu, 2005-08-04 at 09:20 -0700, Arnold Wang wrote:
I'm worrying about this as well. I noticed "_" is used a lot in macros and there is one called "$HOST_FROM". Maybe I found a bug?
On Thu, 2005-08-04 at 02:40 -0400, Valdis.Kletnieks@vt.edu wrote:
On Wed, 03 Aug 2005 16:01:05 PDT, Arnold Wang said:
ng/HOSTS/$HOST/$YEAR/$MONTH/$HOST_$MONTH$DAY.log" owner(root) group (root) perm(0600) dir_perm(0700) create_dirs(yes)); }; However, the log file generated by the syslog-ng for today is named "0803.log", which is different than "hostname_0803.log" as I expected.
I wonder if it's looking for a variable called HOST_ and not finding it, because the variable's name is HOST without the _ character....