another documentation error (or bug?)
Hello, I'm not quite sure whether this is a bug or another documentation fault. I tried to use sync_freq() in the global options block, but I couldn't succeed. The following line gives an error: options { long_hostnames(yes); sync(0); sync_freq(3); time_reap(10); use_time_recvd(yes); use_dns(yes); create_dirs(yes); log _fifo_size(3000); chain_hostnames(yes);}; ganga:/var# syslog-ng parse error at 3 Parse error reading configuration file, exiting. ganga:/var# However if I remove the sync_freq setting, it reads the line correctly: options { long_hostnames(yes); sync(3); time_reap(10); use_time_recvd(yes); use_dns(yes); create_dirs(yes); log_fifo_size(3000); chain_hostnames(yes);}; ganga:/var# syslog-ng ganga:/var# Please correct me if I'm wrong, but this seems somehow strange to me. -- Regards, Wiktor Wodecki Unix-Administration Wapme Systems AG
On Thu, Jan 11, 2001 at 01:42:21PM +0100, Wiktor Wodecki wrote:
Hello,
I'm not quite sure whether this is a bug or another documentation fault. I tried to use sync_freq() in the global options block, but I couldn't succeed. The following line gives an error:
options { long_hostnames(yes); sync(0); sync_freq(3); time_reap(10); use_time_recvd(yes); use_dns(yes); create_dirs(yes); log _fifo_size(3000); chain_hostnames(yes);};
it seems to be it's a documentation problem, sync_freq() should be sync(). -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
participants (2)
-
Balazs Scheidler
-
Wiktor Wodecki