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

Bug#927088: unblock: sitesummary/0.1.43



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


Reply to: