~paelzer/ubuntu/+source/chrony:merge-4.0-2-HIRSUTE

Last commit made on 2020-11-04
Get this branch:
git clone -b merge-4.0-2-HIRSUTE https://git.launchpad.net/~paelzer/ubuntu/+source/chrony
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
merge-4.0-2-HIRSUTE
Repository:
lp:~paelzer/ubuntu/+source/chrony

Recent commits

3499fa0... by Christian Ehrhardt 

reconstruct-changelog

fab7ae5... by Christian Ehrhardt 

update-maintainer

71d3ced... by Christian Ehrhardt 

merge-changelogs

3d4c24d... by Christian Ehrhardt 

  + debian/docs, debian/README.container: provide documentation about the
    handling of this case.

3c4ec88... by Christian Ehrhardt 

  + debian/install: make chrony-starter.sh available on install.

51654f8... by Christian Ehrhardt 

  + debian/chronyd-starter.sh: wrapper to handle special cases in containers
    and if CAP_SYS_TIME is missing. Effectively allows to run NTP server in
    containers on a default installation and avoid failing to sync time (or
    if allowed to sync, avoid multiple containers to fight over it by
    accident).

e6caf97... by Christian Ehrhardt 

  + debian/chrony.default: new option SYNC_IN_CONTAINER to not fall back
    (Default off)

3a0d9a7... by Christian Ehrhardt 

  + debian/control: add new dependency libcap2-bin for capsh (usually
    installed anyway, but make them explicit to be sure).

d86247a... by Christian Ehrhardt 

- Set -x as default if unable to set time (e.g. in containers) (LP: 1589780)
  Chrony is a single service which acts as both NTP client (i.e. syncing the
  local clock) and NTP server (i.e. providing NTP services to the network),
  and that is both desired and expected in the vast majority of cases.
  But in containers syncing the local clock is usually impossible, but this
  shall not break the providing of NTP services to the network.
  To some extent this makes chrony's default config more similar to 'ntpd',
  which complained in syslog but still provided NTP server service in those
  cases.
  + debian/chrony.service: allow the service to run without CAP_SYS_TIME

78fbe80... by Christian Ehrhardt 

    - d/chrony.conf: use ubuntu ntp pool and server (LP 1744664 1754358)

Signed-off-by: Christian Ehrhardt <email address hidden>