fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:ntp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:ntp [2025/04/02 19:37] – [chrony] gsyslinux:ntp [2026/04/05 20:27] (current) gsys
Line 19: Line 19:
 timedatectl list-timezones |  egrep  -o "Europe/B.*" timedatectl list-timezones |  egrep  -o "Europe/B.*"
 sudo timedatectl set-timezone "Europe/Berlin" sudo timedatectl set-timezone "Europe/Berlin"
 +</code>
 +
 +===== timesyncd =====
 +<code>
 +sudo nano /etc/systemd/timesyncd.conf
 +</code>
 +
 +<code>
 +[Time]
 +NTP=ptbtime1.ptb.de ptbtime2.ptb.de ptbtime3.ptb.de
 +</code>
 +
 +<code>
 +sudo systemctl restart systemd-timesyncd
 +sudo systemctl status systemd-timesyncd
 </code> </code>
  
Line 30: Line 45:
 </code> </code>
  
 +restart chrony service
 +<code>
 +systemctl restart chronyd
 +</code>
 +
 +check if new ntp server is used
 +<code>
 +journalctl --since -1h -u chronyd
 +</code>
 +==== client ====
 <code> <code>
 chronyc activity chronyc activity
-chronyc -a 'burst 4/4' +chronyc 'burst 4/4'   # might interrupt services 
-chronyc -N sources -a+chronyc -N sources
 </code> </code>
  
linux/ntp.1743615465.txt.gz · Last modified: by gsys