Table of contents
No headers

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
Tag page (Edit tags)
Viewing 4 of 4 comments: view all
This command does not work for me. Debian returns the following error message:
-bash: ntpdate: command not found

I'm running MindTouch Core 9.02.2 (VM package).
Posted 15:33, 30 Jul 2009
Hi mvaughan,
You may install "ntpdate" command by root user as:

# apt-get update
# apt-get install ntpdate

Hope this helps.
Posted 09:41, 31 Jul 2009
Thank you! Yes, that helped.

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.
Posted 15:12, 31 Jul 2009
It's a fantastic news. :)
Posted 01:59, 2 Aug 2009
Viewing 4 of 4 comments: view all
You must login to post a comment.