<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Bazsi please correct me if I'm wrong, but I interpret your earlier email as<BR>
"one UDP frame = one message" therefore if Guy wants to send longer<BR>
messages over UDP he'll have to increase the frame size on&nbsp;the sender<BR>
so that the entire&nbsp;message fits in one frame.<BR><BR>&gt; Date: Wed, 13 Feb 2008 09:12:49 -0500<BR>&gt; From: network.monger@gmail.com<BR>&gt; To: syslog-ng@lists.balabit.hu<BR>&gt; Subject: Re: [syslog-ng] Problems with short messages<BR>&gt; <BR>&gt; I see what you are saying...<BR>&gt; I don't think the length of a packet either 1024 or 69 bytes in length<BR>&gt; is causing the problem.<BR>&gt; The problem is that the second frame (the 69 byte one) is not going<BR>&gt; to the appropriate file.<BR>&gt; It is going to the default "catch all" file instead of the one it should be.<BR>&gt; If you look at the actual packet code... I believe the applications<BR>&gt; part of the header is missing on the 69 byte packet.<BR>&gt; Would this cause syslog-ng to dump the packet into the default catch<BR>&gt; all file as opposed to the one specified by IP?<BR>&gt; <BR>&gt; Please advise and thanks,<BR>&gt; Chris<BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: syslog-ng-bounces@lists.balabit.hu<BR>&gt; [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of Balazs<BR>&gt; Scheidler<BR>&gt; Sent: Monday, February 11, 2008 4:04 AM<BR>&gt; To: Syslog-ng users' and developers' mailing list<BR>&gt; Subject: Re: [syslog-ng] Problems with short messages<BR>&gt; <BR>&gt; <BR>&gt; On Sun, 2008-02-10 at 08:03 -0500, Guy Fleegman wrote:<BR>&gt; &gt; The first packet is only 1066 bytes long... and the second one is 69.<BR>&gt; &gt; I thought that the default log msg size was 8192...so i was not<BR>&gt; &gt; thinking that adjusting that in either direction would make a<BR>&gt; &gt; difference.... should it?<BR>&gt; <BR>&gt; If it's over your desired length, then you don't need to adjust that.<BR>&gt; <BR>&gt; The problem is that if you're using the UDP transport, messages<BR>&gt; terminated by the datagram borders, e.g. each message is a separate<BR>&gt; frame.<BR>&gt; <BR>&gt; Syslog-ng will happily process UDP frames over 1024 bytes (even thought<BR>&gt; the RFC says that's the limit), so change the sender to send it out with<BR>&gt; a single frame.<BR>&gt; <BR>&gt; -- <BR>&gt; Bazsi<BR>&gt; _______________________________________________<BR>&gt; syslog-ng maillist - syslog-ng@lists.balabit.hu<BR>&gt; https://lists.balabit.hu/mailman/listinfo/syslog-ng<BR>&gt; Frequently asked questions at http://www.campin.net/syslog-ng/faq.html<BR>&gt; <BR><BR><br /><hr />Join the all-new Windows Live Messenger family <a href='http://get.live.com' target='_new'>Click here!</a></body>
</html>