You are not logged in.
After resuming from suspend a vmware arch 64 guest system time does not sync. I use vmware suspend option, not host hardware suspend.
tools.syncTime = "TRUE"
is set in .vmx config file.
Guest time sync is enabled and vmware-user is running:
$ vmware-toolbox-cmd timesync status
Enabled
$ ps aux | grep vm
root 566 0.1 1.3 267836 28112 ? SN 00:29 0:00 /usr/lib/vmware-tools/sbin64/vmtoolsd -n vmusr
$ lsmod | grep vm
vmw_vsock_vmci_transport 29951 2
vsock 30817 3 vmw_vsock_vmci_transport
vmhgfs 51874 1
vmw_balloon 12658 0
vmwgfx 174293 2
ttm 81779 1 vmwgfx
drm_kms_helper 98881 1 vmwgfx
drm 273125 5 ttm,drm_kms_helper,vmwgfx
vmw_vmci 59559 1 vmw_vsock_vmci_transport
What can I do to get host-guest time sync after guest suspend? NTP is not an option.
Offline