Dear NTP Community,
We have observed a potentially unexpected behavior with |ntpd| version *4.2.8p18* concerning the delay in transitioning to stratum 16 when a
local reference clock (tsync) loses synchronization.
Issue Summary
When our local reference clock (tsync) becomes unsynchronized, we expect |ntpd| to stop selecting it and switch the system to stratum 16
relatively quickly, indicating the system is no longer a valid time source.
However, on systems running *ntpd 4.2.8p18*, this transition appears *delayed by up to one hour*. During this time, |ntpd| continues to treat tsync as a valid source and *reports stratum 1*, even though
synchronization is no longer valid.
In comparison, this behavior does *not occur* in older versions like *4.2.8p15*, where the system transitions to stratum 16 within a few minutes.
We suspect this may be due to internal changes in source selection and
trust logic introduced in later versions, possibly making |ntpd| more conservative about declassifying known sources — even when they become unreliable.
Temporary Workaround
We experimented with the following configuration adjustments, which
appear to mitigate the issue by making |ntpd| more responsive:
*/tos orphanwait 1
tos mindist 0.05
tinker stepout 10
tinker panic 0
minpoll 3
maxpoll 4/*
These parameters seem to accelerate response to changes in sync status.
Questions--
1.
Is this delay in downgrading to stratum 16 in 4.2.8p18 an *intended
behavior*, or is it considered a *regression* compared to earlier
versions?
2.
Are there *recommended configuration settings* or best practices to
ensure timely transition to stratum 16 when a local reference
becomes unreliable?
3.
Would it be appropriate to submit this as a *bug report*?
We would appreciate any clarification or guidance you can provide on
this matter.
Best regards,
--
*/Cordialement,
/*
*/Samir MOUHOUNE/*
Hi Samir,
It looks like you are aware of the complexity here.
As for is it a bug or a feature, I think the answer is "it depends", and
it really depends on each situation.
In no particular order:
- what other sources of time does ntpd see? Just because a time source goes dark for a while shouldn't matter. PHI marches on, and at some
point the root dispersion will grow and knock the time soure out of the running.
- It seems like your scenario has an insufficient number of time sources.
- If ntpd will call tsync often enough, what is the actual difference between letting it hit S16 faster/slower, and re-establishing tsync as a source when it is available again?
- How robust is your set of orphan servers?
The list goes on.
And from my POV, as long as ntpd has sufficiently robust "mechanism" to allow you to tune its behavior to implement your "local policy" choices, that's sufficient. As long as the default behavior is sufficient for enough people, that seems OK.
H
On 5/27/2025 5:13 AM, MOUHOUNE Samir wrote:
Dear NTP Community,
We have observed a potentially unexpected behavior with |ntpd| version
*4.2.8p18* concerning the delay in transitioning to stratum 16 when a
local reference clock (tsync) loses synchronization.
Issue Summary
When our local reference clock (tsync) becomes unsynchronized, we
expect |ntpd| to stop selecting it and switch the system to stratum 16
relatively quickly, indicating the system is no longer a valid time
source.
However, on systems running *ntpd 4.2.8p18*, this transition appears
*delayed by up to one hour*. During this time, |ntpd| continues to
treat tsync as a valid source and *reports stratum 1*, even though
synchronization is no longer valid.
In comparison, this behavior does *not occur* in older versions like
*4.2.8p15*, where the system transitions to stratum 16 within a few
minutes.
We suspect this may be due to internal changes in source selection and
trust logic introduced in later versions, possibly making |ntpd| more
conservative about declassifying known sources — even when they become
unreliable.
Temporary Workaround
We experimented with the following configuration adjustments, which
appear to mitigate the issue by making |ntpd| more responsive:
*/tos orphanwait 1
tos mindist 0.05
tinker stepout 10
tinker panic 0
minpoll 3
maxpoll 4/*
These parameters seem to accelerate response to changes in sync status.
Questions
1.
Is this delay in downgrading to stratum 16 in 4.2.8p18 an *intended >> behavior*, or is it considered a *regression* compared to earlier
versions?
2.
Are there *recommended configuration settings* or best practices to >> ensure timely transition to stratum 16 when a local reference
becomes unreliable?
3.
Would it be appropriate to submit this as a *bug report*?
We would appreciate any clarification or guidance you can provide on
this matter.
Best regards,
--
*/Cordialement,
/*
*/Samir MOUHOUNE/*
On 2025-05-28 03:08, Harlan Stenn via questions Mailing List wrote:And how does ntp know that a maser has failed?. The only information it
Hi Samir,
It looks like you are aware of the complexity here.
As for is it a bug or a feature, I think the answer is "it depends", and
it really depends on each situation.
In no particular order:
- what other sources of time does ntpd see? Just because a time source
goes dark for a while shouldn't matter. PHI marches on, and at some
point the root dispersion will grow and knock the time soure out of the
running.
- It seems like your scenario has an insufficient number of time sources.
- If ntpd will call tsync often enough, what is the actual difference
between letting it hit S16 faster/slower, and re-establishing tsync as a
source when it is available again?
- How robust is your set of orphan servers?
The list goes on.
And from my POV, as long as ntpd has sufficiently robust "mechanism" to
allow you to tune its behavior to implement your "local policy" choices,
that's sufficient. As long as the default behavior is sufficient for
enough people, that seems OK.
H
On 5/27/2025 5:13 AM, MOUHOUNE Samir wrote:
Dear NTP Community,
We have observed a potentially unexpected behavior with |ntpd| version
*4.2.8p18* concerning the delay in transitioning to stratum 16 when a
local reference clock (tsync) loses synchronization.
Issue Summary
When our local reference clock (tsync) becomes unsynchronized, we
expect |ntpd| to stop selecting it and switch the system to stratum 16
relatively quickly, indicating the system is no longer a valid time
source.
However, on systems running *ntpd 4.2.8p18*, this transition appears
*delayed by up to one hour*. During this time, |ntpd| continues to
treat tsync as a valid source and *reports stratum 1*, even though
synchronization is no longer valid.
In comparison, this behavior does *not occur* in older versions like
*4.2.8p15*, where the system transitions to stratum 16 within a few
minutes.
We suspect this may be due to internal changes in source selection and
trust logic introduced in later versions, possibly making |ntpd| more
conservative about declassifying known sources — even when they become >>> unreliable.
Temporary Workaround
We experimented with the following configuration adjustments, which
appear to mitigate the issue by making |ntpd| more responsive:
*/tos orphanwait 1
tos mindist 0.05
tinker stepout 10
tinker panic 0
minpoll 3
maxpoll 4/*
These parameters seem to accelerate response to changes in sync status.
Questions
1.
Is this delay in downgrading to stratum 16 in 4.2.8p18 an *intended >>> behavior*, or is it considered a *regression* compared to earlier >>> versions?
2.
Are there *recommended configuration settings* or best practices to >>> ensure timely transition to stratum 16 when a local reference
becomes unreliable?
3.
Would it be appropriate to submit this as a *bug report*?
We would appreciate any clarification or guidance you can provide on
this matter.
Best regards,
--
*/Cordialement,
/*
*/Samir MOUHOUNE/*
You seem to have missed the point. This is clearly about the behavior
on a STRATUM 1 server when the hardware(-ish) time source fails, such as
a Maser failing. In these cases, ntpd needs to quickly lower its
announced stratum so the stratum 2 NTP servers will select a different upstream until the issue is fixed . Orphan mode should rarely apply
except in small sites with no Internet sources and no backup hardware
sources . However the affected stratum 1 server might or might not
generally benefit from using NTP time sources as a fallback for
disciplining the local clock .
Enjoy
Jakob
On 2025-06-23, Jakob Bohm <egenagwemdimtapsar@jbohm.dk> wrote:
On 2025-05-28 03:08, Harlan Stenn via questions Mailing List wrote:And how does ntp know that a maser has failed?. The only information it
Hi Samir,
It looks like you are aware of the complexity here.
As for is it a bug or a feature, I think the answer is "it depends", and >>> it really depends on each situation.
In no particular order:
- what other sources of time does ntpd see? Just because a time source >>> goes dark for a while shouldn't matter. PHI marches on, and at some
point the root dispersion will grow and knock the time soure out of the
running.
- It seems like your scenario has an insufficient number of time sources. >>> - If ntpd will call tsync often enough, what is the actual difference
between letting it hit S16 faster/slower, and re-establishing tsync as a >>> source when it is available again?
- How robust is your set of orphan servers?
The list goes on.
And from my POV, as long as ntpd has sufficiently robust "mechanism" to
allow you to tune its behavior to implement your "local policy" choices, >>> that's sufficient. As long as the default behavior is sufficient for
enough people, that seems OK.
H
On 5/27/2025 5:13 AM, MOUHOUNE Samir wrote:
Dear NTP Community,
We have observed a potentially unexpected behavior with |ntpd| version >>>> *4.2.8p18* concerning the delay in transitioning to stratum 16 when a
local reference clock (tsync) loses synchronization.
Issue Summary
When our local reference clock (tsync) becomes unsynchronized, we
expect |ntpd| to stop selecting it and switch the system to stratum 16 >>>> relatively quickly, indicating the system is no longer a valid time
source.
However, on systems running *ntpd 4.2.8p18*, this transition appears
*delayed by up to one hour*. During this time, |ntpd| continues to
treat tsync as a valid source and *reports stratum 1*, even though
synchronization is no longer valid.
In comparison, this behavior does *not occur* in older versions like
*4.2.8p15*, where the system transitions to stratum 16 within a few
minutes.
We suspect this may be due to internal changes in source selection and >>>> trust logic introduced in later versions, possibly making |ntpd| more
conservative about declassifying known sources — even when they become >>>> unreliable.
Temporary Workaround
We experimented with the following configuration adjustments, which
appear to mitigate the issue by making |ntpd| more responsive:
*/tos orphanwait 1
tos mindist 0.05
tinker stepout 10
tinker panic 0
minpoll 3
maxpoll 4/*
These parameters seem to accelerate response to changes in sync status. >>>>
Questions
1.
Is this delay in downgrading to stratum 16 in 4.2.8p18 an *intended
behavior*, or is it considered a *regression* compared to earlier >>>> versions?
2.
Are there *recommended configuration settings* or best practices to
ensure timely transition to stratum 16 when a local reference
becomes unreliable?
3.
Would it be appropriate to submit this as a *bug report*?
We would appreciate any clarification or guidance you can provide on
this matter.
Best regards,
--
*/Cordialement,
/*
*/Samir MOUHOUNE/*
has is the return ntp packets (or lack thereof). And a return packet can
fail to arrive if your computer's connection to the net has failed, temporarily or permanantly, or if the outside server has been
disconnected or is temporarily bad. ntp waits a while tries again.
An hour is no time at all. If you inow something has happened to the
source, you need to go in and resetup ntp to take that into account.
Make sure you have 5 or 7 independent sources, so the majority can vote
out the misbehaving source.
You seem to have missed the point. This is clearly about the behavior
on a STRATUM 1 server when the hardware(-ish) time source fails, such as
a Maser failing. In these cases, ntpd needs to quickly lower its
announced stratum so the stratum 2 NTP servers will select a different
upstream until the issue is fixed . Orphan mode should rarely apply
except in small sites with no Internet sources and no backup hardware
sources . However the affected stratum 1 server might or might not
generally benefit from using NTP time sources as a fallback for
disciplining the local clock .
In the scenario as I understand the OP, NTPD would know the difference because it connects to the hardware/outside time source via a protocol
other than NTP, specifically any of the non-NTP protocols, such as PPS,
GPS, WWWB, DCF77, Modem etc. Thread seems to be about how an NTPD
instance tied exclusively to such a time source via appropriate hardware reacts to said hardware going offline . OP seems to complain that a
recent patchlevel NTPD update made it react much more slowly to such a situation .
Make sure you have 5 or 7 independent sources, so the majority can vote
out the misbehaving source.
Typically, the stratum 1 server in question would be one of those 4 to 7
NTP time sources feeding another NTPD instance, and the problem is
making sure NTP data sent to the stratum 2 server stops advertising
stratum 1 as soon as the hardware time source goes away .
You seem to have missed the point. This is clearly about the behavior
on a STRATUM 1 server when the hardware(-ish) time source fails, such as >>> a Maser failing. In these cases, ntpd needs to quickly lower its
announced stratum so the stratum 2 NTP servers will select a different
upstream until the issue is fixed . Orphan mode should rarely apply
except in small sites with no Internet sources and no backup hardware
sources . However the affected stratum 1 server might or might not
generally benefit from using NTP time sources as a fallback for
disciplining the local clock .
Enjoy
Jakob
Dear NTP Community,ayed
We have observed a potentially unexpected behavior with ntpd version *4.2.8p18* concerning the delay in transitioning to stratum 16 when a
local reference clock (tsync) loses synchronization.
Issue Summary
When our local reference clock (tsync) becomes unsynchronized, we expect
ntpd to stop selecting it and switch the system to stratum 16 relatively quickly, indicating the system is no longer a valid time source.
However, on systems running *ntpd 4.2.8p18*, this transition appears *del=
by up to one hour*. During this time, ntpd continues to treat tsync as a valid source and *reports stratum 1*, even though synchronization is no longer valid.ecome
In comparison, this behavior does *not occur* in older versions like *4.2.8p15*, where the system transitions to stratum 16 within a few
minutes.
We suspect this may be due to internal changes in source selection and
trust logic introduced in later versions, possibly making ntpd more conservative about declassifying known sources =E2=80=94 even when they b=
unreliable.
We experimented with the following configuration adjustments, which appea=r
to mitigate the issue by making ntpd more responsive:
*tos orphanwait 1tos mindist 0.05tinker stepout 10tinker panic 0minpoll 3maxpoll 4*
These parameters seem to accelerate response to changes in sync status.
1.
Is this delay in downgrading to stratum 16 in 4.2.8p18 an *intended
behavior*, or is it considered a *regression* compared to earlier
versions?
1. Are there *recommended configuration settings* or best practices to
ensure timely transition to stratum 16 when a local reference becomes
unreliable?
1.
Would it be appropriate to submit this as a *bug report*?
version <strong>4.2.8p18</strong> concerning the delay in transitioning t=o stratum 16 when a local reference clock (tsync) loses synchronization.<br= ><br><h3>Issue Summary</h3>
On Tue, May 27, 2025 at 12:13 UTC MOUHOUNE Samir <samir.mouhoune@gmail.com <mailto:samir.mouhoune@gmail.com>> wrote:
Dear NTP Community,
We have observed a potentially unexpected behavior with |ntpd|
version *4.2.8p18* concerning the delay in transitioning to stratum
16 when a local reference clock (tsync) loses synchronization.
Issue Summary
When our local reference clock (tsync) becomes unsynchronized, we
expect |ntpd| to stop selecting it and switch the system to stratum
16 relatively quickly, indicating the system is no longer a valid
time source.
However, on systems running *ntpd 4.2.8p18*, this transition appears
*delayed by up to one hour*. During this time, |ntpd| continues to
treat tsync as a valid source and *reports stratum 1*, even though
synchronization is no longer valid.
In comparison, this behavior does *not occur* in older versions like
*4.2.8p15*, where the system transitions to stratum 16 within a few
minutes.
We suspect this may be due to internal changes in source selection
and trust logic introduced in later versions, possibly making |ntpd|
more conservative about declassifying known sources — even when they
become unreliable.
There have been no changes to ntpd/refclock_tsyncpci.c since 4.2.8p5 in 2016, so the issue might well affect other refclocks. It sounds like something we need to fix, or at a minimum understand and justify as an improvement.
Temporary Workaround
We experimented with the following configuration adjustments, which
appear to mitigate the issue by making |ntpd| more responsive:
*/tos orphanwait 1
tos mindist 0.05
tinker stepout 10
tinker panic 0
minpoll 3
maxpoll 4/*
These parameters seem to accelerate response to changes in sync status.
That's a lot of different knobs turned. Did you make all 6 changes at
once and observe improvement, or one at a time, or ?
I'm glad you found something to help out, and those might help point to
code change(s) responsible, but given so many knobs changed, not as
helpful as I might hope.
Questions
1.
Is this delay in downgrading to stratum 16 in 4.2.8p18 an
*intended behavior*, or is it considered a *regression* compared
to earlier versions?
It's hard to see why it would be intended, but we're far from
understanding the issue well enough to be definitive.
1. Are there *recommended configuration settings* or best practices
to ensure timely transition to stratum 16 when a local reference
becomes unreliable?
Interesting renumbering of your questions is happening in the GMail web editor using Chrome on Windows.
I think it's fair to say we're pretty weak on documented best practices
or recommended configuration settings, but try https://doc.ntp.org/ <https://doc.ntp.org/> You could also look at the archives of this list and its onetime evil twin newsgroup comp.protocols.time.ntp.
1.
Would it be appropriate to submit this as a *bug report*?
Yes, please, by all means. That's generally true if you think you've
found a misbehavior, regression, suboptimal behavior, or just have a
request to improve. The only thing we don't welcome reports to https:// bugs.ntp.org/ <https://bugs.ntp.org/> about are reports of a security nature, such as a remote crash of ntpd based on a port 123 query, or nontrivial information disclosure or elevation of privileges, things
that might merit a CVE. In that case, please submit the report to security@ntp.org <mailto:security@ntp.org> to ensure the information is
not made public before remediation can be done.
I apologize for taking so long to respond. I've had a lot going on in
my non-NTP life and I choose to have a relative firehose of email.
Thanks to Jakob for bubbling this up to my attention again. Bug reports can be ignored too, but much less likely than email.
Cheers,
Dave Hart
The NTP algorithms do ongoing evaluations of established associations.
If an association becomes non-responsive, it auto-degrades.
At some point the association will drop.
Dave Mills was, to the best of my recollection, very hesitant to throw
out an established association "too soon".
a=C3=A9crit :
On 2025-07-01, Harlan Stenn via questions Mailing List <questions@lists.ntp.org> wrote:
The NTP algorithms do ongoing evaluations of established associations.
If an association becomes non-responsive, it auto-degrades.
At some point the association will drop.
Dave Mills was, to the best of my recollection, very hesitant to throw
out an established association "too soon".
Yes, what is reported in this thread as observed behavior of 4.2.8p15
and 4.2.8p18 both sound wrong to me. NTPv4 servers are not supposed to
claim they are unsynchronized (switch to stratum 16) when they lose a
working association (it doesn't matter if it's a refclock or NTP server/peer). Quoting from RFC 5905 section 10:
It is important to note that, unlike NTPv3, NTPv4 associations do not
show a timeout condition by setting the stratum to 16 and leap
indicator to 3. The association variables retain the values
determined upon arrival of the last packet. In NTPv4, lambda
increases with time, so eventually the synchronization distance
exceeds the distance threshold MAXDIST, in which case the association
is considered unfit for synchronization.
It seems this changed between 4.2.8p14 and 4.2.8p15 as a result of
fixing this bug:
https://bugs.ntp.org/show_bug.cgi?id=3D3644
The problem reported in that bug doesn't look like a bug to me.
I think it was working as intended in NTPv4. The current behavior is
a regression towards NTPv3.
--
Miroslav Lichvar
On 2025-07-01, Harlan Stenn via questions Mailing List <questions@lists.ntp.org> wrote:
The NTP algorithms do ongoing evaluations of established associations.
If an association becomes non-responsive, it auto-degrades.
At some point the association will drop.
Dave Mills was, to the best of my recollection, very hesitant to throw
out an established association "too soon".
Yes, what is reported in this thread as observed behavior of 4.2.8p15
and 4.2.8p18 both sound wrong to me. NTPv4 servers are not supposed to
claim they are unsynchronized (switch to stratum 16) when they lose a
working association (it doesn't matter if it's a refclock or NTP server/peer). Quoting from RFC 5905 section 10:
It is important to note that, unlike NTPv3, NTPv4 associations do not
show a timeout condition by setting the stratum to 16 and leap
indicator to 3. The association variables retain the values
determined upon arrival of the last packet. In NTPv4, lambda
increases with time, so eventually the synchronization distance
exceeds the distance threshold MAXDIST, in which case the association
is considered unfit for synchronization.
It seems this changed between 4.2.8p14 and 4.2.8p15 as a result of
fixing this bug:
https://bugs.ntp.org/show_bug.cgi?id=3D3644
The problem reported in that bug doesn't look like a bug to me.
I think it was working as intended in NTPv4. The current behavior is
a regression towards NTPv3.
-----Original Message-----
From: Miroslav Lichvar <mlichvar@redhat.com>
Sent: Wednesday, July 2, 2025 11:42 AM
To: Windl, Ulrich <u.windl@ukr.de>
Cc: Dave Hart <davehart@gmail.com>; questions@lists.ntp.org; Jürgen Perlinger <juergen.perlinger@t-online.de>; Jürgen Perlinger <perlinger@ntp.org>; Windl, Ulrich <windl@ntp.org>
Subject: [EXT] Re: Re: Delay in Switching to Stratum 16 After Local Reference Loss on ntpd 4.2.8p18
Sicherheits-Hinweis: Diese E-Mail wurde von einer Person außerhalb des
UKR gesendet. Seien Sie vorsichtig vor gefälschten Absendern, wenn Sie auf Links klicken, Anhänge öffnen oder weitere Aktionen ausführen, bevor Sie die Echtheit überprüft haben.
On Wed, Jul 02, 2025 at 09:23:12AM +0000, Windl, Ulrich wrote:
Actually, I had completely forgotten about that issue. Reading it again, itseems stratum should be 16 if all sources are unreachable (lost).
Why should it do that?
The idea in NTPv4 is that the decision if a source is acceptable
should be made on the client side. If a server loses all time sources,
its root dispersion will grow (15 ppm by default). If a client of that
server has other sources, it can reselect when the distance becomes
larger than that of the other sources.
If the server quickly switches to the unsynchronized state (as recent
ntpd versions seem to be doing), the client can no longer synchronize
to it, even if it has no other sources available. If there are
multiple clients of that server, their clocks will not stay in sync,
each will be drifting on its own.
--
Miroslav Lichvar
Actually, I had completely forgotten about that issue. Reading it again, it seems stratum should be 16 if all sources are unreachable (lost).
Miroslav,
from the RFC citations found in the bug report it seems to be specified differently, or I misunderstood.
-----Original Message-----
From: Miroslav Lichvar <mlichvar@redhat.com>
Sent: Wednesday, July 2, 2025 4:55 PM
To: Windl, Ulrich <u.windl@ukr.de>
Cc: Dave Hart <davehart@gmail.com>; questions@lists.ntp.org; Jürgen Perlinger <juergen.perlinger@t-online.de>; Jürgen Perlinger <perlinger@ntp.org>; Windl, Ulrich <windl@ntp.org>
Subject: [EXT] Re: Re: Re: Delay in Switching to Stratum 16 After Local Reference Loss on ntpd 4.2.8p18
On Wed, Jul 02, 2025 at 09:50:37AM +0000, Windl, Ulrich wrote:
Miroslav,
from the RFC citations found in the bug report it seems to be specifieddifferently, or I misunderstood.
If you are referring to the Figure 24 of RFC 5905, which has "return (UNSYNC)" for this path, there doesn't seem to be anything suggesting
that should be handled by resetting the clock to an unsynchronized
state.
The clock_select() function in A.5.5.1 doesn't have a return value and
in this case when no usable sources are present it doesn't do
anything, it just returns.
/*
* There must be at least NSANE survivors to satisfy the
* correctness assertions. Ordinarily, the Byzantine criteria
* require four survivors, but for the demonstration here, one
* is acceptable.
*/
if (s.n < NSANE)
return;
--
Miroslav Lichvar
Well,
We could start a discussion what "UNSYNC" really means:
Does it mean the clock is free-running (not updated by the clock discipline), or does it mean the clock's estimated offset is "just terrible" (like 16 seconds)?
With the former definitions it's likely that an issue is discovered earlier by monitoring IMHO.
-----Original Message-----
From: Miroslav Lichvar <mlichvar@redhat.com>
Sent: Monday, July 7, 2025 11:34 AM
To: Windl, Ulrich <u.windl@ukr.de>
Cc: Dave Hart <davehart@gmail.com>; questions@lists.ntp.org; Jürgen Perlinger <juergen.perlinger@t-online.de>; Jürgen Perlinger <perlinger@ntp.org>; Windl, Ulrich <windl@ntp.org>
Subject: [EXT] Re: Re: Re: Re: Delay in Switching to Stratum 16 After Local Reference Loss on ntpd 4.2.8p18
Sicherheits-Hinweis: Diese E-Mail wurde von einer Person außerhalb des
UKR gesendet. Seien Sie vorsichtig vor gefälschten Absendern, wenn Sie auf Links klicken, Anhänge öffnen oder weitere Aktionen ausführen, bevor Sie die Echtheit überprüft haben.
On Fri, Jul 04, 2025 at 06:54:13AM +0000, Windl, Ulrich wrote:
Well,
We could start a discussion what "UNSYNC" really means:or does it mean the clock's estimated offset is "just terrible" (like 16 seconds)?
Does it mean the clock is free-running (not updated by the clock discipline),
I think in the context of the clock_select() function it means there
is no source selected and the clock cannot be updated. The selection
itself doesn't change the status of the clock. If it was previously considered to be synchronized, it will still be synchronized.
With the former definitions it's likely that an issue is discovered earlier bymonitoring IMHO.
The monitoring can check the reachability directly and discover the
issue even sooner, no need to wait for the orphan timeout to activate
after the source becomes unreachable.
--
Miroslav Lichvar
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 1,064 |
Nodes: | 10 (0 / 10) |
Uptime: | 148:07:37 |
Calls: | 13,691 |
Calls today: | 1 |
Files: | 186,936 |
D/L today: |
33 files (6,120K bytes) |
Messages: | 2,410,932 |