Hoje, um dos meus servidores hospedados no Digital Ocean (o único hospedado lá) está relatando a hora errada. Está duas horas atrasado.
sudo dpkg-reconfigure tzdata
# then I set up the timezone to Europe/Rome
Current default time zone: 'Europe/Rome'
Local time is now: Sat Jan 31 12:35:21 CET 2015.
Universal Time is now: Sat Jan 31 11:35:21 UTC 2015.
Mas a hora agora é 10:35 em Roma e 9:35 UTC.
O comando date
está reportando ao mesmo tempo.
Eu tentei atualizar o tempo com:
sudo ntpdate -s ntp.ubuntu.com
# the same
sudo ntpdate -s time.nist.gov
# same again
Ao remover o -s
flag, recebo alguns erros:
sudo ntpdate time.nist.gov
31 Jan 14:11:49 ntpdate[18243]: sendto(time-a.timefreq.bldrdoc.gov): Operation not permitted
31 Jan 14:11:51 ntpdate[18243]: sendto(time-a.timefreq.bldrdoc.gov): Operation not permitted
31 Jan 14:11:53 ntpdate[18243]: sendto(time-a.timefreq.bldrdoc.gov): Operation not permitted
31 Jan 14:11:55 ntpdate[18243]: sendto(time-a.timefreq.bldrdoc.gov): Operation not permitted
31 Jan 14:11:57 ntpdate[18243]: no server suitable for synchronization found
O que mais eu tenho que mudar para corrigir o problema?
Tags ntp