[rescue] looking for IBM System/36 software
velociraptor
velociraptor at gmail.com
Wed Apr 8 20:00:49 CDT 2015
What kind of VM is this?
If a KVM guest, use the vm clock and pass it the host's time at startup:
# set a variable with the host time
BASETIME=$(date '+%Y-%m-%dT%H:%M:%S')
use the '-rtc' option and pass qemu-system-x86_64 clock and base settings:
-rtc clock=vm,base=$BASETIME
I do not have any trouble with my KVM guests keeping time using these
settings (KVM on OmniOS).
=Nadine=
On Sat, Mar 28, 2015 at 10:08 PM, Cory Smelosky <b4 at gewt.net> wrote:
> On Sun, 29 Mar 2015, Jerry Kemp wrote:
>
> 4 hours. Wow.
>>
>> I think your mail server is fluctuating between east coast and west coast
>> time. :)
>>
>>
> ... that is genuinely possible. I have 0 CLUE what the timezone the client
> VM is really in...
>
> cory at meaghan :~ uname -a
> SunOS meaghan 5.11 omnios-10b9c79 i86pc i386 i86pc
>
> I think I'm going to head back to FreeBSD for this so I can do latd.
>
> Jerry
>>
>>
>> On 03/28/15 11:59 PM, Dave McGuire wrote:
>>
>>> On 03/29/2015 12:58 AM, Cory Smelosky wrote:
>>>
>>>> Fix yer mail server's clock, man!
>>>>>
>>>>>
>>>> # ntpdate pool.ntp.org
>>>> 29 Mar 00:58:10 ntpdate[1364]: step time server 204.2.134.164 offset
>>>> 14400.097850 sec
>>>>
>>>
>>> Good heavens, man!
>>>
>>> -Dave
>>>
>> _______________________________________________
>> rescue list - http://www.sunhelp.org/mailman/listinfo/rescue
>>
>>
> --
> Cory Smelosky
> http://gewt.net Personal stuff
> http://gimme-sympathy.org Projects
> _______________________________________________
> rescue list - http://www.sunhelp.org/mailman/listinfo/rescue
More information about the rescue
mailing list