Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Hi, tmpreaper will clean up PrivateTmp dirs of processes that systemd started, leading to those services periodically crashing (and it's usually hard to diagnose that tmpreaper was the culprit here). This update adds those dirs to tmpreapers' whitelist. Kind regards, Thijs -- System Information: Debian Release: 9.11 APT prefers oldstable APT policy: (500, 'oldstable') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8), LANGUAGE=nl_NL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init)
diff -Nru tmpreaper-1.6.13+nmu1+deb9u1/ChangeLog tmpreaper-1.6.13+nmu1+deb9u2/ChangeLog --- tmpreaper-1.6.13+nmu1+deb9u1/ChangeLog 2019-01-05 16:25:06.000000000 +0100 +++ tmpreaper-1.6.13+nmu1+deb9u2/ChangeLog 2019-09-16 09:39:51.000000000 +0200 @@ -1,3 +1,11 @@ +tmpreaper (1.6.13+nmu1+deb9u2) stretch; urgency=medium + + * Non-maintainer upload with maintainer approval. + * Add `--protect '/tmp/systemd-private*/*'` to cron job to prevent + breaking systemd services that have PrivateTmp=true (closes: #881725). + + -- Thijs Kinkhorst <th...@debian.org> Mon, 16 Sep 2019 09:39:51 +0200 + tmpreaper (1.6.13+nmu1+deb9u1) stretch-security; urgency=high * Non-maintainer upload by the Security Team. diff -Nru tmpreaper-1.6.13+nmu1+deb9u1/debian/changelog tmpreaper-1.6.13+nmu1+deb9u2/debian/changelog --- tmpreaper-1.6.13+nmu1+deb9u1/debian/changelog 2019-01-05 16:25:06.000000000 +0100 +++ tmpreaper-1.6.13+nmu1+deb9u2/debian/changelog 2019-09-16 09:39:51.000000000 +0200 @@ -1,3 +1,11 @@ +tmpreaper (1.6.13+nmu1+deb9u2) stretch; urgency=medium + + * Non-maintainer upload with maintainer approval. + * Add `--protect '/tmp/systemd-private*/*'` to cron job to prevent + breaking systemd services that have PrivateTmp=true (closes: #881725). + + -- Thijs Kinkhorst <th...@debian.org> Mon, 16 Sep 2019 09:39:51 +0200 + tmpreaper (1.6.13+nmu1+deb9u1) stretch-security; urgency=high * Non-maintainer upload by the Security Team. diff -Nru tmpreaper-1.6.13+nmu1+deb9u1/debian/cron.daily tmpreaper-1.6.13+nmu1+deb9u2/debian/cron.daily --- tmpreaper-1.6.13+nmu1+deb9u1/debian/cron.daily 2008-05-19 19:10:16.000000000 +0200 +++ tmpreaper-1.6.13+nmu1+deb9u2/debian/cron.daily 2019-09-16 09:39:51.000000000 +0200 @@ -105,5 +105,6 @@ --protect '/tmp/lost+found' \ --protect '/tmp/journal.dat' \ --protect '/tmp/quota.{user,group}' \ + --protect '/tmp/systemd-private*/*' \ `for i in $TMPREAPER_PROTECT_EXTRA; do echo --protect "$i"; done` \ $TMPREAPER_DIRS