From owner-freebsd-stable@FreeBSD.ORG Mon Jun 30 17:13:24 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C439C2B5 for ; Mon, 30 Jun 2014 17:13:24 +0000 (UTC) Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 853072E37 for ; Mon, 30 Jun 2014 17:13:24 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id k15so6840079qaq.30 for ; Mon, 30 Jun 2014 10:13:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=bzqYZtoQd6z+2r8nG6W5lqzdXgn4jxqnATAyzmER6tA=; b=mO+ipYGQv2YVsb4uX/s/SczL6Y9hN4pRPb5IwQ2rHyMJxmMe+knVLCVRDLUCRskPAR I4QFmLM3y5Z9Fersc6btEYRnGh0Z+DMS7WZ4O8AfaMnbshj9LftGSYvaarOZRpwvaaaL FYb1zc1cuu68HBBcMaUYlS/7wso5SCgPQe0IShs7+xZijppPzO6zu1n/upAmt4JfTcjq 0Q/Nk942vO+l7mPaY3BAp9fIbZHgQaL3flO6ZyGryLZqEiIW3rIElqiuzHTZPYIA5F50 8Auu34ryo4iFTvWHtVY9EBnX005UoX/eR313WagUqtkssq779IOVTL2DJHtgKxtn3djD +K/g== MIME-Version: 1.0 X-Received: by 10.224.114.69 with SMTP id d5mr63645709qaq.96.1404148403589; Mon, 30 Jun 2014 10:13:23 -0700 (PDT) Received: by 10.96.131.77 with HTTP; Mon, 30 Jun 2014 10:13:23 -0700 (PDT) Reply-To: spil.oss@gmail.com In-Reply-To: <001201cf9484$e4e43a30$aeacae90$@gmail.com> References: <000f01cf9463$b1e0b300$15a21900$@gmail.com> <20140630131857.GL93733@kib.kiev.ua> <001201cf9484$e4e43a30$aeacae90$@gmail.com> Date: Mon, 30 Jun 2014 19:13:23 +0200 Message-ID: Subject: Re: Hourly cron jobs running to early From: Spil Oss To: cdr.nil@gmail.com Content-Type: text/plain; charset=UTF-8 Cc: Konstantin Belousov , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 17:13:24 -0000 Sorry, forgot to mention that this is indeed i386... Applied the patch and it looks as though cron is behaving now Before Jun 30 18:58:59 gw /usr/sbin/cron[25911]: (root) CMD (/usr/libexec/atrun) Jun 30 18:58:59 gw /usr/sbin/cron[25912]: (operator) CMD (/usr/libexec/save-entropy) After Jun 30 19:10:00 gw /usr/sbin/cron[26085]: (root) CMD (/usr/libexec/atrun) Jun 30 19:11:00 gw /usr/sbin/cron[26097]: (operator) CMD (/usr/libexec/save-entropy) Hourly will take a while... On Mon, Jun 30, 2014 at 7:01 PM, wrote: > >> -----Original Message----- >> From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd- >> stable@freebsd.org] On Behalf Of Konstantin Belousov >> Sent: 30 June 2014 14:19 >> To: cdr.nil@gmail.com >> Cc: freebsd-stable@freebsd.org >> Subject: Re: Hourly cron jobs running to early >> >> On Mon, Jun 30, 2014 at 02:03:31PM +0100, cdr.nil@gmail.com wrote: >> > Folks, >> > >> > I, too, am seeing a problem of cron running jobs a few seconds too > early. >> > This is on a Thinkpad T42 running: >> > >> > FreeBSD cobalt 10.0-RELEASE-p6 FreeBSD 10.0-RELEASE-p6 #3 r267829M: Wed > Jun >> > 25 07:41:33 BST 2014 root@cobalt:/usr/obj/usr/src/sys/GENERIC i386 >> > >> > BIOS clock is running UTC and is under ntpd control. >> > >> > I noticed this on a logging cron job that is supposed to run on the > hour. >> > These are the last few timings: >> > >> > 03:59:47 >> > 04:59:12 >> > 05:59:47 >> > 06:59:47 >> > 07:59:47 >> > 08:59:47 >> > 09:59:47 >> > 10:59:47 >> > 11:59:47 >> > 12:59:47 >> > >> The head r261146, merged to stable/10 as r261231, seems to be >> relevant. > > Konstantin, > > Thanks for the pointer. I've applied the patch and cron seems to be > behaving itself. > > -mark > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"