From owner-freebsd-questions@freebsd.org Tue Sep 8 13:57:28 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 85DECA0088B for ; Tue, 8 Sep 2015 13:57:28 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51B0B1F60 for ; Tue, 8 Sep 2015 13:57:28 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by iofb144 with SMTP id b144so119126317iof.1 for ; Tue, 08 Sep 2015 06:57:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=NNZmQBu6ns8K/6UnZkrvjt+g2RrZFUBtNoZQh5pu00Q=; b=A5rT1xtcAYsczpGWs7z/u48m4u9oJeQgbL+u2OCzGs81ugTT36tZauPKVriY71n9yH njCYJL/SzLn9AaNl66th32Lnz1u0RdufadPqZLYacXx9s9y7Qn8uCBNBBUx7vbdJsCl6 CB2BIXVr2CYRXHNcZC0PKlCr/QowS3JHjRj4eCOdjr3Lta/ZY9IorjUDddRkImJSt6Ca pdhTF2GD935fcdLSi5USBPeQEi1sHjAL5ID+gQEwq1Dk/j2UTTDi+XOw7++wLFCWbehe xws5iopUgOo5MKSVugw5HPcDuB1fYqfhLidIxihALYToQ2JJaI0R/htlpB8brL2v1SQx CLzA== X-Received: by 10.107.27.8 with SMTP id b8mr14524603iob.114.1441720647632; Tue, 08 Sep 2015 06:57:27 -0700 (PDT) Received: from [10.0.10.5] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by smtp.googlemail.com with ESMTPSA id y6sm2233191igl.17.2015.09.08.06.57.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Sep 2015 06:57:26 -0700 (PDT) Message-ID: <55EEE94E.4060906@gmail.com> Date: Tue, 08 Sep 2015 09:57:34 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: freebsd-questions Subject: How to update the hosts clock as part of cron daily? 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: Tue, 08 Sep 2015 13:57:28 -0000 Hello List; My host motherboard clock is losing about 3 seconds a day. I have replaced the the motherboard battery but this did not help. So now I want to run "ntpd -q" or ntpdate once a day as part of cron:periodic:daily. I see 480.status-ntpd but no info on what it does or how to active if. What is the normal practice to accomplish this? Thanks Ernie