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):
|
Fix hardware clock (with chrony / NTC):
|
||||||
sudo chronyc
|
sudo chronyc
|
||||||
|
# Diagnose
|
||||||
|
activity
|
||||||
|
sources
|
||||||
|
tracking
|
||||||
|
|
||||||
|
# Bring NTP online
|
||||||
|
online
|
||||||
|
|
||||||
|
# Force step
|
||||||
makestep
|
makestep
|
||||||
|
|
||||||
|
# Synchronize hardware clock with system clock
|
||||||
trimrtc
|
trimrtc
|
||||||
|
|
||||||
quit
|
quit
|
||||||
Alternative to trimrtc:
|
Alternative to trimrtc:
|
||||||
sudo hwclock --systohc
|
sudo hwclock --systohc
|
||||||
|
|
Loading…
Reference in a new issue