From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 14:54:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7BEC106564A for ; Fri, 12 Mar 2010 14:54:15 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-qy0-f194.google.com (mail-qy0-f194.google.com [209.85.221.194]) by mx1.freebsd.org (Postfix) with ESMTP id 8C8DA8FC3C for ; Fri, 12 Mar 2010 14:54:15 +0000 (UTC) Received: by qyk32 with SMTP id 32so1252218qyk.28 for ; Fri, 12 Mar 2010 06:54:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=oF5ijZ/swYU95QNXq5+p4aXVe11OYlftzlHgkCdEqrE=; b=tjGL8MARrMj9hw5IxILVg+jHT8CGnarTH5rHfj7JATFs2S8UOXYIG/yeGpfKn/Knbt 7/x1E7K9TRbRC5E3Tr+GxlupViLeOo3Qi8Ucq2ZUWFnPMNGLbZFG907ruubhQzCLT674 MLjbeup3mtBLBmr0z8CNnwUkQexKOr4GTZpuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=aqwwj3PrioOezvOfZ8qEop1S04W4+wxK0ZGAMmh+oTGrdqwxxYFdSM5LjlsaGZvE3u G1/nRzRQ9BBhLo3AG+GSF9Jl1QjshgyWcuiCHxElGonXWnmO4GiXz6rJQYCDgPlH1tqb i6B1576tjlFzQNvvu4O9syU0dOSpeoWA+30oU= Received: by 10.220.108.31 with SMTP id d31mr1190565vcp.57.1268405654327; Fri, 12 Mar 2010 06:54:14 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 28sm9678724vws.11.2010.03.12.06.54.09 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 06:54:12 -0800 (PST) Date: Fri, 12 Mar 2010 14:54:05 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100312145405.742da070@gumby.homeunix.com> In-Reply-To: <795fc2b81003120622o2162463dv6697e26a86188cbe@mail.gmail.com> References: <3f1c29e71003120257h23ecc310w730bbc6396b27a37@mail.gmail.com> <795fc2b81003120622o2162463dv6697e26a86188cbe@mail.gmail.com> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ntpdate problem 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: Fri, 12 Mar 2010 14:54:15 -0000 On Fri, 12 Mar 2010 09:22:07 -0500 Nathan Vidican wrote: > or more specifically, if you don't want to leave ntpd running, > read-up on 'ntpd -q' which mimmicks the behavior of ntpdate but > allows you to use multiple ntp servers. ntpdate supports multiple servers too, you just list them as extra arguments.