From owner-freebsd-questions@FreeBSD.ORG Fri Dec 1 18:23:22 2006 Return-Path: X-Original-To: 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 2721E16A417 for ; Fri, 1 Dec 2006 18:23:22 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735B643C9D for ; Fri, 1 Dec 2006 18:23:05 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout14/MantshX 4.0) with ESMTP id kB1INKPn006724; Fri, 1 Dec 2006 10:23:20 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kB1INIs9006222; Fri, 1 Dec 2006 10:23:19 -0800 (PST) In-Reply-To: <970760.74283.qm@web90601.mail.mud.yahoo.com> References: <970760.74283.qm@web90601.mail.mud.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9F240D22-0D8E-4A1B-8E03-FB3EC9262AB3@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 1 Dec 2006 10:23:17 -0800 To: Kris Anderson X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: questions@freebsd.org Subject: Re: NTPD not keeping time 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, 01 Dec 2006 18:23:22 -0000 On Dec 1, 2006, at 9:56 AM, Kris Anderson wrote: > Darn the system time strayed over night. One thing I > failed to mention is that freebsd is running on a > virtual machine. Sigh-- you're right, you should have mentioned this before. One should not attempt to change the clock from within a virtual machine at all, only in the parent or host OS. VMs depend on the host OS to provide the timekeeping, and it is known that systems running inside a VM may experience timing glitches as a result of running inside the machine emulation. -- -Chuck