From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 00:02:45 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24D043FA for ; Sun, 9 Nov 2014 00:02:45 +0000 (UTC) Received: from mario.brtsvcs.net (mario.brtsvcs.net [199.48.128.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDD45ED3 for ; Sun, 9 Nov 2014 00:02:44 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:400:e60:21c:c0ff:fe7f:96ee]) by mario.brtsvcs.net (Postfix) with ESMTPSA id 8ED9E2C160E; Sun, 9 Nov 2014 00:02:43 +0000 (UTC) Received: from [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29] (unknown [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29]) by chombo.houseloki.net (Postfix) with ESMTPSA id 382661B0; Sat, 8 Nov 2014 16:02:42 -0800 (PST) Message-ID: <545EAF1E.6020404@bluerosetech.com> Date: Sat, 08 Nov 2014 16:02:38 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Michael Ross , freebsd-questions@freebsd.org Subject: Re: Cron executing jobs at innacurate times (observing "jitter" of up to 1 hour) References: <545E98B1.7080004@bluerosetech.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2014 00:02:45 -0000 On 11/8/2014 2:55 PM, Michael Ross wrote: > On Sat, 08 Nov 2014 23:26:57 +0100, Darren Pilgrim > wrote: > >> I recently upgraded a pair of servers from 9.3 to 10.0 via >> freebsd-update. After the upgrade, I noticed my logs were not rotating >> on the hour, but at some random time within the hour following the >> scheduled time (the logs in question were set * for size and $D0 or @T00 >> for when in newsyslog.conf). >> > > I remembered reading this bug, which is close to what you describe: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194236 > > In short: 10.0-RELEASE on i386 runs cron jobs at wrong time. > > Reported solved in 10.1, so maybe try this. Yep, that was it. Thanks!