Proxmox/Clock Sync: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "Status: chronyc tracking Set Local NTP Server: echo 'server ntp.example.com iburst' > /etc/chrony/sources.d/wdc.sources Reload chronyc: chronyc reload sources 200 OK")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Status:
Status:
  chronyc tracking
  chronyc tracking
    Reference ID    : 0A560201 (ntp.example.com)
    Stratum        : 5
    Ref time (UTC)  : Fri Jan 12 07:28:19 2024
    System time    : 0.000002071 seconds slow of NTP time
    ...
    Residual freq  : -3.853 ppm
    Skew            : 0.216 ppm


Set Local NTP Server:
Set Local NTP Server:
  echo 'server ntp.example.com iburst' > /etc/chrony/sources.d/wdc.sources
  echo 'server ntp.example.com iburst' > /etc/chrony/sources.d/myntp.sources


Reload chronyc:
Reload chronyc:
  chronyc reload sources
  chronyc reload sources
   200 OK
   200 OK

Latest revision as of 07:29, 12 January 2024

Status:

chronyc tracking
   Reference ID    : 0A560201 (ntp.example.com)
   Stratum         : 5
   Ref time (UTC)  : Fri Jan 12 07:28:19 2024
   System time     : 0.000002071 seconds slow of NTP time
   ...
   Residual freq   : -3.853 ppm
   Skew            : 0.216 ppm

Set Local NTP Server:

echo 'server ntp.example.com iburst' > /etc/chrony/sources.d/myntp.sources

Reload chronyc:

chronyc reload sources
  200 OK