Re: [chrony-users] What happened to chrony-helper |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-users Archives
]
- To: chrony-users@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: [chrony-users] What happened to chrony-helper
- From: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
- Date: Mon, 25 Apr 2022 10:05:17 +0200
- Authentication-results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=mlichvar@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1650873920; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qcuY5QQqK622RQiU3vUKCYk3XI4DqC3zV+GjyED5z9s=; b=G8SIrmV1UuHc51LVwiSPhqeTeaMdHthgBk7TtBUcj6SrUO7Yb8xSt+3vtBmefHHFV1Prgc wbKXJDrUQkapgoLUh9xtrxSE4UzyTTw3JUsNcGcEt8bkIKtFMKHkpuPwjh77ToTnVgPZ9d se+N3l0f4oHeVDxD3FCDjEaafWuO7V0=
On Sun, Apr 24, 2022 at 10:13:19AM -0700, Bill Unruh wrote:
> What happened to chrony-helper and what has replaced it?
chrony-helper was a script included in some distribution packages,
mainly to support configuration of NTP servers from DHCP. It was not
included in the upstream chrony repository.
It was superseded by the sourcedir directive. If chrony.conf contains
sourcedir /run/chrony-dhcp
an NTP server obtained from DHCP can be added to a running chronyd
instance by:
# echo "server 192.168.1.123 iburst" > /run/chrony-dhcp/eth0.sources
# chronyc reload sources
and removed by:
# rm /run/chrony-dhcp/eth0.sources
# chronyc reload sources
--
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.