Public bug reported:
I installed ubuntu 20.04.1 from the live cd.
I wanted to complement the os by some apps. therefore I clicked the "Show
applications" icon in the left sidebar and typed e.g. seamonkey (and others).
After a while I got he message nothing found (I do not remember the precise
Please do not blame me too hard if I provided a "patch" not in the
correct format - but the script does the job for me. ntpd is started and
continues to run, ntpdate seems to be invoked twice. The first
invocation is too early and failes. The next one does its job but
doesn't do a very impressive c
attached version of ntpdate solves the problem for me and hopefully for
everybody.
I do not mind if comments are removed.
The attached version avoids the conflict between ntpd and ntpdate and also
makes the skript simpler.
** Attachment added: "ntpdate_HH is a revised version of
/etc/network/
I tested the suggestion from comment #38 by robx. It works for
me.
Deviating from his proposal I only did the following change:
hhl@ILS-AP2:~$ diff ntpdate /etc/network/if-up.d/ntpdate
9a10
> # exit 0 # hh_161120 - ntpdate prevents start ntpd Ubuntu Bug #1577596
42c43,44
< flock -n /
The solution suggested in comment #36 works for me, ntpd is running after
reboot.
Actually I did not create ntpdate_bak in the directory, I simply inserted the
exit 0 statement in the script.
= To resolve the bug
= I suggest if-up.d/ntpdate is removed from the system.
= M
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 /
hhl@ILS-AP2:~$ which ntpdate
/usr/sbin/ntpdate
hhl@ILS-AP2:~$ dpkg -l | grep ntpdate
ii ntpdate
1:4.2.8p4+dfsg-3ubuntu5.3 i386 client for setting
system time from NTP servers
hhl@ILS-AP2:~$
--
You received this bug notific
systemctl restart-failed ntp # was no help
# However after
systemctl stop ntp # changes status active (exited) to inactive (dead)
systemctl start ntp # succeeds.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
I am affected too.
Manually starting ntpd using `systemctl start ntp` doesn't work for me.
ps -ef | grep ntpd # shows no started ntpd.
systemctl status ntp # does not change active (excited), only another last line
is added.
root@ILS-AP2:~# systemctl start ntp
root@ILS-AP2:~# ps -ef | grep ntp
ro