Your message dated Sun, 1 May 2016 12:30:16 +0200
with message-id
<CAATJJ0JL=hjlcj6buhk745jftrw08gdepe91ampimpwovuv...@mail.gmail.com>
and subject line Re: [pkg-ntp-maintainers] Bug#823120: ntpdate-debian no more
working with defaults in /etc/ntp.conf
has caused the Debian Bug report #823120,
regarding ntpdate-debian no more working with defaults in /etc/ntp.conf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
823120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823120
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ntp
Version: 1:4.2.8p4+dfsg-3+b1
Hi,
I was hitting that two days ago and now also got another report for the
same on Ubuntu.
Quoting from our bug report:
The problem is that ntpdate-debian parse /etc/ntp.conf, searchin for the
word "server",
but the format of the file as changed a bit
< server 0.ubuntu.pool.ntp.org
< server 1.ubuntu.pool.ntp.org
< server 2.ubuntu.pool.ntp.org
< server 3.ubuntu.pool.ntp.org
---
> pool 0.ubuntu.pool.ntp.org iburst
> pool 1.ubuntu.pool.ntp.org iburst
> pool 2.ubuntu.pool.ntp.org iburst
> pool 3.ubuntu.pool.ntp.org iburst
25c24
< server ntp.ubuntu.com
---
> pool ntp.ubuntu.com
the word server as been replaced by "pool"
I wanted to fix in Debian first and then later do a merge in the Yakkety
cycle.
That said, this initial mail is to create a Debian bug number for me to
track.
Essentially it should just be
sed -rne
's/^(servers?|peer)[[:space:]]+(-[46][[:space:]]+)?([-_.:[:alnum:]]+).*$/\3/p'
"$file"
=>
sed -rne
's/^(servers?|peer|pool)[[:space:]]+(-[46][[:space:]]+)?([-_.:[:alnum:]]+).*$/\3/p'
"$file"
I'll come up with a debdiff the next few days after I had some time to test
it.
But feel free to integrate right away if you consider it trivial.
--- End Message ---
--- Begin Message ---
Yeah just found that this one wasn't on testing and got fixed in ntp
(1:4.2.8p7+dfsg-1).
Thanks and sorry to miss that - considering a sync for Ubuntu then.
Christian Ehrhardt
Software Engineer, Ubuntu Server
Canonical Ltd
On Sun, May 1, 2016 at 1:41 AM, Kurt Roeckx <[email protected]> wrote:
> On Sun, May 01, 2016 at 01:20:02AM +0200, Christian Ehrhardt wrote:
> > Package: ntp
> > Version: 1:4.2.8p4+dfsg-3+b1
>
> Please look at the version in unstable instead, this was just
> fixed.
>
>
> Kurt
>
>
--- End Message ---