Сегодня один из моих серверов, размещенных на Digital Ocean (единственный размещенный там), сообщает неправильное время. Уже два часа позже.
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.
Но время сейчас 10:35 в Риме и 9:35 UTC.
Команда date
сообщает в то же время. Я попытался обновить время с помощью:
sudo ntpdate -s ntp.ubuntu.com
# the same
sudo ntpdate -s time.nist.gov
# same again
Удалив -s
flag Я получаю несколько ошибок:
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
Что еще мне нужно изменить, чтобы решить проблему?