Your message dated Fri, 27 Nov 2020 16:33:54 +0000
with message-id <[email protected]>
and subject line Bug#953552: fixed in hobbit-plugins 20201127
has caused the Debian Bug report #953552,
regarding hobbit-plugins: ntpq parser fails on `ntpq -np' output as of ntp
1:4.2.8p14+dfsg-1
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.)
--
953552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953552
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hobbit-plugins
Version: 20191218
Severity: normal
Tags: patch
Dear Maintainer,
I have noticed that my PC is being flagged as having broken ntp settings after
the update of ntp to 1:4.2.8p14+dfsg-1 in sid.
New ntp version seems to ship with updated ntpq output.
I checked which script generates this and fixed the regexp in
/usr/lib/xymon/client/ext/ntpq
The xymon test on my PC no longer emits an erroneous alert.
I am attaching a patch, but it's a bit of a hatchet job. Please check if I
didn't change something else unintentionally.
Kind regards,
-
Maciej Bonin <[email protected]> support: +41 44 633 26 68
IT Services Group, HPT H 8 voice: +41 44 633 39 97
Department of Physics, ETH Zurich
CH-8093 Zurich, Switzerland http://nic.phys.ethz.ch/
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8), LANGUAGE=
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages hobbit-plugins depends on:
ii dpkg 1.19.7
ii xymon-client 4.3.30-1
Versions of packages hobbit-plugins recommends:
ii binutils 2.34-4
ii dctrl-tools 2.24-3+b1
ii libfile-slurp-perl 9999.29-1
ii libsort-naturally-perl 1.03-2
ii libyaml-tiny-perl 1.73-1
ii lsb-release 11.1.0
ii lsof 4.93.2+dfsg-1
ii sudo 1.8.31-1
Versions of packages hobbit-plugins suggests:
pn bzr <none>
pn cciss-vol-status <none>
ii debsums 2.2.5
pn ethtool <none>
pn fping <none>
ii git 1:2.25.1-1
pn hddtemp <none>
ii ipmitool 1.8.18-8
ii iproute2 5.5.0-1
pn libdbd-pg-perl <none>
ii libfile-which-perl 1.23-1
ii libipc-run-perl 20180523.0-2
ii liblist-moreutils-perl 0.416-1+b5
ii libnet-dns-perl 1.22-1
pn libnet-tftp-perl <none>
pn libpoe-component-irc-perl <none>
pn libpoe-component-sslify-perl <none>
ii libtimedate-perl 2.3200-1
ii libxml-twig-perl 1:3.50-2
pn megaclisas-status <none>
pn mercurial <none>
ii net-tools 1.60+git20180626.aebd88e-1
ii ntp 1:4.2.8p14+dfsg-1
pn nvidia-smi <none>
ii smartmontools 7.1-1
pn subversion <none>
-- Configuration Files:
/etc/sudoers.d/xymon [Errno 13] Keine Berechtigung: '/etc/sudoers.d/xymon'
/etc/xymon/clientlaunch.d/mq.cfg changed [not included]
/etc/xymon/clientlaunch.d/sftbnc.cfg changed [not included]
/etc/xymon/clientlaunch.d/temp.cfg changed [not included]
/etc/xymon/misc.d/zombies changed [not included]
-- no debconf information
--- ntpq-broken 2020-03-10 15:05:27.396778432 +0100
+++ ntpq 2020-03-10 15:05:05.381095617 +0100
@@ -70,7 +70,7 @@
foreach my $line (@output) {
if ($line =~ /^ / or $line =~ /^==/) {
$bb->print(' ' . $line);
- } elsif ($line =~ /^\*\S+\s+\S+\s+\d+
\w\s+[\dm-]+\s+[\d-]+\s+[\d-]+\s+([\d\.-]+)\s+([\d\.-]+)\s+([\d\.-]+)/) {
+ } elsif ($line =~ /^\*\S+\s+\S+\s+\d+
\w\s+[\dm\-\+]+\s+[\d\-\+]+\s+[\d\-\+]+\s+([\d\.\-\+]+)\s+([\d\.\-\+]+)\s+([\d\.\-\+]+)/)
{
($syspeer_stats->{'delay'}, $syspeer_stats->{'offset'},
$syspeer_stats->{'jitter'}) = ($1, $2, $3);
$bb->color_line('green', $line);
$found_syspeer = 1;
--- End Message ---
--- Begin Message ---
Source: hobbit-plugins
Source-Version: 20201127
Done: Axel Beckert <[email protected]>
We believe that the bug you reported is fixed in the latest version of
hobbit-plugins, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Axel Beckert <[email protected]> (supplier of updated hobbit-plugins package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 27 Nov 2020 14:50:43 +0100
Source: hobbit-plugins
Architecture: source
Version: 20201127
Distribution: unstable
Urgency: medium
Maintainer: Christoph Berg <[email protected]>
Changed-By: Axel Beckert <[email protected]>
Closes: 953552
Changes:
hobbit-plugins (20201127) unstable; urgency=medium
.
[ Christoph Berg ]
* Remove backporting code, wheezy and precise are long gone.
.
[ Axel Beckert ]
* Fix parsing of ntpq output: positive offsets have a leading plus sign
now. Thanks to Maciej Bonin! (Closes: #953552)
* debian/copyright: Drop redundant pattern "debian/*". Thanks Lintian!
* Bump debhelper-compat to 13.
* Declare compliance with Debian Policy 4.5.1. (No changes needed.)
Checksums-Sha1:
2d0153751ddb9ebd9fbeb6fb2ce7d53ff412f3dd 1943 hobbit-plugins_20201127.dsc
6068e1b3f617ee93e5162aaa6ee30f78e017c50e 62524 hobbit-plugins_20201127.tar.xz
c3506951a4c2283bfeb3c0eb0e76e1f080eb6f0a 8079
hobbit-plugins_20201127_source.buildinfo
Checksums-Sha256:
15bd0fb6f0c54577acb87c63de79683cbf6db1af59d19fe6cb72899ef804fa0c 1943
hobbit-plugins_20201127.dsc
e892bdd051b8b5c9f49cece3dd1ba7dafe7591eb26b4b818a48b1a4298db31fe 62524
hobbit-plugins_20201127.tar.xz
95e1c89e1ab4289806d921e0b45415783c96782542d1f0e44decf9cfabad9a01 8079
hobbit-plugins_20201127_source.buildinfo
Files:
5e7a7b1bb99a82bdf75f72599fce5157 1943 net optional hobbit-plugins_20201127.dsc
0f035e028f7fc6ed637059c431122eb0 62524 net optional
hobbit-plugins_20201127.tar.xz
6c84d6e6913cd195979de491a5625570 8079 net optional
hobbit-plugins_20201127_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAl/BBbYACgkQa+Zjx1o1
yXWP1RAApyieVY+s2bp3kkjGnXSR5plyT9nKVJT/Bp7iKp6B1YctCXltATFDP4b0
PiO6BNy9Rccv6mSFLxjgpPiz+580of1qihP6EGkpYpHQa4lFPsLjM3XCaINL6pTW
feAEjESFtWN0qZgWubIKEqEOU3mZBg+hOmsmcZRxaIAhbrma0blfTb8vnOTJ5p6z
O2njz3Pn/Ayp2rIfQGexEolxONkh+ZkwirfxvZzOIAQ01yetolz4HOZ3DW+SaO6N
woldLlmwPUfn4pI0DeDLRoo8+cMUUxcSpA5HUMJ6byVSKjAoG4HpBo4mu07XjAqv
Q/JsUDdgJBB6Id9Qdy9k5nerMWERVM85Cjs9CZPexNOgkT7b4spsmtZK6zPNjnu7
O2aqM8xCeNDus+OCKEqehBEoFm5V3H3H3MmWe9s17ZDJx7+leNMQsR9m/OX5Wazs
B3aPMaqJ8OFSi3RRVZVNl1sIMQXhhFELatWAovDBnkpopIbI1sonXFxV4xaxgtW9
vHTZs3Zz4hAnNL3SqVkxMwgGiz1bkAjatE7qUeSOqndvKsKzevV00iHspTdDJO00
ZhEyaxCI15ikuF5w8uUbOb8pzsH/oH6z1h/iC045ohXlz3A6YjyzqvQiGIBib6lc
L9VXtERf90XwKzpIWvP60vi6vkRMs36GuE1u1J00huqcwGZAtCQ=
=rAS7
-----END PGP SIGNATURE-----
--- End Message ---