[2.170][FEATURE] Time is off in Hyper-V / Support Hyper-V

I have asked about his before under other ACC versions.  The Time still will not keep synced in Hyper-V.  Is this going to be addresses soon?
Parents
  • ACC doesn't keep accurate time when running under Hyper-V?   Sorry if these have been covered before-  Can you check NTP from shell and see if it can get info from the servers?

    Query timeservers:
    ntpdate -q pool.ntp.org
    Should give you time drift compared to a few servers.

    Also, make sure ntpd is running:
    ps -ef|grep ntpd
    you should see an entry for /sbin/ntpd

    If that looks good, try restarting ntpd and see if the time is updated within a minute or two:
    /var/mdw/scripts/ntp restart
Reply
  • ACC doesn't keep accurate time when running under Hyper-V?   Sorry if these have been covered before-  Can you check NTP from shell and see if it can get info from the servers?

    Query timeservers:
    ntpdate -q pool.ntp.org
    Should give you time drift compared to a few servers.

    Also, make sure ntpd is running:
    ps -ef|grep ntpd
    you should see an entry for /sbin/ntpd

    If that looks good, try restarting ntpd and see if the time is updated within a minute or two:
    /var/mdw/scripts/ntp restart
Children
No Data