Your message dated Wed, 24 Apr 2013 13:47:53 +0000
with message-id <[email protected]>
and subject line Bug#706050: fixed in logrotate 3.8.3-4
has caused the Debian Bug report #706050,
regarding logrotate: spurious "error: getting file ACL" messages
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.)
--
706050: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706050
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: logrotate
Version: 3.8.3-3
Severity: normal
Installed 3.8.3-3 on system with ext3 file systems without ACL support.
Now get mail with following with following content:
/etc/cron.daily/logrotate:
error: getting file ACL /var/log/mysql.log: Function not implemented
error: getting file ACL /var/log/syslog.1: Function not implemented
error: getting file ACL /var/log/mail.info.1: Function not implemented
error: getting file ACL /var/log/mail.warn.1: Function not implemented
error: getting file ACL /var/log/mail.log.1: Function not implemented
error: getting file ACL /var/log/daemon.log.1: Function not implemented
error: getting file ACL /var/log/kern.log.1: Function not implemented
error: getting file ACL /var/log/auth.log.1: Function not implemented
error: getting file ACL /var/log/user.log.1: Function not implemented
error: getting file ACL /var/log/debug.1: Function not implemented
error: getting file ACL /var/log/messages.1: Function not implemented
error: getting file ACL /var/log/samba/log.smbd: Function not implemented
error: getting file ACL /var/log/samba/log.nmbd: Function not implemented
error: getting file ACL /var/log/samba/log.winbindd: Function not implemented
run-parts: /etc/cron.daily/logrotate exited with return code 1
Shouldn't these be supressed?
-- Package-specific info:
Contents of /etc/logrotate.d
total 52
-rw-r--r-- 1 root root 326 Feb 8 2012 apache2
-rw-r--r-- 1 root root 173 Oct 4 2010 apt
-rw-r--r-- 1 root root 79 Dec 5 2008 aptitude
-rw-r--r-- 1 root root 135 Feb 26 2011 consolekit
-rw-r--r-- 1 root root 92 Oct 2 2011 ctdb
-rw-r--r-- 1 root root 232 Sep 13 2010 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 880 Jan 12 16:28 mysql-server
-rw-r--r-- 1 root root 515 Dec 24 2011 rsyslog
-rw-r--r-- 1 root root 322 Oct 10 2010 samba
-rw-r--r-- 1 root root 298 Mar 25 2012 stunnel4
-rw-r--r-- 1 root root 191 Oct 10 2010 winbind
-- System Information:
Debian Release: 7.0
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)
Kernel: Linux 3.9.0-rc7+ (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages logrotate depends on:
ii base-passwd 3.5.26
ii cron [cron-daemon] 3.0pl1-124
ii libacl1 2.2.51-8
ii libc6 2.13-38
ii libpopt0 1.16-7
ii libselinux1 2.1.9-5
Versions of packages logrotate recommends:
ii bsd-mailx [mailx] 8.1.2-0.20111106cvs-1
logrotate suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: logrotate
Source-Version: 3.8.3-4
We believe that the bug you reported is fixed in the latest version of
logrotate, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Paul Martin <[email protected]> (supplier of updated logrotate package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 24 Apr 2013 14:29:30 +0100
Source: logrotate
Binary: logrotate
Architecture: source amd64
Version: 3.8.3-4
Distribution: experimental
Urgency: low
Maintainer: Paul Martin <[email protected]>
Changed-By: Paul Martin <[email protected]>
Description:
logrotate - Log rotation utility
Closes: 652971 694835 706050
Changes:
logrotate (3.8.3-4) experimental; urgency=low
.
* Accommodate cross-building and "nocheck". (Closes: #694835)
* Accommodate ext3 filesystem returning wrong error if ACL is disabled.
(Closes: #706050)
* Replace patches/acl-tests.patch with the ones from upstream SVN, as
patches/rh391-acl-test.patch, rh394-acl-tests.patch, rh397-acl-tests.patch
* Replace patches/configparse.patch with upstream's rh401-tabooextloop.patch
* Imported from upstream SVN:
+ patch/rh390-version.patch: Add --version option.
+ patch/rh392-skip-errors.patch: Fixed bug which prevented skipping
particular log file config if the config contains errors
+ patch/rh393-kilo.patch: Allow both 'k' and 'K' in size.
+ patch/rh395-action-error-skip.patch: Fixed skipping of configs
containing firstaction/lastaction in case of error before these
directives
+ patch/rh396-changes.patch: update to CHANGES file
+ patch/rh398-preremove.patch: new option "preremove"
+ patch/rh399-leakedfds.patch: Close leaked fds
+ patch/rh400-install.patch: Add INSTALL file
+ patch/rh402-selinux-compress-context.patch: set SELinux context before
compressLogFile calls to create compressed log files with proper context
+ patch/rh403-prepostrotate.patch: Call prerotate/postrotate script only
for really rotated files (Closes: #652971)
- patches/sharedscripts-519432.patch: removed
Checksums-Sha1:
f680957106b65fafb3b0cee694f3d0f2cf253ab2 1821 logrotate_3.8.3-4.dsc
6791f6448fa852cc60912f40da46005bffa387bb 35733 logrotate_3.8.3-4.debian.tar.gz
0b4c7b769cd6a74fcff03fecb955a2fa89af79e8 54328 logrotate_3.8.3-4_amd64.deb
Checksums-Sha256:
0f65bbe7ca4ccc3eb83e8e885c80831cfb6233ae28dc1f8ef9c62613afd5353f 1821
logrotate_3.8.3-4.dsc
80b56a7094de6bacf038cf5e36d1e162b2a95d395114022a864d51d4b4b639e7 35733
logrotate_3.8.3-4.debian.tar.gz
2b4f239ae77cd4fc7c01f2d6731e31190ab0ac76c3d47a14882ed8db698c5723 54328
logrotate_3.8.3-4_amd64.deb
Files:
2348dbf8242c85c9bd1388f0592fbf05 1821 admin important logrotate_3.8.3-4.dsc
580a5518306e867a0ded15a4d5938753 35733 admin important
logrotate_3.8.3-4.debian.tar.gz
af7380a5347922a4df288d4949216d62 54328 admin important
logrotate_3.8.3-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIVAwUBUXfec2A7gyZh+cpTAQiJiRAAqXwhGHyRbP4qhJsm1IeI9sITrrva6cQU
64/66AkS+GG1L9ZYT9ewAmfUQeZKeM/K9GzaHMPEyR+MudySLgwBdEqFfjPTarCC
AmqkR/QU716RVBVXlgeT9abOG+MhrnTyLJysHAp1B+zkVZxgKgOb53HBANZTOcyH
r7IgfGJxMadVmPcsvSTLQwgQEHTKi+/Rg4DBSutHr9QUkx4veXPzUsQHeXjvzryI
bS71qTkPga5Vsfm83G/Xsa4lXsZuJbe+5Zkfs9NEBTfso/Hkp/O2IrOMXjUGI6nb
NoHEp+ilsx3AQmwjoRl6UE0MI6bnjFsqGZilLlCxa++hGSb/aLR+bDgeeML7suhK
XXHK8PmvAcx9Y1hDhzy3sWOBc1AaqNMScXI5P/b8IrPiauInJvWupAGKH6Csrll/
WqvKQpQ+cErdcNowc/MR8vS7WYeOOxiiQZjLBmOqQbWVdNdM/yiXCGz5I4q27Nqb
pRWkjJu/9MJMALl13Z37DHQzYWxxxIeHPaF8Cc6mALUcLG08zz1EnvOPMBJhlwfa
GPnSOZklU8JLQHopJWvi5bAA4flRhEKFO0AzcN6IfqpT+fe2mbnVp1hxrPQ84Q8R
waQwmyJ6yYPERhEP8NJtog24n/hd1o98r+JHqYndoM7uDh/bNV3EX92lakBJSsij
WJXQSYu2FuY=
=kaRo
-----END PGP SIGNATURE-----
--- End Message ---