The problem with time drift is pretty common in VM's. Make sure you have VMware tools installed on your VM and set tools.syncTime = "TRUE" in your .vmx file. Make sure to completely shutdown the VM and boot back up...I have noticed restart of VM wouldn't work...
Also... Make sure you have 'rtc' module loaded in kernel of the Host machine... Check to see if rtc module is loaded... # lsmod | grep rtc If not, load... # modprobe rtc Check...again # lsmod | grep rtc rtc 77346 0 (something like this.. Also, running ntpdate on the VM's via cron job helps too... Goodluck! ------------------------ Kris -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=10799#10799 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
