From owner-freebsd-questions@FreeBSD.ORG Fri Feb 11 18:47:49 2011 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 5D4C3106564A for ; Fri, 11 Feb 2011 18:47:49 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout022.mac.com (asmtpout022.mac.com [17.148.16.97]) by mx1.freebsd.org (Postfix) with ESMTP id 441C18FC19 for ; Fri, 11 Feb 2011 18:47:49 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp022.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LGG00MSFUVHWM90@asmtp022.mac.com> for freebsd-questions@freebsd.org; Fri, 11 Feb 2011 10:47:42 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-02-11_06:2011-02-11, 2011-02-11, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1102110092 From: Chuck Swiger In-reply-to: <20110211221648.03c65a04@dijkstra> Date: Fri, 11 Feb 2011 10:47:41 -0800 Message-id: <18EFD10D-D2E4-490C-B7EB-D61656C91FB8@mac.com> References: <20110211221648.03c65a04@dijkstra> To: "Christopher J. Ruwe" X-Mailer: Apple Mail (2.1082) X-Mailman-Approved-At: Fri, 11 Feb 2011 18:54:55 +0000 Cc: freebsd-questions@freebsd.org Subject: Re: system clock running 2h early although ntpd enabled 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, 11 Feb 2011 18:47:49 -0000 On Feb 11, 2011, at 1:16 PM, Christopher J. Ruwe wrote: > My ntp.conf consists of > > server ntp1.ptb.de prefer > server ntp2.ptb.de > restrict default ignore > restrict 127.0.0.1 > > Surely, I must be missing something. Does anybody have an idea? What does "ntpq -p -c rv" indicate? It wouldn't surprise me if you needed to remove the "restrict default ignore" line, or needed to add "restrict ntp1.ptb.de".... Regards, -- -Chuck