I am running an Ubuntu 12.04-based box inside of Vagrant using VirtualBox. So far, everything is fine - except for one thing:
Let\'s assume that the VM is running. T
I found a solution:
sudo chmod u+s /usr/sbin/ntpdate
~/.bashrc
ntpdate -u ntp.ubuntu.com
After that, each time you login to the linux system, the time will be sync once.