From owner-freebsd-questions@FreeBSD.ORG Mon Apr 3 18:34:28 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 9435116A423 for ; Mon, 3 Apr 2006 18:34:28 +0000 (UTC) (envelope-from fbsd@douville.net) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id A0F5143D95 for ; Mon, 3 Apr 2006 18:34:27 +0000 (GMT) (envelope-from fbsd@douville.net) Received: (qmail 70732 invoked from network); 3 Apr 2006 18:34:27 -0000 Received: from unknown (HELO sdouvilnonq1) (sns536@rogers.com@70.28.192.141 with login) by smtp105.rog.mail.re2.yahoo.com with SMTP; 3 Apr 2006 18:34:26 -0000 Message-ID: <1d4901c6574d$38f18b10$d701a8c0@sdouvilnonq1> From: "Steve Douville" To: , References: <1c6901c6572c$1c426a50$d701a8c0@sdouvilnonq1> <6.2.5.6.2.20060403134551.033c3648@xxiii.com> Date: Mon, 3 Apr 2006 14:34:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: Subject: Re: Server time doesn't want to stay set (Solved) 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: Mon, 03 Apr 2006 18:34:28 -0000 Okay, I feel pretty stupid... the key is to google with more the pertinent query... The missing piece of information was the message from the kernel... "Time adjustment clamped to +1 second" The time was trying to be set properly, but couldn't because the kernel.secure.level was set to 2. So, set it back to 0 and then ran the ntpdate again and everything is fine now. Thanks for all of the help. Steve