Package: chrony
Version: 3.0-4+deb9u1

I'm running debian stable (stretch).  When I do a fresh
install of chrony, for some reason it doesn't start on boot.  This is without
touching any of the config files.


dilinger@e7450:~$ systemctl is-enabled chrony
enabled
dilinger@e7450:~$ systemctl status chrony
● chrony.service - chrony, an NTP client/server
   Loaded: loaded (/lib/systemd/system/chrony.service; enabled; vendor preset: e
   Active: inactive (dead)
     Docs: man:chronyd(8)
           man:chronyc(1)
           man:chrony.conf(5)
dilinger@e7450:~$ systemctl start chrony
dilinger@e7450:~$ systemctl status chrony
● chrony.service - chrony, an NTP client/server
   Loaded: loaded (/lib/systemd/system/chrony.service; enabled; vendor preset: e
   Active: active (running) since Fri 2017-12-01 00:26:01 PST; 1s ago
     Docs: man:chronyd(8)
           man:chronyc(1)
           man:chrony.conf(5)
  Process: 1489 ExecStart=/usr/sbin/chronyd (code=exited, status=0/SUCCESS)
 Main PID: 1491 (chronyd)
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/chrony.service
           └─1491 /usr/sbin/chronyd


When started manually, here's what's in daemon.log:
Dec  1 00:26:01 e7450 systemd[1]: Starting chrony, an NTP client/server...
Dec  1 00:26:01 e7450 chronyd[1491]: chronyd version 3.0 starting (+CMDMON +NTP 
+REFCLOCK +RTC +PRIVDROP +SCFILTER +SECHASH +SIGND +ASYNCDNS +IPV6 -DEBUG)
Dec  1 00:26:01 e7450 chronyd[1491]: Frequency 0.000 +/- 1000000.000 ppm read 
from /var/lib/chrony/chrony.drift
Dec  1 00:26:01 e7450 systemd[1]: Started chrony, an NTP client/server.
Dec  1 00:26:08 e7450 chronyd[1491]: Selected source 50.116.52.97

I don't see anything in the logs during boot about chrony attempting to
start.

Reply via email to