I hope my comment #35 answered the question raised in comment #32.
I do not fully understand the discussion and I am a newbe in that knowledge 
domain however I would like to have the problem solved.
Please let me know if you think the following attempt makes sense.

Grep'ing through /etc I found /etc/network/if-up.d/ntpdate
which is at least one place where ntpdate is used. However there I find also a 
suggestion that we could skip that action!
So I suggest:
#> mv /etc/network/if-up.d/ntpdate /etc/network/if-up.d/ntpdate_bak
#> cat - >/etc/network/if-up.d/ntpdate
#!/bin/sh
        exit 0
^d
chmod 755 /etc/network/if-up.d/ntpdate

# now try a reboot and see if the problem (no ntpd running) persists.

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

Title:
  ntpd not started when using ntpdate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1577596/+subscriptions

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

Reply via email to