From owner-freebsd-questions@FreeBSD.ORG Thu May 3 05:17:37 2007 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B73C16A403 for <freebsd-questions@freebsd.org>; Thu, 3 May 2007 05:17:37 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id AE8B813C447 for <freebsd-questions@freebsd.org>; Thu, 3 May 2007 05:17:36 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so384687muf for <freebsd-questions@freebsd.org>; Wed, 02 May 2007 22:17:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cH3V4GCx+4B2bSB2Sb63ECne6Lk31Vm/GG8qa0PAFFLdz9ChcsJBthzZKRf8ijzqhCWEDY88oNMRjHqBYMrj5mwignrkehNpwki5WefqxW/H9XJgJpqwOUkBkxk7gL3NngTdea8KU6OLm+W/cKCur38vmXpb2mI3U99bUsHRi50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GeM9g05UfTZV+Kcdw12M+973xeOYtePzAIgqDovOBrev3twMmIGEnuuAy41Ufe64mTbh1lBko9c4PFjk4m9Hw5qHurJ+VokQM6bpHTtg/MYVPIJOiL9xKpOUC1/pGr35IgfaE+rf3Viv4bX1T0SjFn+/7MqYl49os8YnIaIwmH0= Received: by 10.82.100.1 with SMTP id x1mr3063115bub.1178169454809; Wed, 02 May 2007 22:17:34 -0700 (PDT) Received: by 10.82.148.12 with HTTP; Wed, 2 May 2007 22:17:34 -0700 (PDT) Message-ID: <d7195cff0705022217k4f0aaf2fibd2bfeb97b6498c8@mail.gmail.com> Date: Thu, 3 May 2007 00:17:34 -0500 From: "illoai@gmail.com" <illoai@gmail.com> To: "Duane Hill" <d.hill@yournetplus.com> In-Reply-To: <20070503015723.S3544@duane.dbq.yournetplus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070503014137.I3544@duane.dbq.yournetplus.com> <a969fbd10705021849g64f4752fobd5b6a817254ba28@mail.gmail.com> <20070503015723.S3544@duane.dbq.yournetplus.com> Cc: freebsd-questions@freebsd.org Subject: Re: Time Synchronizing Between Two Servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 03 May 2007 05:17:37 -0000 On 02/05/07, Duane Hill <d.hill@yournetplus.com> wrote: > On Wed, 2 May 2007, Jeff Mohler wrote: > > > Is that working? > > > > If it is..seems you nailed it. > > It is working. I just didn't know if there was another way. I will > continue on with the way it is. Thanks. I prefer to have one machine (generally something with a server class motherboard since those seem to have better clocks) running ntpd(8) and it also serving as the local timed(8) master ("-F localhost -M"). It may very well be noisier than just serving out ntp to the local network, what with talk about elections and such every 4 minutes, but generally everything is kept within 0.050 seconds (and running ntpd on all of the local machines feels like serious overkill). -- --