I'm receiving the following error "do_stream_read: STREAMS device gave too long line" when I start syslog-ng -d -v. My config file is below, thanks in advance options { use_fqdn(yes); keep_hostname(yes); use_dns(no); long_hostnames(off); sync(0); log_fifo_size(1000); }; # # local and network sources # # + will accept udp/tcp connections on port 514 from any host # + keepalive option is for tcp only and will keep connection open # when the SIGHUP signal is seen # source local { sun-streams("/dev/log" max-connections(10) door("/etc/.syslog_doo r")); internal(); }; source network { udp(); tcp(0.0.0.0) port(514); }; # # standard destinations for local standard system messages # destination authlog { file("/var/log/auth.log"); }; destination syslog { file("/var/log/syslog"); }; destination kern { file("/var/log/kern.log"); }; destination maillog { file("/var/log/maillog"); }; --------------------------------- Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger