From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 15 01:06:43 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805F216A403; Fri, 15 Sep 2006 01:06:43 +0000 (UTC) (envelope-from jh@sirocco.sandstorm.net) Received: from sirocco.sandstorm.net (ip-69-33-111-75.bos.megapath.net [69.33.111.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02AFB43D46; Fri, 15 Sep 2006 01:06:42 +0000 (GMT) (envelope-from jh@sirocco.sandstorm.net) Received: from sirocco.sandstorm.net (localhost [127.0.0.1]) by sirocco.sandstorm.net (8.13.3/8.13.3) with ESMTP id k8F1JBaZ046674; Thu, 14 Sep 2006 21:19:11 -0400 (EDT) (envelope-from jh@sirocco.sandstorm.net) Received: (from jh@localhost) by sirocco.sandstorm.net (8.13.3/8.13.3/Submit) id k8F1JBv1046673; Thu, 14 Sep 2006 21:19:11 -0400 (EDT) (envelope-from jh) Date: Thu, 14 Sep 2006 21:19:11 -0400 From: John Hood To: John Hood , cgull@glup.org, ni@sirocco.sandstorm.net Message-ID: <20060915011911.GB46136@sandstorm.net> References: <200605082351.k48Np5fX012137@sirocco.sandstorm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605082351.k48Np5fX012137@sirocco.sandstorm.net> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on sirocco.sandstorm.net Cc: freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: crond fails quietly if /usr/sbin/sendmail is missing X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2006 01:06:43 -0000 On Mon, May 08, 2006 at 07:51:05PM -0400, John Hood wrote: > >Description: > > If cron's job-running child fails to exec /usr/sbin/sendmail and the > cron job writes to stdout, hijinks ensue I reported this cron bug a while ago. Anybody? Anybody? ISTR the cron job will get SIGPIPE on any failure of sendmail that causes its pipe to close early, not just failure-to-exec. --jh