From owner-freebsd-stable@FreeBSD.ORG Mon Jun 30 11:39:24 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BFD5CAE for ; Mon, 30 Jun 2014 11:39:24 +0000 (UTC) Received: from cerebro.liukuma.net (cerebro.liukuma.net [185.34.0.166]) by mx1.freebsd.org (Postfix) with ESMTP id 22C602C42 for ; Mon, 30 Jun 2014 11:39:23 +0000 (UTC) Received: from cerebro.liukuma.net (localhost [127.0.0.1]) by cerebro.liukuma.net (Postfix) with ESMTP id A18C68A0224; Mon, 30 Jun 2014 14:39:22 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.8.3 cerebro.liukuma.net A18C68A0224 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1404128362; bh=Cjtp3giwno4LZp68usfpuDHIgo1V7QyqPCdYWbvBaUg=; h=From:To:References:In-Reply-To:Subject:Date; b=tMvJoXxTyxB4I42FDkPwKCyN4KKrLPQpgmzZo+7kyozjvuiamMkB4HZypCvL2Go44 5IZM44Z2gJyuJxv629fGwI/WczjNEZHB3Xc6iGYTxvdcHT/B7SJRFVIWpHqUEe1yos CwZ2Wa9QHR1T2GcNx2AaqXmMkRCzCb2LugsfXRKU= X-Virus-Scanned: amavisd-new at liukuma.net Received: from cerebro.liukuma.net ([127.0.0.1]) by cerebro.liukuma.net (cerebro.liukuma.net [127.0.0.1]) (amavisd-new, port 10027) with LMTP id p5UkKt4_LNJ8; Mon, 30 Jun 2014 14:39:22 +0300 (EEST) Received: from Rivendell (dsl-kmibrasgw1-54f8d4-179.dhcp.inet.fi [84.248.212.179]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ignatz@cerebro.liukuma.net) by cerebro.liukuma.net (Postfix) with ESMTPSA id B24868A0220; Mon, 30 Jun 2014 14:39:21 +0300 (EEST) DKIM-Filter: OpenDKIM Filter v2.8.3 cerebro.liukuma.net B24868A0220 Message-ID: From: "Reko Turja" To: "Rainer Duffner" , References: <2035F53FC8C246469D6927696ED288D3@Rivendell> <20140630131831.1b89e52a@suse3.ewadmin.local> In-Reply-To: <20140630131831.1b89e52a@suse3.ewadmin.local> Subject: Re: Hourly cron jobs running to early Date: Mon, 30 Jun 2014 14:39:17 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 11:39:24 -0000 -----Original Message----- From: Rainer Duffner Sent: Monday, June 30, 2014 2:18 PM > BTW: what is one supposed to configure for a VMware-guest? > Is the HW clock running UTC or not? > > Does it depend on the vmware-host? I would think the HW clock is virtualised like most of the hardware and thus guest dependent. Only thing I know for sure that after lots of time related anomalies even with active NTP and date commands, I fixed my guest instance time offset issues at rootbsd by removing said file. -Reko