From owner-freebsd-current@FreeBSD.ORG Tue Jan 13 00:42:20 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A287116A4CE for ; Tue, 13 Jan 2004 00:42:20 -0800 (PST) Received: from cmsrelay01.mx.net (cmsrelay01.mx.net [165.212.11.110]) by mx1.FreeBSD.org (Postfix) with SMTP id F11E543D9E for ; Tue, 13 Jan 2004 00:41:18 -0800 (PST) (envelope-from noackjr@compgeek.com) Received: from uadvg137.cms.usa.net (165.212.11.137) by cmsoutbound.mx.net with SMTP; 13 Jan 2004 08:41:13 -0000 Received: from optimator.noacks.org [65.69.2.105] by uadvg137.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.11E) with ESMTP id 124iamipk0168M37; Tue, 13 Jan 2004 08:41:10 GMT X-USANET-Auth: 65.69.2.105 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id C9D9260F0; Tue, 13 Jan 2004 02:41:09 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00704-04; Tue, 13 Jan 2004 02:40:59 -0600 (CST) Received: from compgeek.com (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 3D49E60ED; Tue, 13 Jan 2004 02:40:59 -0600 (CST) Message-ID: <4003AF93.40902@compgeek.com> Date: Tue, 13 Jan 2004 02:42:59 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 0.5a (20040105) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Josef Karthauser References: <20040112113040.GC19402@genius.tao.org.uk> <13688.64.1.99.131.1073951398.squirrel@www.noacks.org> In-Reply-To: <13688.64.1.99.131.1073951398.squirrel@www.noacks.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: freebsd-current@freebsd.org Subject: Re: Problems with syslogd under 5.2-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@compgeek.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 08:42:20 -0000 On 1/12/2004 5:49 PM, Jon Noack wrote: > Josef Karthauser wrote: >>I upgraded a server to 5.2-RELEASE last weekend and since then I've had >>no end of trouble with the postfix mail server. Mail hangs in the queue >>with errors like: >> >> 81D5A90020 15421 Mon Jan 12 10:42:23 email@address >> (temporary failure. Command output: couldn't connect to lmtpd: Unknown >> error: 0_ 421 4.3.0 deliver: couldn't connect to lmtpd_ ) >> >>It appears that the lmtpd is hanging on syslog output... nothing is >>getting written to syslog at all. >> >>If I kill and restart syslogd by hand I get: >> >> # /usr/sbin/syslogd -s >> syslogd: timed out waiting for child >> >>Is this a known problem? Is there a workaround? >> >>Joe > > If you've already tried recompiling Postfix, you may ignore this message. > > This may be related to the statfs update back in November. There's a note > in src/UPDATING about it on 20031112. > > A search of the archives revealed this thread: > http://lists.freebsd.org/pipermail/freebsd-current/2003-November/thread.html#13828 > > With this message telling you to recompile Postfix: > http://lists.freebsd.org/pipermail/freebsd-current/2003-November/013929.html > > Jon Better yet, check the release notes: http://www.freebsd.org/releases/5.2R/relnotes-i386.html#FS Jon