I'm not able to set the correct time on my Ubuntu 14.04 system. It is always nine minutes behind the correct time and makes me being chronically late. Approaches that failed:
ntpdate
sudo service ntp stop sudo ntpdate -s 0.de.pool.ntp.org
The command seems to be executed correctly. No change in time offset though.
ntpd
sudo service ntp restart sudo service ntp stop sudo ntpd -q -g -x -n
restart successful, correct time servers checked in /etc/ntp.conf. No success. The command in the third line remains unresponsive.
hwclock
sudo hwclock --set --date="2014-07-04 11:22:00" date Fri Jul 4 11:14:59 CEST 2014
Executes flawlessly. No change.
My question is related to System time off by a small amount but there is no solution given.