Public bug reported:

Ubuntu 19.10's systemd package introduced /lib/systemd/system/systemd-
timesyncd.service.d/disable-with-time-daemon.conf.  This prevents
systemd-timesyncd.service from starting if the ntp package has been
installed.  However, ntp.service has a Conflicts directive for systemd-
timesyncd.service.  If both services are enabled, neither will start on
boot.  This breaks upgrades from < 19.10 to 19.10 for systems that have
both ntp and systemd installed.

Possible workarounds:

- Uninstall ntp
- Disable systemd-timesyncd.service

% lsb_release -rd
Description:    Ubuntu 19.10
Release:        19.10

% apt-cache policy systemd
systemd:
  Installed: 242-7ubuntu3
  Candidate: 242-7ubuntu3
  Version table:
 *** 242-7ubuntu3 500
        500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu eoan/main amd64 
Packages
        100 /var/lib/dpkg/status

% apt-cache policy ntp
ntp:
  Installed: 1:4.2.8p12+dfsg-3ubuntu2
  Candidate: 1:4.2.8p12+dfsg-3ubuntu2
  Version table:
 *** 1:4.2.8p12+dfsg-3ubuntu2 500
        500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu eoan/universe amd64 
Packages
        100 /var/lib/dpkg/status

% dpkg -S 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
systemd: 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf

% sudo systemctl status ntp
● ntp.service - Network Time Service
   Loaded: loaded (/lib/systemd/system/ntp.service; enabled; vendor preset: 
enabled)
   Active: inactive (dead)
     Docs: man:ntpd(8)

% sudo systemctl status systemd-timesyncd.service
● systemd-timesyncd.service - Network Time Synchronization
   Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; 
vendor preset: enabled)
  Drop-In: /lib/systemd/system/systemd-timesyncd.service.d
           └─disable-with-time-daemon.conf
   Active: inactive (dead)
Condition: start condition failed at Mon 2019-10-21 12:05:38 EDT; 29s ago
     Docs: man:systemd-timesyncd.service(8)

Oct 21 12:05:38 ubuntu systemd[1]: Condition check resulted in Network
Time Synchronization being skipped.

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1849156

Title:
  systemd-timesyncd.service broken on upgrade to 19.10 if ntp was
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1849156/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to