Re: [chrony-users] '?' = unusable

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-users Archives ]


On Tue, Apr 25, 2023 at 12:30:24PM -0400, Brian Cook wrote:
> Thank you for the response..
> 
> Same process running since the Sunday reboot..
> 
> Provider is Verizon FiOS..
> 
> tracking says every 65 seconds or so it is looking to update..

The update interval from the tracking report is the interval between
last two updates of the clock. "Ref time" says the last update was 2
days ago and it switched to the local reference (7F7F0101), so it's
not working.

To me it looks like a networking issue. It's odd that it works on
start but consistently fails later (when polling interval gets over 64
seconds?).

Some things to try:
- add "maxpoll 6" to the server lines in the config
- add "acquisitionport 123" to the config
- run "mtr -u -P 123 162.159.200.1 -B 35 -s 76" and see if there is a
  hop where the packet loss jumps

> (running a tcpdump to see what gets seen dst port 323)
> 
> tcpdump -nn -vv -i enp1s0f0.173 dst port 323

NTP uses port 123. Also, you want to see both requests and responses,
so something like this should work better:

tcpdump -nn -i enp1s0f0.173 'port 123 and (host 162.159.200.1 or host 162.159.200.123)'

-- 
Miroslav Lichvar


-- 
To unsubscribe email chrony-users-request@xxxxxxxxxxxxxxxxxxxx 
with "unsubscribe" in the subject.
For help email chrony-users-request@xxxxxxxxxxxxxxxxxxxx 
with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/