[syslog-ng]Streams error in messages and debug mode

Fahey Owens syslog-ng@lists.balabit.hu
Thu, 3 Jun 2004 08:51:43 -0700 (PDT)


--0-2129294478-1086277903=:86439
Content-Type: text/plain; charset=us-ascii

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
--0-2129294478-1086277903=:86439
Content-Type: text/html; charset=us-ascii

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