From owner-freebsd-questions@freebsd.org Wed Sep 9 02:58:26 2015 Return-Path: Delivered-To: freebsd-questions@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 D5BFD9CCB17 for ; Wed, 9 Sep 2015 02:58:26 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (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 B85511ECB for ; Wed, 9 Sep 2015 02:58:26 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) by douhisi.pair.com (Postfix) with ESMTPSA id EC9E13F6FC; Tue, 8 Sep 2015 22:58:24 -0400 (EDT) Message-ID: <55EFA050.6020901@sneakertech.com> Date: Tue, 08 Sep 2015 22:58:24 -0400 From: Quartz MIME-Version: 1.0 To: Ernie Luzar CC: freebsd-questions Subject: Re: How to update the hosts clock as part of cron daily? References: <55EEE94E.4060906@gmail.com> In-Reply-To: <55EEE94E.4060906@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 02:58:26 -0000 > What is the normal practice to accomplish this? Just turn on ntpd, it's part of the base system: https://www.freebsd.org/doc/en/books/handbook/network-ntp.html Don't mess with trying to run ntpdate from cron, that's a total hack and won't really work right.