From owner-freebsd-stable@FreeBSD.ORG Tue Nov 11 06:10:48 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 776A416A4CF for ; Tue, 11 Nov 2003 06:10:48 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id BB1AC43FB1 for ; Tue, 11 Nov 2003 06:10:44 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 11 Nov 2003 14:10:44 +0000 (GMT) Date: Tue, 11 Nov 2003 14:10:41 +0000 From: David Malone To: Nikolay Pavlov Message-ID: <20031111141041.GA22008@walton.maths.tcd.ie> References: <1655795183.20031107160844@roks.biz> <186306398.20031111104312@roks.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <186306398.20031111104312@roks.biz> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-stable@freebsd.org Subject: Re: PR bin/51253 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 14:10:48 -0000 On Tue, Nov 11, 2003 at 10:43:12AM +0200, Nikolay Pavlov wrote: > Sorry, wrong way. Correct and tested this code: I think this patch removes a fix to a different problem, which was that if a syslog server went away for a short amount of time, then syslogd might stop logging to it all together, until syslogd was next HUPed. It would be nice to get a fix that stopped the recursive loggins, but allowed syslogd to recover gracefully from servers that went away for a short time. David.