NTP chrony fixes
This commit is contained in:
parent
c48337fdc6
commit
432631efe7
1 changed files with 12 additions and 0 deletions
12
how_to
12
how_to
|
@ -325,8 +325,20 @@ Drag & drop files:
|
|||
|
||||
Fix hardware clock (with chrony / NTC):
|
||||
sudo chronyc
|
||||
# Diagnose
|
||||
activity
|
||||
sources
|
||||
tracking
|
||||
|
||||
# Bring NTP online
|
||||
online
|
||||
|
||||
# Force step
|
||||
makestep
|
||||
|
||||
# Synchronize hardware clock with system clock
|
||||
trimrtc
|
||||
|
||||
quit
|
||||
Alternative to trimrtc:
|
||||
sudo hwclock --systohc
|
||||
|
|
Loading…
Reference in a new issue