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 [2023/06/21 08:17]
darron [Linux]
tools:time [2024/05/06 15:50] (current)
darron [NTP]
Line 117: Line 117:
 When running a kernel with the above options, the following When running a kernel with the above options, the following
 is observed is observed
- 
-NB ntpq and ntptime are part of the ntp package. 
  
 <code> <code>
Line 153: Line 151:
 </code> </code>
    
 +NB ntpq and ntptime are part of [[tools:time#ntp|ntp]].
 +
 +
 ===PPS=== ===PPS===
  
Line 450: 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>