From owner-svn-src-head@FreeBSD.ORG Wed Oct 17 20:07:33 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C142F7E3; Wed, 17 Oct 2012 20:07:33 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail.sippysoft.com (hub.sippysoft.com [174.36.24.17]) by mx1.freebsd.org (Postfix) with ESMTP id 979BE8FC0A; Wed, 17 Oct 2012 20:07:33 +0000 (UTC) Received: from s173-180-43-49.bc.hsia.telus.net ([173.180.43.49] helo=[192.168.22.32]) by mail.sippysoft.com with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TOZtm-000F4E-T9; Wed, 17 Oct 2012 13:07:26 -0700 Message-ID: <507F0FF8.3090602@FreeBSD.org> Date: Wed, 17 Oct 2012 13:07:20 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Konstantin Belousov Subject: Re: svn commit: r241625 - head/usr.sbin/cron/cron References: <201210170044.q9H0iZHo055977@svn.freebsd.org> <20121017174814.GN35915@deviant.kiev.zoral.com.ua> In-Reply-To: <20121017174814.GN35915@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: sobomax@sippysoft.com X-ssp-trusted: yes Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2012 20:07:33 -0000 On 10/17/2012 10:48 AM, Konstantin Belousov wrote: > The cron daemon in HEAD is not functional, i.e. no jobs are executed > at all. Reverting r241625 r241618 r241576 gives me the expected behaviour. > > P.S. I do not remember a single commit from you which did not failed on > tinderbox, or was not found buggy later. Should be fixed already in the latest HEAD. Please check and let me know if you still have some issues (send crontab entry which is not getting executed). The particular issue has been fixed in the r241618. Thanks! -Maxim