Changes between Version 4 and Version 5 of Docs/825gen2/Dev/Networking/TimeSync


Ignore:
Timestamp:
02/21/24 14:38:36 (9 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/TimeSync

    v4 v5  
    33The 825gen2 provides time/date synchronization to automatically set the time and date from a server on the internet.
    44
     5The "Setup" menu screen "Set Date/Time" has the prompt "Automatic:" If this is set as "Yes" the automatic time synchronization is enabled. This is the same as the terminal command:
     6{{{
     7sudo timedatectl set-ntp true
     8}}}
     9
     10If "Automatic" is changed to "No" this is the same as:
     11{{{
     12sudo timedatectl set-ntp false
     13}}}
     14
     15From a terminal the **timedatectl** command can be used with no arguments to check whether synchronization is enabled (NTP service active).
    516{{{
    617card825gen2:~$ timedatectl
     
    1425}}}
    1526
     27The following command will show information about time synchronization.
    1628{{{
    1729card825gen2:~$ timedatectl show-timesync --all
     
    2941}}}
    3042
    31 
     43The systemctl command can also be used to view status of the systemd-timesyncd service. This will be active when time synchronization is enabled.
    3244{{{
    3345card825gen2:~$ sudo systemctl status systemd-timesyncd
     
    4355             └─ 223 /lib/systemd/systemd-timesyncd
    4456}}}
     57
     58The "Setup Nework Services" has a service selection "Network Time Protocol (NTP)". This should not be needed. The systemd-timesyncd service is the preferred method of time synchronization for the 825gen2.