From owner-freebsd-mips@FreeBSD.ORG Mon Apr 13 13:29:14 2015 Return-Path: Delivered-To: freebsd-mips@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 61F303B1 for ; Mon, 13 Apr 2015 13:29:14 +0000 (UTC) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE2D29DD for ; Mon, 13 Apr 2015 13:29:12 +0000 (UTC) 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.14.9/8.14.9) with ESMTP id t3DD1KmN038057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 13 Apr 2015 15:01:20 +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.14.9/8.14.9) with ESMTP id t3DD39VL082497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 13 Apr 2015 15:03:09 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.14.9/8.14.9/Submit) id t3DD39uK082496 for freebsd-mips@freebsd.org; Mon, 13 Apr 2015 15:03:09 +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: Mon, 13 Apr 2015 15:03:09 +0200 From: Wolfgang Zenker To: freebsd-mips@freebsd.org Subject: Edge Router Lite: ntpd/ntpdate switch to 2050 Message-ID: <20150413130309.GA82425@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.5.23 (2014-03-12) 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]); Mon, 13 Apr 2015 15:01:21 +0200 (CEST) X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 13:29:14 -0000 Hi, not sure if this is platform related or a generic problem: After the recent ntpd update my Edge Router Lite running current has the problem that ntpd and ntpdate set the date/time to somewhere in 2050, but only if the offset of the system clock is larger than about 0.5 seconds. Currently running: FreeBSD pomona 11.0-CURRENT FreeBSD 11.0-CURRENT #0: Mon Apr 13 03:48:04 CEST 2015 wolfgang@pomona:/usr/obj/usr/src/sys/UBQTERL mips Problem happened with a few earlier versions after the new ntpd as well. Example ntpdate call with switch to 2050: root@pomona:/home/wolfgang # ntpdate -v vulcan 13 Apr 14:52:33 ntpdate[888]: ntpdate 4.2.8p1-a (1) 24 Jul 14:22:06 ntpdate[888]: step time server 192.168.203.27 offset 0.910891 sec Example with working ntpdate call: root@pomona:/home/wolfgang # date 201504131452.50 Mon Apr 13 14:52:50 CEST 2015 root@pomona:/home/wolfgang # ntpdate -v vulcan 13 Apr 14:52:51 ntpdate[890]: ntpdate 4.2.8p1-a (1) 13 Apr 14:52:57 ntpdate[890]: adjust time server 192.168.203.27 offset 0.287131 sec Anyone else seeing this? Wolfgang