Syslog-NG Version: ./syslog-ng -V syslog-ng 3.0.1+binpkg4 Revision: ssh+git://bazsi@git.balabit//var/scm/git/syslog-ng/syslog-ng-ose--mainline-- 3.0#master#555574a984eaef9410a2869db0af1be0d52b269b Compile-Date: Mar 12 2009 16:42:24 Enable-Threads: on Enable-Debug: off Enable-GProf: off Enable-Memtrace: off Enable-Sun-STREAMS: off Enable-Sun-Door: off Enable-IPv6: on Enable-Spoof-Source: on Enable-TCP-Wrapper: off Enable-SSL: on Enable-SQL: on Enable-Linux-Caps: on Enable-Pcre: off NTP Version: ntp.i386 4.2.2p1-9.el5.centos installed Linux Version: 2.6.18-128.1.6.el5PAE #1 SMP Wed Apr 1 10:02:22 EDT 2009 i686 i686 i386 GNU/Linux Relevant config section: source s_sys { file ("/proc/kmsg" program_override("kernel: ")); unix-stream ("/dev/log"); internal(); }; destination d_local_messages { file("/var/log/messages"); }; log { source(s_sys); filter(f_messages); destination(d_local_messages); }; All kind of other messages are being logged OK - but one that I just happened to notice is no ntpd logs. Any help would be appreciated. Charles Jennings