From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 28 Aug 2008 18:50:26 +0200 From: John Soros To: 9fans@9fans.net Message-ID: <20080828185026.1eba88b9@dazone> In-Reply-To: <13426df10808280838s20d6b5aeq72dee812c949bbe8@mail.gmail.com> References: <20080825110330.10b075c6@dazone> <03694148c5c6c547f42b236ff8e57618@quanstro.net> <13426df10808250752o475c689fr4306be6f865079be@mail.gmail.com> <70babc1dbfdd8db3637a493869aa3726@coraid.com> <20080825204841.3806af18@dazone> <13426df10808251544k23efd6d6qf121915d34d56cab@mail.gmail.com> <20080826084405.2e853049@dazone> <5bb2fcc60808271928m40da8c01ld9ee4dc0f94720e9@mail.gmail.com> <20080828102127.542af38f@dazone> <13426df10808280838s20d6b5aeq72dee812c949bbe8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] lguest on 2.6.25 Topicbox-Message-UUID: 09d48b78-ead4-11e9-9d60-3106f5b1d025 i think it is weird too, as far as i could mesure it, it took 60 seconds, here it is: cpu% date && sleep 60 && date Thu Aug 28 22:19:21 CET 2008 Thu Aug 28 22:20:22 CET 2008 cpu% My timezones are all set up to be CET (host and plan9 guest), the hardware clock is set to UTC. I am running vanilla 2.6.25 kernel, on a gentoo system. Thank you for helping debug this problem, is there any more info I can give to help this process? John On Thu, 28 Aug 2008 08:38:56 -0700 "ron minnich" wrote: > this is weird. So, to recap, your timezone is set correctly, and yet > you are four hours off. > > A useful thing to do is cat /dev/time and see how it changes. > > The time from lguest is simple: you read a 64-bit # which is time. > It's just like Xen that way. > > Also, try this to test another issue: > > date && sleep 60 && date > > Two things: should take 60 seconds by the watch and the two dates > should report 60 seconds apart. > > Do they? > > ron >