6 Dec
2002
6 Dec
'02
8:42 p.m.
Well it must be something on my system that is odd. See new attempt after install of 1.5.23 below. Any ideas? Is there any debug info I can use to track down the parse error? Wes [root@EARTH syslog-ng]# cat syslog-ng.conf #options { sync(0); }; source src { udp(); internal(); }; destination misc{file("/var/log/misc");}; log{source(src); destination (misc);}; [root@EARTH syslog-ng]# /usr/local/sbin/syslog-ng -v -d -f /etc/syslog-ng/syslog -ng.conf parse error at 2 Parse error reading configuration file, exiting. (line 2)