From owner-freebsd-mips@FreeBSD.ORG Wed Apr 15 17:04:53 2015 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 761976B8 for ; Wed, 15 Apr 2015 17:04:53 +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 EF099DDF for ; Wed, 15 Apr 2015 17:04:52 +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 t3FH4aan090737 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 15 Apr 2015 19:04:36 +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 t3FH7J0N030786 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 15 Apr 2015 19:07:19 +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 t3FH7J9s030785 for freebsd-mips@freebsd.org; Wed, 15 Apr 2015 19:07:19 +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: Wed, 15 Apr 2015 19:07:19 +0200 From: Wolfgang Zenker To: freebsd-mips@freebsd.org Subject: Re: Edge Router Lite: ntpd/ntpdate switch to 2050 Message-ID: <20150415170719.GC30337@lyxys.ka.sub.org> References: <20150413130309.GA82425@lyxys.ka.sub.org> <20150415165757.GB30337@lyxys.ka.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150415165757.GB30337@lyxys.ka.sub.org> 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]); Wed, 15 Apr 2015 19:04:37 +0200 (CEST) X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 17:04:53 -0000 Hi, * Wolfgang Zenker [150415 18:57]: > * Wolfgang Zenker [150413 15:03]: > > [..] > > 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 > just noticed that the output from ntpdate does not show the year. In this > case the supposed step of 0.91 seconds actually stepped from 13 Apr 2015 > at 14:52:33 to 24 Jul 2050 at 14:22:06, a step of about 1104550384 seconds. small calculation error, it actually about 1113348573 seconds :-) Wolfgang