From nobody Wed Dec 13 22:46:30 2023 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Sr9Zq4Gqhz54Qnc for ; Wed, 13 Dec 2023 22:46:43 +0000 (UTC) (envelope-from SRS0=tILD=HY=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 4Sr9Zq1zVQz3WTH for ; Wed, 13 Dec 2023 22:46:43 +0000 (UTC) (envelope-from SRS0=tILD=HY=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 23D3FD788F; Wed, 13 Dec 2023 23:46:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1702507594; bh=oJ80+N0KBWLEWVCVG1UN9XBjn0JNq8RhZTRXxP3eOvU=; h=Date:Subject:To:References:From:In-Reply-To; b=HAnHoEChmUvNrAlAT7VMLo1ONgF8nSzw2PmErFrA5jd9kB+u6/d/M6rLl9+2XbEwC yOq3RIl/alQm1yZtCwn5Jrrzh7CX8orVxicoEl2TZARSX80X/RiJu3RKLc6x4wxqXi nVVmSd2WcBj9SBGaLPAybFFBgnSlL5lpa5LPaTnE= Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 5F8CCD788E; Wed, 13 Dec 2023 23:46:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1702507591; bh=oJ80+N0KBWLEWVCVG1UN9XBjn0JNq8RhZTRXxP3eOvU=; h=Date:Subject:To:References:From:In-Reply-To; b=CWfMvhm3N2GBy6y8wysg8SaGHMHuuOX4b0pQnd3KsJPUvVAvF0CmL+idfjHikplFC GNgi/uf/5EzKeZGcxOyPoUfvu8hqoPi3vmGOx6Bhkt47old7jtt0kyGJzP7AJiJnjL KxA3CmemhEJ1U/KGzlI9RBH9+TJiDneYXyskgllI= Message-ID: <51e78f56-b5f1-4910-b217-fdeef0d95bd7@quip.cz> Date: Wed, 13 Dec 2023 23:46:30 +0100 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: ntpd: leap-seconds.list expiration To: Michael Proto , FreeBSD-STABLE Mailing List References: Content-Language: cs-Cestina, en-US From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4Sr9Zq1zVQz3WTH On 13/12/2023 05:03, Michael Proto wrote: > Noticed recently (in both my upgraded and newly-installed hosts) that > the leap-seconds.list file is in danger of expiration very soon (12/28). > It appears the default download location in /etc/defaults/rc.conf > (https://www.ietf.org/timezones/data/leap-seconds.list > ) no longer > carries this file, or at least it says plainly so when I try to fetch it. > > I've been able to work around it locally by > setting ntp_leapfile_sources="https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list " in /etc/rc.conf from IERS, though in searching where to fetch this there are questions of copyright in regards to distribution so while this should work for end-users I don't know how applicable this would be upstream (submitted https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275737 ). I figured I'd throw it out here for visibility to operators as my workaround should work in that case. Thank you for this link! I tried to find actual file yesterday. Now I fixed it in ntp_leapfile_sources on all my machines. Best regards Miroslav Lachman