1.) если я могу синхронизироваться с центральными часами, то найдите отклонение между системными часами и часами сервера NTP с помощью ntpd, который запущен и работает в системе Linux со следующей конфигурацией:
Код: Выделить всё
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict -6 ::1
server ntp iburst minpoll 4
driftfile /var/lib/ntp/drift
logconfig =syncall +peerevents +sysevents +clockall
Подробнее здесь: https://stackoverflow.com/questions/789 ... using-ntpd
Мобильная версия