[MIR] Chrony in 18.04

Bug #1744072 reported by Christian Ehrhardt 
30
This bug affects 3 people
Affects Status Importance Assigned to Milestone
NTP Charm
Fix Released
Medium
Paul Gear
Ubuntu Server Guide
Fix Released
Undecided
Unassigned
ceph (Ubuntu)
Fix Released
Undecided
Unassigned
chrony (Ubuntu)
Fix Released
Undecided
Unassigned
cloud-init (Ubuntu)
Fix Released
Undecided
Unassigned
maas (Ubuntu)
Fix Released
Critical
Andres Rodriguez

Bug Description

--- MIR ---

1. Availability: The package is Ubuntu universe and builds for the architectures it is designed to work on.

2. Rationale:
 2.1 NTP in general is needed quite a lot, but we want to exchange ntpd
     which is the current implementation in main with chrony for 18.04.
 2.2 Security: chrony was considered easier to be maintained easier in
     terms of security and provide a more modern ntp experience as well.
 2.3 Efficiency: Furthermore several cloud people seem to be interested to
     change to chrony in the guests for its lower memoy/cpu footprint
     (efficiency I guess).
2.4 related to this MIR 6 years ago this is the same but for Fedora.
    See: https://fedoraproject.org/wiki/Features/ChronyDefaultNTP
    IIRC some limitations that were present have been eliminated since, so
    it is even better than it was back then.
2.5 In general one has to realize that in a systemd-timesync world
    ntp/chrony are mostly for the "serving" portion of an ntp service, and
    not so much about the client (unless you the better accuracy vs
    timesyncd is needed).

3. Security: In fact the request came in by security Team, so I guess I call this section done

3. Quality assurance
 3.1 configuration ease - works after installation
 3.2 no high prio debconf
 3.3 usability (no major issues in Debian nor Ubuntu)
     asked Paul in regard to the ntp charm in comment #5
 3.4 long-term >=high bugs (none in Debian nor Ubuntu)
 3.5 Debian/Ubuntu bugs look reasonable maintained
 3.6 does not deal with hard to support exotic hardware (other than ntpd
     btw). If used this can be done through universe package GPSD (no
     dependency)
 3.7 Test suite runs on build (some skipped if not env applicable)
 3.8 debian/watch exists
 3.9 not depending on obsoleted packages

4.1 It does not face graphical UI
4.2 It is unfortunately not internationalized as far as I could see in the source

5. Dependencies - there is one not in main libtomcrypt
   We don't want it in main either, instead we want to fix bug 1744328 and then use libnss which is in main already.

6. Not found major Policy or FSH violations that would have to be fixed.

7. Maintenance
  7.1 Upstream - is maintained well (and better than ntpd it seems
       according to some discussisons)
  7.2 Ubuntu - Owning Team would be Ubuntu (in exchange to drop ntp)

8. Background information:
  Fulfills the same role as ntp, yet according to the security Team would
  be preferred for them.

--- Affected Packages ---

I'll add all those as bug tasks.
Once the MIR has passed the state of uncertainty (e.g. would it be blocked by one of the dependent bug being not doable at all) then please work on these into 18.04. Here a list what is affected in the listed packages:

Maas - needs to change dependencies and maybe template
cloud-init - needs to support writing ntp config to chrony instead of ntpd
ceph-base - change recommends from ntpd to chrony (it only intends to get good time and doesn't care via which dameon that is, so that should be ok to be change)
ntp charm - switch to chrony for >=18.04
chrony - MIR itself (discussion here and eventually seeding)

--- Depending on further Bugs ---
In my initial evaluation I uncovered (and filed) a set of bugs that I consider requirement to make it fully ready:
Reminder - tracking state here might be out of sync, I'll only change them to Done once complete and not care about interim status changes.

DONE - bug 1744662 - add chrony apparmor profile
DONE - bug 1744328 - make src:libnss libfreebl3 usable by other programs
COMMITTED - bug 1744664 - use Ubuntu time servers
COMMITTED - bug 1744072 - d/control: use to nss instead of tomcrypt
Some more cleanups in Chrony are optional but useful.

Other Related Bugs

 * https://bugs.launchpad.net/cloud-init/+bug/1731619 (cloud-init)

Related branches

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Current TODOs to get the MIR started:
1. complete the template
2. check dependencies and file MIRs as needed
3. Add bug tasks for all other affected packages

description: updated
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

TOOD: add docs like serverguide to move to chrony

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

TODO: add tasks for charms by paul geer

description: updated
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Discussion about usability of libnss forked into bug 1744328

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hi Paul,
I subscribed you as I wanted to clarify something.
Back in [1], you mentioned it was important to you to get ntpdate (single shot cli) and ntpd (daemon) to work together nicely for the ntp charm.

Now if the ntp charm would be modified to use chrony from 18.04 onward, would that break it completely as chrony has no direct ntpdate counterpart that I'd know of?

[1]: https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1706818

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

bug 1718227 covers the need for hook integration from ifup to systemd, this is a soft prereq to consider it fully complete for 18.04

description: updated
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

While some things are up in the air we should step this forward as good as we can, so @ubuntu-mir Team pleas ack and set it so the next status (if ok) so that the security Team can do an official check and ack as well.

description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in ceph (Ubuntu):
status: New → Confirmed
Changed in chrony (Ubuntu):
status: New → Confirmed
Changed in cloud-init (Ubuntu):
status: New → Confirmed
Changed in maas (Ubuntu):
status: New → Confirmed
Revision history for this message
Simon Déziel (sdeziel) wrote :

RE: ntpdate equivalent, upstream recommends "chrony -q" with or without a config file.

https://chrony.tuxfamily.org/faq.html#_does_code_chronyd_code_have_an_ntpdate_mode

Revision history for this message
Ken Dreyer (Red Hat) (kdreyer-redhat) wrote :

Ceph tracker to switch from ntpd to chronyd: http://tracker.ceph.com/issues/22751

description: updated
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Thanks Simin and Ken, both great to know about!

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

We will also have to rewrite parts of the server guide
- Chrony usage in general
- Maybe how to convert a config from ntp to chrony

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

FYI: Debian accepted all our apparmor changes already plus a few cleanups - synced that new version into Bionic

description: updated
Revision history for this message
Seth Arnold (seth-arnold) wrote :

I reviewed chrony version 3.2-1build1 as checked into bionic. This isn't a
full security audit but rather a quick gauge of maintainability.

- There are ten CVEs in our database; the fixes mostly aren't enumerated
  in our database, but many of the descriptions sound like they were
  handed out 'conservatively' -- errors in administration-level command
  channel or a malicious peer server operator in a position to interpose
  traffic from another peer server.

  I like the paranoia.

- chrony is a new, simpler, smaller, safer, ntp daemon. It's suitable for
  client and server use, and supports some hardware drivers, NIC
  timestamping, but perhaps not as many features as our old NTPD.

- Build-Depends: debhelper, bison, libedit-dev, libtomcrypt-dev,
  libcap-dev, pps-tools, libseccomp-dev, pkg-config, asciidoctor

- libtomcrypt dependency is being worked on; apparently nss is an option
  once we expose an "internal only" library.

- Does daemonize, nicely
- pre/post inst/rm scripts have autogenerated sections. Also:
- postinst script creates _chrony user and group, chowns /var/log/chrony
  and /var/lib/chrony
- postinst cleans up after previous version "key" file (authentication has
  been simplified in newer versions) in a complicated set of comparisons
- postrm removes /var/lib/chrony/, /etc/chrony/, _chrony user and group
- Initscript uses start-stop-daemon to start chrony
- systemd unit file is simple
- No dbus services
- No setuid files
- chronyc and chronyd executables in PATH
- No sudo fragments
- No udev rules
- test suite run at build; not comprehensive, but nice to have
- clean build logs

- sendmail is spawned to send mail via popen(). All variables are under
  control of configuration file. No error handling in case the admin sets
  the "mail to" variable to something silly long or dangerous, but this is
  very low risk.

- Memory management looked careful
- file io looked careful
- logging looked careful
- TZ environment variable used to gather information on leap seconds,
  looked careful
- Privileged operations looked careful
- I did not inspect cryptography
- Privileged portions of the code, privsep-style, looked careful; I did
  not inspect privsep for safety
- Extensive networking, looked careful
- No temporary file handling
- No WebKit
- No JavaScript
- No PolicyKit
- Clean cppcheck

Errors are checked religiously, coding style is unique and awkward but not
a real impediment to maintenance. Obviously ntp is an involved protocol
and probably further flaws will be found -- and we will rely upon
upstream's help for all but the simplest of issues. It looks
professionally programmed.

The only issue I found has no security relevance but may be slightly
surprising:

- reference() uses snprintf() to build a string to call sendmail; the
  username may not fit in the allocated space, and the code gets no
  warning about this.

  Any shell metacharacters in this setting would interfere with proper
  operation of the program.

I'd like to see this addressed for reliability reasons but it's not a
pressing issue.

Security team ACK for promoting chrony to main.

Thanks

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

FYI - It seems a bit dead here, but most work atm is going into dependent bug 1744328

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

ifup/down hooks are undirected (just chronyc offline/online).
There are networkmanager dispatchers which are smarter.

All of this is to allow to handle lossy/changing connections which is far more a laptop or similar (=>NetworkManager) than a server.

We might consider moving on without a solution.
Cyphermox mentioned he will look to provide a solution to hook into events again at some point (Part of the netplan transition) that is based on netlink events I think.

If all but the hooks are complete we can still move on IMHO.

Revision history for this message
David Britton (dpb) wrote :

re: ifup/down hooks --

In the end, it's the same situation with either ntpd or chrony. let's just add it to the tasks to do after promotion in general for 18.04. I wouldn't conflate the MIR with this point at all.

description: updated
Revision history for this message
Paul Gear (paulgear) wrote : Re: [Bug 1744072] Re: MIR Chrony in 18.04

On 22/01/18 17:27, ChristianEhrhardt wrote:
> Hi Paul,
> I subscribed you as I wanted to clarify something.
> Back in [1], you mentioned it was important to you to get ntpdate (single shot cli) and ntpd (daemon) to work together nicely for the ntp charm.
>
> Now if the ntp charm would be modified to use chrony from 18.04 onward,
> would that break it completely as chrony has no direct ntpdate
> counterpart that I'd know of?
>
> [1]: https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1706818
>
Hi Christian,

My current plan is to write a new reactive charm for chrony rather than
trying to retrofit the ntp charm to support chrony.  I would expect that
the functionality which relies on ntpdate will drop out.  I don't have a
timeframe for this, however.

Regards,
Paul

description: updated
Revision history for this message
Christian Ehrhardt  (paelzer) wrote : Re: MIR Chrony in 18.04

Builds complete against new nss, also all other bugs we wanted are grouped.
New chrony uploaded to bionic - once passed we can do the seeding.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package chrony - 3.2-2ubuntu2

---------------
chrony (3.2-2ubuntu2) bionic; urgency=medium

  * d/control: use to nss instead of tomcrypt (in main) (LP: #1744072)
  * d/chrony.conf: use ubuntu ntp pool and server (LP: #1744664)
  * d/chrony.default, d/chrony.service: support /etc/default/chrony
    DAEMON_OPTS in systemd environment (LP: #1746081)
  * d/chrony.service: properly start after networking (LP: #1746458)
  * d/usr.sbin.chronyd: allow to create /run/chrony on demand (LP: #1746444)

 -- Christian Ehrhardt <email address hidden> Fri, 19 Jan 2018 09:45:38 +0100

Changed in chrony (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Ok, this now has all prereqs resolved.
It is ready for the actual MIR + seed change.
Setting the state back to new (we reused the bugno, but it is for the MIR actually)

So todo's now are:
@MIR Team ack and set fix committed
@Cpaelzer - Propose a seed change.

Changed in chrony (Ubuntu):
status: Fix Released → New
summary: - MIR Chrony in 18.04
+ [MIR] Chrony in 18.04
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

MP's for the seed changes are up:
platform: https://code.launchpad.net/~paelzer/ubuntu-seeds/18.04-ntp-to-chrony-platform/+merge/337257
ubuntu: https://code.launchpad.net/~paelzer/ubuntu-seeds/18.04-ntp-to-chrony-ubuntu/+merge/337256

Waiting now for:
- the general MIR team ack and setting to fix committed on this bug.
- a review ack on the two MPs above

David Britton (dpb)
description: updated
Revision history for this message
Paul Gear (paulgear) wrote :

@paelzer: As I looked at chrony's config and the options which would be needed in a new chrony charm, I found that most of them were common with ntp, so I'm going to start work on a branch of the ntp charm which supports switching between ntp and chrony. I'll link the branch here when I have some progress to report.

Changed in ntp-charm:
status: New → Triaged
importance: Undecided → Medium
Nish Aravamudan (nacc)
Changed in chrony (Ubuntu):
assignee: nobody → Nish Aravamudan (nacc)
status: New → In Progress
Revision history for this message
Nish Aravamudan (nacc) wrote :

I reviewed chrony; it's fine to MIR (and has security team approval). MIR ACKed.

Changed in chrony (Ubuntu):
status: In Progress → Fix Committed
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Thanks Nish that you took a look.
I merged the two open and already approved seed changing branches.

Will also do the ceph upload soon.
All those will make chrony show up in component mismatches to then be added.
(and hopefully ntp will show up soon after for demotion to universe)

Revision history for this message
Steve Langasek (vorlon) wrote :

Override component to main
chrony 3.2-2ubuntu3 in bionic amd64: universe/admin/extra/100% -> main
chrony 3.2-2ubuntu3 in bionic arm64: universe/admin/extra/100% -> main
chrony 3.2-2ubuntu3 in bionic armhf: universe/admin/extra/100% -> main
chrony 3.2-2ubuntu3 in bionic i386: universe/admin/extra/100% -> main
chrony 3.2-2ubuntu3 in bionic ppc64el: universe/admin/extra/100% -> main
chrony 3.2-2ubuntu3 in bionic s390x: universe/admin/extra/100% -> main
6 publications overridden.

Changed in chrony (Ubuntu):
status: Fix Committed → Fix Released
Changed in maas (Ubuntu):
importance: Undecided → Critical
Changed in ceph (Ubuntu):
status: Confirmed → In Progress
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

The ceph change to modify the dependencies (reorder recommends) are in proposed and hopefully soon to migrate.

Of the rather time critical bits (to demote ntp in time before FF) what is left is the change in MAAS. Since the sprint there was no reply by MAAS yet, so pinging on IRC in addition to this bug update.

Those two depend on ntp in d/control:
- maas-region-api
- maas-rack-controller

You could likely even keep most of the tests as-is, but the custom ntp config (src/provisioningserver/ntp/config.py?) would need to be changed I assume.

Changed in chrony (Ubuntu):
assignee: Nish Aravamudan (nacc) → nobody
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ceph - 12.2.2-0ubuntu2

---------------
ceph (12.2.2-0ubuntu2) bionic; urgency=medium

  * d/control: Re-order Recommends to prefer chrony over time-daemon
    (chrony/openntp) and ntp for Ubuntu (LP: #1744072).

 -- Christian Ehrhardt <email address hidden> Fri, 16 Feb 2018 09:19:21 +0100

Changed in ceph (Ubuntu):
status: In Progress → Fix Released
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Changed in serverguide:
status: New → Fix Committed
Changed in maas (Ubuntu):
assignee: nobody → Andres Rodriguez (andreserl)
status: Confirmed → In Progress
Changed in maas (Ubuntu):
status: In Progress → Fix Committed
status: Fix Committed → In Progress
Revision history for this message
Paul Gear (paulgear) wrote :

I've added initial support for chrony to the ntp charm: https://code.launchpad.net/~paulgear/ntp-charm/+git/ntp-charm/+merge/340780

Very lightly tested at present - nagios check known to be non-working, other features should work. It's available as cs:~paulgear/ntp if anyone would like to test: https://jujucharms.com/u/paulgear/ntp/

Changed in ntp-charm:
assignee: nobody → Paul Gear (paulgear)
status: Triaged → In Progress
Changed in serverguide:
status: Fix Committed → Fix Released
Revision history for this message
Matthias Klose (doko) wrote :

clout-init and maas are already in main. why are these still open?

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hi Mathias - that was for both to support configuring chrony for ntp services.
Both are done AFAIK, setting fix released.

Changed in cloud-init (Ubuntu):
status: Confirmed → Fix Released
Changed in maas (Ubuntu):
status: In Progress → Fix Released
Paul Gear (paulgear)
Changed in ntp-charm:
status: In Progress → Fix Committed
Paul Gear (paulgear)
Changed in ntp-charm:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.