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