Your message dated Thu, 18 Oct 2018 13:26:16 +0000
with message-id <[email protected]>
and subject line [[email protected]: [piuparts] htdocs/news.tpl: confirm 
#582630 has been fixed.]
has caused the Debian Bug report #582630,
regarding logrotate: Failure if dir doesn't exist
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 [email protected]
immediately.)


-- 
582630: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582630
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: logrotate
Version: 3.7.8-6
Severity: normal

Hi,

Logrotate fails if the log dir doesn't exist, which might happen if the package 
is uninstalled.
I'm not sure what the right solution is.

Greetings,

Olaf

http://piuparts.debian.org/sid/fail/lighttpd_1.4.26-3.log

# rm -r /var/log/lighttpd

# logrotate /etc/logrotate.d/lighttpd
error: error accessing /var/log/lighttpd: No such file or directory
error: /etc/logrotate.d/lighttpd:1 glob failed for /var/log/lighttpd/*.log
error: found error in /var/log/lighttpd/*.log , skipping

-- Package-specific info:
Contents of /etc/logrotate.d
total 48
-rw-r--r-- 1 root root 293 Mar 10 21:12 apache2
-rw-r--r-- 1 root root  84 Feb  8  2009 apt
-rw-r--r-- 1 root root  79 Dec  5  2008 aptitude
-rw-r--r-- 1 root root 112 Jan  8 19:14 dpkg
-rw-r--r-- 1 root root 146 Sep 30  2008 exim4-base
-rw-r--r-- 1 root root 126 Sep 30  2008 exim4-paniclog
-rw-r--r-- 1 root root 151 Sep 29  2007 iptraf
-rw-r--r-- 1 root root 418 May 23 11:39 lighttpd
-rw-r--r-- 1 root root 532 May 21 01:09 lighttpd.dpkg-old
-rw-r--r-- 1 root root 837 Mar 18 16:10 mysql-server
-rw-r--r-- 1 root root 515 Feb  8  2009 rsyslog
-rw-r--r-- 1 root root 330 Jan  8  2009 samba


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages logrotate depends on:
ii  base-passwd                   3.5.22     Debian base system master password
ii  cron                          3.0pl1-113 process scheduling daemon
ii  libc6                         2.11.2-2   Embedded GNU C Library: Shared lib
ii  libpopt0                      1.16-1     lib for parsing cmdline parameters
ii  libselinux1                   2.0.94-1   SELinux runtime shared libraries

Versions of packages logrotate recommends:
ii  bsd-mailx [mailx]  8.1.2-0.20100314cvs-1 simple mail user agent
ii  mailx              1:20071201-3          Transitional package for mailx ren

logrotate suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
;tl;dr: I can confirm this bug has been fixed.

----- Forwarded message from Holger Levsen <[email protected]> -----

Date: Thu, 18 Oct 2018 13:21:01 +0000
From: Holger Levsen <[email protected]>
To: [email protected]
Subject: [Piuparts-devel] [Git][debian/piuparts][develop] htdocs/news.tpl: 
confirm #582630 has been fixed.
List-Id: Piuparts development list <piuparts-devel.alioth-lists.debian.net>
Reply-To: [email protected]

Holger Levsen pushed to branch develop at Debian / piuparts


Commits:
d7793dfd by Holger Levsen at 2018-10-18T13:18:51Z
htdocs/news.tpl: confirm #582630 has been fixed.

Signed-off-by: Holger Levsen &lt;[email protected]&gt;

- - - - -


3 changed files:

- debian/changelog
- htdocs/news.tpl
- known_problems/logrotate_error_after_removal_error.conf


Changes:

=====================================
debian/changelog
=====================================
@@ -44,6 +44,7 @@ piuparts (0.93) UNRELEASED; urgency=medium
     branch. Explain to always include a debian/changelog entry with patches.
     Explain to always test patches and to explain that testing has happened.
   * htdocs/bug_howto.tpl: some improvements, it's been some years.
+  * htdocs/news.tpl: confirm #582630 has been fixed.
 
  -- Holger Levsen <[email protected]>  Sat, 22 Sep 2018 15:32:55 +0200
 


=====================================
htdocs/news.tpl
=====================================
@@ -12,7 +12,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2018-08-28</b>: Enable the logrotate test (temporarily) again, to 
check whether <a href="https://bugs.debian.org/582630"; 
target="_blank">#582630</a> really has been fixed...
+      <b>2018-08-28</b>: Enable the logrotate test again to confirm <a 
href="https://bugs.debian.org/582630"; target="_blank">#582630</a> has been 
fixed.
      </td>
     </tr>
     <tr class="normalrow">


=====================================
known_problems/logrotate_error_after_removal_error.conf
=====================================
@@ -7,6 +7,6 @@ ISSUE=0
 HEADER='Packages with failed logs because a logrotate script has output and/or 
exits with error after the package has been removed'
 HELPTEXT='
 <p>
-Most of these packages are probably not buggy but rather affected by <a 
href="https://bugs.debian.org/582630"; target=_blank>#582630</a>. It is being 
considered to disable this check...
+The logrotate configuration cause output and/or exit with error when the 
package has been removed but not purged.
 </p>
 '



View it on GitLab: 
https://salsa.debian.org/debian/piuparts/commit/d7793dfdf187e8d9927512f3c8b88e94192aaaca

-- 
View it on GitLab: 
https://salsa.debian.org/debian/piuparts/commit/d7793dfdf187e8d9927512f3c8b88e94192aaaca
You're receiving this email because of your account on salsa.debian.org.

_______________________________________________
Piuparts-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/piuparts-devel


----- End forwarded message -----

-- 
cheers,
        Holger

-------------------------------------------------------------------------------
               holger@(debian|reproducible-builds|layer-acht).org
       PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to