by moonman » Thu Jan 17, 2013 9:45 pm
I don't know why it isn't working, but here's what WarheadsSE meant (from man ntpd)
$this->bbcode_second_pass_quote('', ' ')-g, --panicgate
Allow the first adjustment to be Big. This option may appear an
unlimited number of times.
Normally, ntpd exits with a message to the system log if the
offset exceeds the panic threshold, which is 1000 s by default.
This option allows the time to be set to any value without
restriction; however, this can happen only once. If the threshâ
old is exceeded after that, ntpd will exit with a message to the
system log. This option can be used with the -q and -x options.
See the tinker configuration file directive for other options.
However, checking /usr/lib/systemd/system/ntpd.service shows that ntpd starts with this option already
ExecStart=/usr/bin/ntpd -g -u ntp:ntp
Maybe it's the permissions issue? (runs as user ntp) ... I don't know for sure.