/etc/init.d/ntp prefers DHCP over configured /etc/ntp.conf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-images |
New
|
Undecided
|
Unassigned | ||
ntp (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Xenial |
New
|
Undecided
|
Unassigned | ||
Bionic |
New
|
Undecided
|
Unassigned | ||
Focal |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
On a few instances in a public cloud, mostly seen in GCE, ntp seems incorrectly set up with:
| ubuntu@
| remote refid st t when poll reach delay offset jitter
| =======
| *169.254.169.254 71.79.79.71 2 u 737 1024 377 0.657 0.136 0.147
We have /etc/ntp.conf configured to use ntp.ubuntu.com as a 'pool' host. Turns out, it seems the /etc/init.d/ntp prefers the DHCP version over our configured ntp.conf:
| if [ /var/lib/
| NTPD_OPTS=
| fi
| ubuntu@
| -rw-r--r-- 1 root root 626 Feb 25 08:54 /etc/ntp.conf
| -rw-r--r-- 1 root root 897 Mar 29 21:00 /var/lib/
I think this is wrong, if /etc/ntp.conf is configured, it should use that over what DHCP/dhclient provides.
| ubuntu@
| DISTRIB_
| DISTRIB_
| VERSION_ID="16.04"
| ubuntu@
| ntp: /etc/init.d/ntp
| ubuntu@
| ntp:
| Installed: 1:4.2.8p4+
| Candidate: 1:4.2.8p4+
| Version table:
| *** 1:4.2.8p4+
| 500 http://
| 500 http://
Thanks,
Haw
tags: | added: xenial |
A hacky workaround is the constantly touch/update the timestamp of /etc/ntp.conf.