[Expired for ntp (Ubuntu) because there has been no activity for 60
days.]
** Changed in: ntp (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/
The real problem may be in script /usr/sbin/ntpdate-debian:
this line
NTPSERVERS=$(sed -rne 's/^(servers?|peer) ([-_.:[:alnum:]]+).*$/\2/p'
"$file" ...
could not correctly parsed file below:
/etc/ntp.conf:
restrict -6 default ignore
restrict -4 default ignore
restrict -6 ::1 nomodify notrap nop
In my case the configuration file wasn't loaded until I changed the
script file. Therefore time in my system wasn't correctly set according
to configuration. I forgot to mention that the OS is Ubuntu Server
edition. By "necessary configuration" you mean the /etc/default/ntpdate
file?
--
You recei
Thank you for opening this bug and helping make Ubuntu better.
The /etc/network/if-up.d/ntpdate script *does* load the necessary
configuration. This is done by the ntpdate-debian script calling within.
Can you please expand on why it did not work for you?
** Changed in: ntp (Ubuntu)
Importanc