Your message dated Mon, 15 Apr 2019 06:29:00 +0000 with message-id <c72b96b8-624a-b0e3-e24d-77d6dabcac37@thykier.net> and subject line Re: Bug#927088: unblock: sitesummary/0.1.43 has caused the Debian Bug report #927088, regarding unblock: sitesummary/0.1.43 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 owner@bugs.debian.org immediately.) -- 927088: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927088 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: sitesummary/0.1.43
- From: Wolfgang Schweer <wschweer@arcor.de>
- Date: Mon, 15 Apr 2019 01:03:27 +0200
- Message-id: <[🔎] 20190414230327.GA7157@star>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package sitesummary It fixes an important bug¹, the change is minimal. Holger Levsen has already uploaded the package. Full source debdiff against the package in testing attached. ¹https://bugs.debian.org/924451 unblock sitesummary/0.1.43 Regards, Wolfgangdiff -Nru sitesummary-0.1.42/collect.d/system sitesummary-0.1.43/collect.d/system --- sitesummary-0.1.42/collect.d/system 2019-01-26 23:37:09.000000000 +0100 +++ sitesummary-0.1.43/collect.d/system 2019-04-06 16:01:45.000000000 +0200 @@ -44,7 +44,7 @@ # Collect hard disk information for diskdev in $(grep 'sd.$' /proc/partitions|awk '{print $4}'|sort); do - hdparm -I /dev/$diskdev || true + hdparm -I /dev/$diskdev 2>/dev/null || true done > hdparm-I # Collect zfs hard disk information too diff -Nru sitesummary-0.1.42/debian/changelog sitesummary-0.1.43/debian/changelog --- sitesummary-0.1.42/debian/changelog 2019-01-26 23:37:09.000000000 +0100 +++ sitesummary-0.1.43/debian/changelog 2019-04-06 16:01:45.000000000 +0200 @@ -1,3 +1,11 @@ +sitesummary (0.1.43) unstable; urgency=medium + + [ Petter Reinholdtsen ] + * collect.d/system: throw away errors from hdparm to reduce noise from some + HW RAID machines. Closes: #924451 + + -- Holger Levsen <holger@debian.org> Sat, 06 Apr 2019 16:01:45 +0200 + sitesummary (0.1.42) unstable; urgency=medium * Remember to include ipmi collector in client package.Attachment: signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
- To: Wolfgang Schweer <wschweer@arcor.de>, 927088-done@bugs.debian.org
- Subject: Re: Bug#927088: unblock: sitesummary/0.1.43
- From: Niels Thykier <niels@thykier.net>
- Date: Mon, 15 Apr 2019 06:29:00 +0000
- Message-id: <c72b96b8-624a-b0e3-e24d-77d6dabcac37@thykier.net>
- In-reply-to: <[🔎] 20190414230327.GA7157@star>
- References: <[🔎] 20190414230327.GA7157@star>
Wolfgang Schweer: > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > > Please unblock package sitesummary > > It fixes an important bug¹, the change is minimal. > Holger Levsen has already uploaded the package. > > Full source debdiff against the package in testing attached. > > ¹https://bugs.debian.org/924451 > > unblock sitesummary/0.1.43 > > Regards, > Wolfgang > Unblocked, thanks. ~Niels
--- End Message ---