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
No idea what triggers it, but occasionally, TrueTimeRx fails to initialize with a untrusted stratum value for TrueTime: 0. I am using the pool.ntp.org pool.
After a few hours, the issue just goes away, but it's usually back soon enough. Looking at the logs, my guess about what happens is that TrueTimeRx only does requests to a single server (193.70.94.182 in this case) again and again, even though it is misbehaving. Perhaps it would be better to retry with a different server instead of wasting all attempts on a single one?
No idea what triggers it, but occasionally, TrueTimeRx fails to initialize with a
untrusted stratum value for TrueTime: 0
. I am using thepool.ntp.org
pool.After a few hours, the issue just goes away, but it's usually back soon enough. Looking at the logs, my guess about what happens is that TrueTimeRx only does requests to a single server (
193.70.94.182
in this case) again and again, even though it is misbehaving. Perhaps it would be better to retry with a different server instead of wasting all attempts on a single one?Code I use:
Full log: log.txt
The text was updated successfully, but these errors were encountered: