Comment 5 for bug 575458

Revision history for this message
Robie Basak (racb) wrote :

We've been reviewing the entire Ubuntu delta for ntp, and came across this sed rule change which is still active. I will drop it for Xenial.

I agree with Jeffrey. The sed rule is incorrect - it does not achieve what it attempts to achieve, and creates surprising behaviour.

Fundamentally we have two things at odds with each other. There are two sources for NTP servers: 1) ntp.conf; and 2) any DHCP response. Clearly there are use cases where the DHCP response should be used over an ntp.conf default, and there are also use cases where the DHCP response should be ignored and ntp.conf's default (or changed) settings used instead.

The only sane thing to do is to pick a default that will work for the majority of users, and instruct users for whom this does not work on what to do instead.

If you have configured your system to use DHCP, I think it is reasonable to expect your system to honor NTP settings received back from DHCP. IMHO, this should by default overrule any setting in ntp.conf, and so Debian's current path is sane, and Ubuntu should follow.

Therefore I am dropping Ubuntu's delta on this point for Xenial.

If you have a special case where you are using DHCP but do not want DHCP's NTP server response to override local settings, then you should configure the DHCP client you are using to ignore any NTP part of the DHCP response to get the behaviour you need. I'd appreciate if someone could comment with exact steps on how to achieve this.

I'll mark this bug Won't Fix now, to reflect the fact that the original reporter's actual behaviour is the expected behaviour for Xenial onwards.