It's possible for the VM clock drift sometimes. The easiest way to reset the clock is to use an online time server.
Log into the VM and execute the following command:
ntpdate -s time.nist.gov
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by
-bash: ntpdate: command not found
I'm running MindTouch Core 9.02.2 (VM package).
You may install "ntpdate" command by root user as:
# apt-get update
# apt-get install ntpdate
Hope this helps.
Also discovered that I had to enable internet-bound traffic with the following command:
# route add default gw 192.168.10.1
...where 192.168.10.1 is my Internet gateway/router. Then the apt-get commands were successful, and finally, so was the ntpdate command.
#mount /dev/cdrom /media/cdrom
Note: You may have a different designation for your CDROM device, mine was /dev/cdrom1. To determine yours, check your /dev directory by:
#cd /dev
and
#ls
You might also want to update your timezone to the proper locale either before or after the VMWare Tools Install...
To set correct timezone:
#dpkg-reconfigure tzdata
Follow the onscreen graphical prompts to select your proper timezone. When done, your local time and the UTC will be displayed.