On Tue, 2020-03-24 at 09:35 +0000, Mark Rogers wrote:
On Tue, 24 Mar 2020 at 08:45, Mark Rogers mark@more-solutions.co.uk wrote:
If I stop the ntp service and run ntpd manually, it resolves the iP addresses correctly: sudo systemctl stop ntp sudo ntpd -g -u 109:113
If I kill ntpd and restart it via systemctl it fails again. So it is something to do with how it is being run as a service.
I found the problem.
The systemd unit file includes PrivateTmp=true and that is what was breaking it for me.
First we kill Poettering.