From owner-freebsd-current@FreeBSD.ORG Sun Dec 7 05:10:13 2003 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 2BAD016A4CE for ; Sun, 7 Dec 2003 05:10:13 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F84243FE0 for ; Sun, 7 Dec 2003 05:10:11 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hB7DAAXO072924; Sun, 7 Dec 2003 14:10:10 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hB7DA5QR072923; Sun, 7 Dec 2003 14:10:05 +0100 (CET) (envelope-from marius) Date: Sun, 7 Dec 2003 14:10:05 +0100 From: Marius Strobl To: Roman Streltsov Message-ID: <20031207141005.A93967@newtrinity.zeist.de> References: <200312070945.hB79jKds039814@www.kukulies.org> <20031207113607.GB301@rbg.informatik.tu-darmstadt.de> <200312071706.59265.warlock@voip.kg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200312071706.59265.warlock@voip.kg>; from warlock@voip.kg on Sun, Dec 07, 2003 at 05:06:59PM +0500 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.23.0.1; VDF 6.23.0.2 cc: freebsd-current@freebsd.org Subject: Re: sendmail coredumped X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 13:10:13 -0000 On Sun, Dec 07, 2003 at 05:06:59PM +0500, Roman Streltsov wrote: > Hello everybody, > > I CVSuped 1 dec after month pause. In boot phase I have messages > > pid 325 (sendmail), uid 0: exited on signal 11 > pid 327 (sendmail), uid 0: exited on signal 11 > pid 329 (sendmail), uid 0: exited on signal 11 > pid 331 (sendmail), uid 0: exited on signal 11 > pid 333 (sendmail), uid 0: exited on signal 11 > pid 335 (sendmail), uid 0: exited on signal 11 > pid 337 (sendmail), uid 0: exited on signal 11 > > > I deny sendmail start in rc.conf > sendmail_enable="NONE" > > and I have option in /etc/make.conf > NO_SENDMAIL=yes > > I don't use sendmail and the trouble is not principial just it isn't nice > > Any ideas? > Your old sendmail binary fails because of the changes in the struct statfs (see 20031112 in src/UPDATING) and because you have NO_SENDMAIL=yes in /etc/make.conf it wasn't rebuilt. You see those messages because sendmail probably still gets called by the periodic(8) scripts.