6 Dec
2002
6 Dec
'02
12:18 a.m.
It has to be something very simple, anyone have an idea why I'm receiving this error? Thanks wes ------------------ [root@EARTH syslog-ng]# /usr/local/sbin/syslog-ng -v parse error at 1 Parse error reading configuration file, exiting. [root@EARTH syslog-ng]# ------------------- syslog-ng.conf: [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]#