[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#927088: marked as done (unblock: sitesummary/0.1.43)



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 ---
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
diff -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 ---
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 ---

Reply to: