Comment 28 for bug 104091

Revision history for this message
Savvas Radevic (medigeek) wrote : Re: time jumps ahead 10-20 minutes no matter the ntp server

sorry, forgot the chmod part :)

sudo apt-get install ntpdate
sudo touch /etc/ntpdatey
sudo chmod +x /etc/ntpdatey
gksu gedit /etc/ntpdatey

There paste:
#!/bin/bash
ntpdate time.nist.gov ntp.nasa.gov

Save & close, then do:
gksu gedit /etc/crontab

Add a line:
0 */2 * * * /etc/ntpdatey

Save & close, then do:
sudo /etc/ntpdatey