From owner-freebsd-xen@FreeBSD.ORG Wed Aug 24 20:23:27 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A46F71065676 for ; Wed, 24 Aug 2011 20:23:27 +0000 (UTC) (envelope-from nenolod@systeminplace.net) Received: from mail.systeminplace.net (mail.systeminplace.net [204.152.223.2]) by mx1.freebsd.org (Postfix) with ESMTP id 84AD08FC17 for ; Wed, 24 Aug 2011 20:23:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.systeminplace.net (Postfix) with ESMTP id 9632F2E7C; Wed, 24 Aug 2011 13:12:01 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail.systeminplace.net Received: from mail.systeminplace.net ([127.0.0.1]) by localhost (mail.systeminplace.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YM7exAdEN7qf; Wed, 24 Aug 2011 13:12:01 -0700 (PDT) Received: from petrie (petrie.dereferenced.org [99.32.97.100]) by mail.systeminplace.net (Postfix) with ESMTPSA id 9F9302E2D; Wed, 24 Aug 2011 13:12:00 -0700 (PDT) Date: Wed, 24 Aug 2011 15:16:21 -0500 From: William Pitcock To: Sean Bruno Message-ID: <20110824151621.1c67b6b5@petrie> In-Reply-To: <1314212562.2734.2.camel@hitfishpass-lx.corp.yahoo.com> References: <4E522B8D.2050202@barafranca.com> <4E5293DB.3030709@barafranca.com> <1314047857.2560.9.camel@hitfishpass-lx.corp.yahoo.com> <4E539DBA.4050205@barafranca.com> <1314212562.2734.2.camel@hitfishpass-lx.corp.yahoo.com> Organization: SystemInPlace, Inc. X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.5; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-xen@freebsd.org" Subject: Re: amd64 HVM(+PV) domUs: losing 10+ minutes a day X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2011 20:23:27 -0000 On Wed, 24 Aug 2011 12:02:42 -0700 Sean Bruno wrote: > On Wed, 2011-08-24 at 02:24 -0700, DeuZa wrote: > > > I tried setting machdep_disable_rtc_set to 1, but it made no > > > difference. > > > > > > > Hello, > > > > Same thing here wth machdep_disable_rtc_set 1, always : > > > > Aug 24 10:00:06 mouette kernel: rtc0: [XEN] xen_rtc_settime > > > > > > > DeuZa: Are you running i386 PV or amd64/HVM+PV ? > > > > > > > I just check on this VPS it's i386 > > > > It's your ntpd is up and running with > > "machdep.independent_wallclock=1" ?? > > > > Regards, > > > > Just to be clear, did you set the /proc/sys/xen/independent_wallclock > to 1 on the dom0 ? > > sean That shouldn't matter, and for example, in pvops Linux, the wallclock is always independent of dom0 regardless of how dom0 is configured. William