Here you go: 1 # syslog-ng configuration file.$ 2 #$ 3 # This should behave pretty much like the original syslog on RedHat Linux 9.$ 4 # But it could be configured a lot smarter.$ 5 #$ 6 # See syslog-ng(8) and syslog-ng.conf(5) for more information.$ 7 $ 8 options {$ 9 sync (0);$ 10 time_reopen (10);$ 11 log_fifo_size (1000);$ 12 long_hostnames (on);$ 13 use_dns (yes);$ 14 use_fqdn (no);$ 15 create_dirs (no);$ 16 owner(mdirect);$ 17 group(mdirect);$ 18 keep_hostname (yes);$ 19 log_msg_size(20480);$ 20 time_sleep(30);$ 21 };$ 22 $ 23 $ 24 #source s_sys {$ 25 # pipe ("/proc/kmsg" log_prefix("kernel: ")); unix-stream ("/dev/log"); internal();$ -----Original Message----- From: syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of Roberto Nibali Sent: April 26, 2006 10:41 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] time_sleep() Vaibhav Goel wrote:
Still can't figure this one out. So far, I have compiled and installed 1.6.9 and 1.6.10 and keep getting the same error.
Anyone?!?!?
One thing that sometimes bites people is a stupid control character inside a config file. Could you post the output of following command, please? cat -An mpt-status.c | head -25 Reducing the config file to a bare reproducable set of entries would help us as well. Regards, Roberto Nibali, ratz -- echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq' | dc _______________________________________________ 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