Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:time [2022/08/27 12:59]
darron [PTP]
tools:time [2024/05/06 15:50] (current)
darron [NTP]
Line 151: Line 151:
 </code> </code>
    
 +NB ntpq and ntptime are part of [[tools:time#ntp|ntp]].
 +
 +
 ===PPS=== ===PPS===
  
Line 227: Line 230:
 __systemd__ __systemd__
  
-systemd hijacks the GPSD socket so you will need to try a few things+systemd hijacks the GPSD socket (like inetd) so you will need to try a few things
 to resolve this. to resolve this.
  
Line 448: Line 451:
 <code> <code>
 apt install ntp ntpdate apt install ntp ntpdate
 +</code>
 +
 +<code>
 /etc/init.d/ntp stop /etc/init.d/ntp stop
 update-rc.d ntp disable update-rc.d ntp disable
 +</code>
 +
 +__Bookworm__
 +
 +<code>
 +/etc/init.d/ntpsec stop
 +update-rc.d ntpsec disable
 +</code>
 +
 +<code>
 +systemctl stop ntpd
 +systemctl disable ntpd
 +systemctl mask ntpd
 </code> </code>