From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 02:51:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F237D16A402 for ; Sun, 16 Apr 2006 02:51:37 +0000 (UTC) (envelope-from wmc20@xxiii.com) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 314E243D48 for ; Sun, 16 Apr 2006 02:51:37 +0000 (GMT) (envelope-from wmc20@xxiii.com) Received: from ibm57aec.bellsouth.net ([68.209.177.221]) by imf17aec.mail.bellsouth.net with ESMTP id <20060416025136.VNSI9349.imf17aec.mail.bellsouth.net@ibm57aec.bellsouth.net> for ; Sat, 15 Apr 2006 22:51:36 -0400 Received: from wcox.bellsouth.net ([68.209.177.221]) by ibm57aec.bellsouth.net with ESMTP id <20060416025136.NAKU18663.ibm57aec.bellsouth.net@wcox.bellsouth.net>; Sat, 15 Apr 2006 22:51:36 -0400 Message-Id: <6.2.3.4.2.20060415223555.02e938c8@mailsvr.xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sat, 15 Apr 2006 22:52:32 -0400 To: Pete Slagle , freebsd-questions@freebsd.org From: wmc20@xxiii.com In-Reply-To: <4440CDC2.10605@voidcaptain.com> References: <5507.208.11.134.3.1145029242.squirrel@mail.dfwlp.com> <6.2.3.4.2.20060414115321.02e7f110@mailsvr.xxiii.com> <4440CDC2.10605@voidcaptain.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Proper Method of Time Sync? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 02:51:38 -0000 At 06:41 AM 4/15/2006, Pete Slagle wrote: >>ntpd_flags="-A -p /var/run/ntpd.pid" > >Just curious, why disable authentication (with -A)? 'Cause that's how it's shown in the quick & dirty example in The Handbook or FAQ or something ;) I didn't find much other info on it, but I figured you had to coordinate it on both ends, and it was overkill for my needs. Should I mess with it? -Wayne