From owner-freebsd-stable@freebsd.org Mon Aug 8 02:25:27 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2E7BBB0359 for ; Mon, 8 Aug 2016 02:25:27 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FCBD1C91 for ; Mon, 8 Aug 2016 02:25:27 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject; s=201508; t= 1470623125; bh=keLdkRnJP7eu4pcsScmdklaKnMepZluYWk2XP/JgDBo=; b=G reqRkwKBB2rxZal2xqpNp5/dO5EEHuqFIOYOLNv/EBGo7LPORjaFKMlYZAubsfxa LUMnIuT7MjXT8LvbyG0dCOQ+thsO1k0fudg4wdyar7UimpT34MOK7V/BBqddc+/p scsVc2O7JJjbbsgP6oQj3oJZdyseVArs0vumB/ULnI= Received: from toshi.auburn.protected-networks.net (gw.auburn.protected-networks.net [192.168.1.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id A13D11DAAD; Sun, 7 Aug 2016 22:25:25 -0400 (EDT) Subject: Re: leapsecond file To: Randy Bush , FreeBSD Stable References: From: Michael Butler Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: <8092297e-7a0a-12c4-e115-4ed81d28f123@protected-networks.net> Date: Sun, 7 Aug 2016 22:25:25 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 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, 08 Aug 2016 02:25:27 -0000 On 08/07/16 22:11, Randy Bush wrote: > i get these on all fbsd 10.3 hosts > > Aug 7 04:13:06 cache0 ntpd[576]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): expired less than 68 days ago > > i have > > # grep ntp /etc/periodic.conf.local > # 480.leapfile-ntpd > daily_ntpd_leapfile_enable="YES" > daily_ntpd_avoid_congestion="NO" > > consulting the net of a thousand lies did not bring enlightenment. > maybe someone here has a clue bat? thanks. "Broken" as designed :-( For whatever reason, /etc/periodic/daily/480.leapfile-ntpd enters the check phase on every invocation (daily), sleeps some random time less than one day (if "avoid_congestion" true) and then decides that the file is too young to replace (the current file expires June 1st, 2017). Logs that to syslog .. rinse and repeat .. every day .. imb