From owner-freebsd-hackers@freebsd.org Sat Oct 6 18:43:16 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CDD010C2BE1 for ; Sat, 6 Oct 2018 18:43:16 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from puchar.net (puchar.net [194.1.144.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "puchar.net", Issuer "puchar.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 057057E990; Sat, 6 Oct 2018 18:43:15 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.15.2) with ESMTPS id w96Ih8ee007662 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 6 Oct 2018 20:43:08 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) Received: from localhost (puchar-wojtek@localhost) by puchar.net (8.15.2/8.15.2/Submit) with ESMTP id w96Ih3id007659; Sat, 6 Oct 2018 20:43:03 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) Date: Sat, 6 Oct 2018 20:43:03 +0200 (CEST) From: Wojciech Puchar To: Matthew Seaman cc: freebsd-hackers@freebsd.org Subject: Re: ntpd strange problem In-Reply-To: Message-ID: References: <20181005061829.GG21091@server.rulingia.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2018 18:43:16 -0000 >> what should i look at to find a source of problem > > Is this a virtual machine or bare metal? VMs tend to have a lot more bare metal. > > driftfile /var/db/ntpd.drift > > then ntpd will record how fast or slow the clock tends to run so it can > immediately account for that across restarts, rather than having to work it > out de-novo everytime ntpd gets restarted. > # cat /var/db/ntpd.drift 35.586 what else can i do?