From owner-freebsd-bugs@FreeBSD.ORG Fri Aug 8 18:16:43 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51260106566B for ; Fri, 8 Aug 2008 18:16:43 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 24AF78FC1D for ; Fri, 8 Aug 2008 18:16:43 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1634280rvf.43 for ; Fri, 08 Aug 2008 11:16:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xne2IKmohx7f2wPbiMPlyvDjMBbywJ/7RHroZOC62dU=; b=pgvk4LNz5+JjQNEHUJesbmfp9vMBw1Thyzd7KTRLcbXysHokjAxvPFZ38HI/HJ7s0L ardEI8PkPMoiOTdUid7jlpo4fOq0ZPX0p7X6GiQ67JqkVAdOKXU2gNtPEmL2yNnV0veJ cBujjTQd2BshjOYuGAVHq0XkVYeTIG9TeljqM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fINs21rPhST5PKIGu5xfB47U8hQPq1EPKbtq+r5jwcM31Nv7NUw+fppQts5Z7YZei9 dbwEAMRquayGtZze24SZcdDfiB0I8jGivh3BOukSxsLNvS7QdTXknred3djlnU+aJZmi jwj4k0bc4VE2ozwWGnLSWysw4dL8c0t7a6SM0= Received: by 10.140.170.12 with SMTP id s12mr1582412rve.101.1218217697357; Fri, 08 Aug 2008 10:48:17 -0700 (PDT) Received: by 10.140.174.7 with HTTP; Fri, 8 Aug 2008 10:48:17 -0700 (PDT) Message-ID: <8d23ec860808081048q5d43dc06mcb8c1475a8267dc1@mail.gmail.com> Date: Fri, 8 Aug 2008 13:48:17 -0400 From: Schiz0 To: edwin@freebsd.org In-Reply-To: <200808070143.m771hlud001436@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200808070143.m771hlud001436@freefall.freebsd.org> Cc: freebsd-bugs@freebsd.org Subject: Re: bin/125753: cron(8) not mailing output 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, 08 Aug 2008 18:16:43 -0000 On Wed, Aug 6, 2008 at 9:43 PM, wrote: > Synopsis: cron(8) not mailing output > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Thu Aug 7 01:41:49 UTC 2008 > State-Changed-Why: > I know that during the pre-release of 7.0 various people had issues > like these. Now that 7.0 has been out in the field for a couple of > months, and I can't reproduce the issue on it, I'm going to ask you > the dreaded question: Does it still happen for you? > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=125753 > Yeah, I tested it again by putting the same line in my crontab: MAILTO="root" */5 * * * * root echo "Hello!" I got the same message in my /var/log/maillog about "size=0, class=0, nrcpts=0". I'm currently running 7.0-RELEASE-p2 on a custom kernel and recompiled world.