9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] qemu + date/time + plan9
@ 2007-01-08 10:07 prem
  2007-01-08 11:56 ` [9fans] " prem
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: prem @ 2007-01-08 10:07 UTC (permalink / raw)
  To: 9fans

Hi all,
I am having trouble with getting proper time and date in Plan9.
I am using Linux + qemu-0.8.2.
I tried qemu with -local time option, still no luck. always the date is
shown as
'Sun Jan 2 2000'

Any Idea what it is

-Prem


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [9fans] Re: qemu + date/time + plan9
  2007-01-08 10:07 [9fans] qemu + date/time + plan9 prem
@ 2007-01-08 11:56 ` prem
  2007-01-08 14:35   ` sretzki
                     ` (2 more replies)
  2007-01-08 11:56 ` [9fans] " mattmobile
  2007-01-08 15:02 ` Armando Camarero
  2 siblings, 3 replies; 7+ messages in thread
From: prem @ 2007-01-08 11:56 UTC (permalink / raw)
  To: 9fans

I also tried editing lib/profile and inserting a
aux/timesync -L

after some time the date/time are reset to '
Sun Jan 2 2000'


prem wrote:
> Hi all,
> I am having trouble with getting proper time and date in Plan9.
> I am using Linux + qemu-0.8.2.
> I tried qemu with -local time option, still no luck. always the date is
> shown as
> 'Sun Jan 2 2000'
>
> Any Idea what it is
>
> -Prem


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] qemu + date/time + plan9
  2007-01-08 10:07 [9fans] qemu + date/time + plan9 prem
  2007-01-08 11:56 ` [9fans] " prem
@ 2007-01-08 11:56 ` mattmobile
  2007-01-08 15:02 ` Armando Camarero
  2 siblings, 0 replies; 7+ messages in thread
From: mattmobile @ 2007-01-08 11:56 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

It's the same in FreeBSD 6.0, though I guess that's not too much help :)

> Hi all,
> I am having trouble with getting proper time and date in Plan9.
> I am using Linux + qemu-0.8.2.
> I tried qemu with -local time option, still no luck. always the date is
> shown as
> 'Sun Jan 2 2000'
>
> Any Idea what it is
>
> -Prem
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] Re: qemu + date/time + plan9
  2007-01-08 11:56 ` [9fans] " prem
@ 2007-01-08 14:35   ` sretzki
  2007-01-08 15:29   ` Myron Cheung
  2007-01-10 10:00   ` prem
  2 siblings, 0 replies; 7+ messages in thread
From: sretzki @ 2007-01-08 14:35 UTC (permalink / raw)
  To: 9fans

> I also tried editing lib/profile and inserting a
> aux/timesync -L
>
> after some time the date/time are reset to '
> Sun Jan 2 2000'
>

Yeah that's a funny one, there's already a aux/timesync running imho; I had that issue, the date/time seems to 'bounce' because they fight each other - quite amusing. :)

>
> prem wrote:
>> Hi all,
>> I am having trouble with getting proper time and date in Plan9.
>> I am using Linux + qemu-0.8.2.
>> I tried qemu with -local time option, still no luck. always the date is
>> shown as
>> 'Sun Jan 2 2000'
>>
>> Any Idea what it is
>>
>> -Prem



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] qemu + date/time + plan9
  2007-01-08 10:07 [9fans] qemu + date/time + plan9 prem
  2007-01-08 11:56 ` [9fans] " prem
  2007-01-08 11:56 ` [9fans] " mattmobile
@ 2007-01-08 15:02 ` Armando Camarero
  2 siblings, 0 replies; 7+ messages in thread
From: Armando Camarero @ 2007-01-08 15:02 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Same here with Windows XP + qemu 0.8.2.

prem escribió:
> Hi all,
> I am having trouble with getting proper time and date in Plan9.
> I am using Linux + qemu-0.8.2.
> I tried qemu with -local time option, still no luck. always the date is
> shown as 
> 'Sun Jan 2 2000' 
>
> Any Idea what it is
>
> -Prem
>   



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] Re: qemu + date/time + plan9
  2007-01-08 11:56 ` [9fans] " prem
  2007-01-08 14:35   ` sretzki
@ 2007-01-08 15:29   ` Myron Cheung
  2007-01-10 10:00   ` prem
  2 siblings, 0 replies; 7+ messages in thread
From: Myron Cheung @ 2007-01-08 15:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

I had this problem a while ago, and if I remember correctly, I fixed it by
modifying /rc/bin/termrc which calls aux/timesync .

I changed  TIMESYNCARGS=-rLa1000000  to TIMESYNCARGS=(-n pool.ntp.org ) .

Of course, all this assumes that you have your network operating properly.

[-- Attachment #2: Type: text/html, Size: 423 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] Re: qemu + date/time + plan9
  2007-01-08 11:56 ` [9fans] " prem
  2007-01-08 14:35   ` sretzki
  2007-01-08 15:29   ` Myron Cheung
@ 2007-01-10 10:00   ` prem
  2 siblings, 0 replies; 7+ messages in thread
From: prem @ 2007-01-10 10:00 UTC (permalink / raw)
  To: 9fans

Yes that fixed it.
Thanks

Myron Cheung wrote:
> I had this problem a while ago, and if I remember correctly, I fixed it by
> modifying /rc/bin/termrc which calls aux/timesync .
>
> I changed  TIMESYNCARGS=-rLa1000000  to TIMESYNCARGS=(-n pool.ntp.org ) .
>
> Of course, all this assumes that you have your network operating properly.
>
> ------=_Part_37098_20333758.1168270144250
> Content-Type: text/html; charset=ISO-8859-1
> X-Google-AttachSize: 420
>
> I had this problem a while ago, and if I remember correctly, I fixed it by modifying /rc/bin/termrc which calls aux/timesync .<br><br>I changed&nbsp; TIMESYNCARGS=-rLa1000000&nbsp; to TIMESYNCARGS=(-n <a href="http://pool.ntp.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
> pool.ntp.org
> </a>) .<br><br>Of course, all this assumes that you have your network operating properly.<br><br><br>
>
>
> ------=_Part_37098_20333758.1168270144250--


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-01-10 10:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-08 10:07 [9fans] qemu + date/time + plan9 prem
2007-01-08 11:56 ` [9fans] " prem
2007-01-08 14:35   ` sretzki
2007-01-08 15:29   ` Myron Cheung
2007-01-10 10:00   ` prem
2007-01-08 11:56 ` [9fans] " mattmobile
2007-01-08 15:02 ` Armando Camarero

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).