Replies: 2 comments 2 replies
-
It is not possible to make ntpd-rs ignore the fact that it can't steer if you provide it with sources. Honestly I am not sure how this is handled with chrony in the example you provide. What you can do is make it provide the system time as a time source to the network. This requires manually configuring a stratum and reference ID, and is not really recommended unless you have some other source synchronizing the system clock. |
Beta Was this translation helpful? Give feedback.
-
Thank you David. It seems like
Is this something that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Thank you for a great project!
I'd like to run
ntpd-rs
in a rootless unprivileged OCI container as NTP server side-car that I can hammer freely with requests.(E.g. docker-ntp, but
ntpd-rs
with instead of chrony.)As such, I don't want
ntpd-rs
to try to modify that container host's system time (and denying theSYS_TIME
privilege).To achieve this I tried to set
in
ntp.toml
which starts of as expected, but then errors out withIs there any way I can make
ntpd-rs
ignore the lack of control if it wont be used anyway?/J
Beta Was this translation helpful? Give feedback.
All reactions