From owner-freebsd-stable@freebsd.org Sun Jun 5 11:04:49 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 CC940B69C4B for ; Sun, 5 Jun 2016 11:04:49 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D78D1936 for ; Sun, 5 Jun 2016 11:04:48 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:240:caff:fe92:4f47]) by saturn.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id u55AaQxt004298 (version=TLSv1 cipher=DHE-RSA-AES128-SHA bits=128 verify=FAIL) for ; Sun, 5 Jun 2016 12:36:28 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id u55AaQEe082082 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 5 Jun 2016 12:36:26 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.15.2/8.15.2/Submit) id u55AaQAN082081 for freebsd-stable@freebsd.org; Sun, 5 Jun 2016 12:36:26 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyx: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Sun, 5 Jun 2016 12:36:26 +0200 From: Wolfgang Zenker To: freebsd-stable@freebsd.org Subject: How is ntp leapfile update supposed to work? Message-ID: <20160605103626.GA81945@lyxys.ka.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: private site User-Agent: Mutt/1.6.1 (2016-04-27) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Sun, 05 Jun 2016 12:36:28 +0200 (CEST) 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: Sun, 05 Jun 2016 11:04:49 -0000 Hi, after rebooting my ntp-server into FreeBSD 10.3-p5 I find a message in dmesg reading leapsecond file ('/var/db/ntpd.leap-seconds.list'): expired less than 5 days ago Looking through /etc/periodic I find daily/480.leapfile-ntpd which updates the leapfile if daily_ntpd_leapfile_enable is set. daily_ntpd_leapfile_enable defaults to "NO". How is it supposed to work? Do I enable daily_ntpd_leapfile_enable on all hosts running ntpd? Or just on the server that the other systems use for synchroising? Or not at all? Greetings, Wolfgang