From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 13 01:06:19 2013 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 850887B3; Wed, 13 Nov 2013 01:06:19 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5BBAE262D; Wed, 13 Nov 2013 01:06:18 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VgOuP-000B6N-Sm; Wed, 13 Nov 2013 01:06:18 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id rAD16Ftu071406; Tue, 12 Nov 2013 18:06:15 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/0Ir+fbNpowy3Fv2H3Gq85 Subject: Re: syslog(3) and truncated messages. From: Ian Lepore To: Edward Tomasz =?iso-8859-2?Q?Napiera=B3a?= In-Reply-To: References: Content-Type: text/plain; charset="iso-8859-2" Date: Tue, 12 Nov 2013 18:06:15 -0700 Message-ID: <1384304775.31172.356.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by damnhippie.dyndns.org id rAD16Ftu071406 Cc: freebsd-hackers Hackers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 01:06:19 -0000 On Tue, 2013-11-12 at 23:00 +0100, Edward Tomasz Napiera=B3a wrote: > I have a daemon (namely ctld(8)) that, when running with debug enabled, > outputs a lot of information to the syslog, using the usual syslog(3) A= PI. > Problem is, the output gets truncated: at some point the log messages > from all involved processes stop getting logged, even though the proces= ses > continue to run, confirmed by subsequent kernel messages, which get log= ged > properly. >=20 > Any idea what might be going on? >=20 It turns out I had newer patches that did apply cleanly for this, so I committed them as r258076 and r258077 (since they really addressed two completely separate items). Hopefully this will fix the glitches you're seeing. -- Ian