You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here offset, frequency, sys_jitter, clk_jitter and clk_wander all get the values for the next variable in the output.
I'm unsure what causes the wrapping, (I've seen both working and non-working on ntpd 4.2.8p15-a) but I've fixed this locally by forcing the script to request offset/frequency/sys_jitter/clk_jitter/clk_wander individually using ntpq -c "rv 0 <name>"
The text was updated successfully, but these errors were encountered:
The latest version of ntp-agent seems to be incorrectly parsing the variables following
tc
whentc
ends up on the same line asoffset
andfrequency
:Here
offset
,frequency
,sys_jitter
,clk_jitter
andclk_wander
all get the values for the next variable in the output.I'm unsure what causes the wrapping, (I've seen both working and non-working on ntpd 4.2.8p15-a) but I've fixed this locally by forcing the script to request offset/frequency/sys_jitter/clk_jitter/clk_wander individually using
ntpq -c "rv 0 <name>"
The text was updated successfully, but these errors were encountered: