servidor remoto de consulta
Se o que você deseja é consultar um servidor remoto ntp, use:
# sntp 0.debian.pool.ntp.org
sntp [email protected] Sun Feb 25 21:22:25 UTC 2018 (1)
2018-10-03 04:34:02.687911 (+0400) -0.002893 +/- 0.063203 0.debian.pool.ntp.org 186.118.171.89 s3 no-leap
definir tempo ntpd
Se o que você deseja é definir a hora do servidor:
Com uma versão recente do ntpd:
# ntpd --version
ntpd [email protected] Sun Feb 25 21:22:55 UTC 2018 (1)
A opção -q
será lida como esta no manual:
-q Exit the ntpd just after the first time the clock is set. This behavior mimics that of the ntpdate program, which is to be retired. The -g and -x options can be used with this option. Note: The kernel time discipline is disabled with this option.
Então, depois de parar o daemon ntp ( service ntpd stop
ou systemctl stop ntp
dependendo do seu sistema) use este comando:
# ntpd -gq
O comando -gq diz ao daemon ntp para corrigir o tempo, independentemente do deslocamento (g), e sair imediatamente (q) após definir a hora.
Em seguida, reinicie o ntpd
e verifique se está funcionando:
# ntpq -pn