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

Bug#930058: marked as done (unblock: puppet/5.5.10-3)



Your message dated Mon, 17 Jun 2019 21:08:48 +0200
with message-id <511ff241-7cd5-517a-d86b-6d77cb4d5e20@debian.org>
and subject line Re: Bug#930058: unblock: puppet/5.5.10-3
has caused the Debian Bug report #930058,
regarding unblock: puppet/5.5.10-3
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.)


-- 
930058: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930058
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 puppet

Version 5.5.10-3 adds a tiny cron.daily job which cleans-up the
/var/lib/puppet/reports folder to avoid that a puppet-master
server gets its HDD full, which potentially could be very harmful
for a deployment.

Please also let me know if the stable release team agrees it would
be wise to also add such cron job in Stretch, as I would also like
to fix it there. It could be controversial if you think that's a
behavior change, so please tell me your thoughts.

Debdiff attached.

unblock puppet/5.5.10-3

-- System Information:
Debian Release: 10.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru puppet-5.5.10/debian/changelog puppet-5.5.10/debian/changelog
--- puppet-5.5.10/debian/changelog	2019-03-12 11:51:05.000000000 +0100
+++ puppet-5.5.10/debian/changelog	2019-06-06 10:24:27.000000000 +0200
@@ -1,3 +1,12 @@
+puppet (5.5.10-3) unstable; urgency=medium
+
+  * Team upload.
+  * Add a cron.daily job to clean-up /var/lib/puppet/reports for any report
+    that is older than 30 days to avoid filling-up a puppet-master hard drive
+    until it's full (Closes: #930033).
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 06 Jun 2019 10:24:27 +0200
+
 puppet (5.5.10-2) unstable; urgency=medium
 
   * Make sure oj does not use BigDecimals on data load (Closes: #923976)
diff -Nru puppet-5.5.10/debian/puppet-master.cron.daily puppet-5.5.10/debian/puppet-master.cron.daily
--- puppet-5.5.10/debian/puppet-master.cron.daily	1970-01-01 01:00:00.000000000 +0100
+++ puppet-5.5.10/debian/puppet-master.cron.daily	2019-06-06 10:24:27.000000000 +0200
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ -e /var/lib/puppet/reports ] ; then
+	find /var/lib/puppet/reports -maxdepth 2 -type f -ctime +30 -delete
+fi
+
+exit 0

--- End Message ---
--- Begin Message ---
Hi Thomas,

On 17-06-2019 11:50, Thomas Goirand wrote:
> Thanks for your insightful point of view.
> 
> Please see the new attached debdiff for version 5.5.10-4, which includes
> the suggested NEWS file.

Thanks for doing that. Unblocked.

Paul

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: