Your message dated Wed, 03 Oct 2018 09:20:30 +0000
with message-id <[email protected]>
and subject line Bug#862337: fixed in logwatch 7.4.3+git20180713-1
has caused the Debian Bug report #862337,
regarding logwatch: Unneeded entries with unmounted ecryptfs directory
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.)
--
862337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862337
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: logwatch
Version: 7.4.3+git20161207-2
Severity: normal
Tags: patch
ecryptfs has PAM integration which attempts to automount an encrypted
directory, ~/.Private, over ~/Private automatically on session
creation, if proper credentials are available. For cron, those
credentials may not be available and it logs the harmless messages
May 11 09:10:01 hostname cron[9499]: Signature not found in user keyring
May 11 09:10:01 hostname cron[9499]: Perhaps try the interactive
'ecryptfs-mount-private'
If you have cron jobs which run frequently, all of these lines end up
in the logwatch output. Trivial patch attached to cause logwatch to
ignore them.
-- System Information:
Debian Release: 9.0
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages logwatch depends on:
pn perl:any <none>
ii postfix [mail-transport-agent] 3.1.4-4
Versions of packages logwatch recommends:
ii libdate-manip-perl 6.57-1
ii libsys-cpu-perl 0.61-2+b1
ii libsys-meminfo-perl 0.99-1
Versions of packages logwatch suggests:
pn fortune-mod <none>
-- no debconf information
--- /usr/share/logwatch/scripts/services/cron 2017-01-21 11:44:03.000000000
-0500
+++ cron 2017-05-10 15:52:18.273336770 -0400
@@ -41,7 +41,8 @@
($ThisLine =~ /loading table .*/) or
($ThisLine =~ /void Inotify::Remove\(InotifyWatch\*\): removing watch
failed/) or
($ThisLine =~ /error: \(22\) Invalid argument/) or
- ($ThisLine =~ /pam_unix\(crond:session\): session (?:opened|closed) for
user/)
+ ($ThisLine =~ /pam_unix\(crond:session\): session (?:opened|closed) for
user/) or
+ ($ThisLine =~ /Signature not found in user keyring|Perhaps try the
interactive/)
) {
# Ignore
} elsif (
--- End Message ---
--- Begin Message ---
Source: logwatch
Source-Version: 7.4.3+git20180713-1
We believe that the bug you reported is fixed in the latest version of
logwatch, 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.
Willi Mann <[email protected]> (supplier of updated logwatch 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: Tue, 02 Oct 2018 19:52:16 +0200
Source: logwatch
Binary: logwatch
Architecture: source
Version: 7.4.3+git20180713-1
Distribution: unstable
Urgency: medium
Maintainer: Willi Mann <[email protected]>
Changed-By: Willi Mann <[email protected]>
Description:
logwatch - log analyser with nice output written in Perl
Closes: 862337 871473 880595 907319
Changes:
logwatch (7.4.3+git20180713-1) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces
* d/control: Remove trailing whitespaces
* d/rules: Remove trailing whitespaces
* d/watch: Use https protocol
.
[ Willi Mann ]
* New upstream version 7.4.3+git20180713
- Handle sshd "key negotiation failed" log messages (closes: 880595)
* Rebase debian patches
* Adapt Vcs-* fields as repo moved to salsa
* update standards version 3.9.8 -> 4.1.4 (no changes)
* Ignore ecrypt messages in cron (Closes: 862337)
* scripts/mdadm: Fix parsing of mdadm.conf, properly handle "<ignore>"
(Closes: 907319)
* Document workaround for non-conforming SMTP output. (Closes: 871473)
* Switch to debhelper compat level 9
Checksums-Sha1:
b0d9c4fd43dd145dbd3ee577eaec95b6a6f48863 1893 logwatch_7.4.3+git20180713-1.dsc
102194d149c25b9e9b5c5497b3b6e87443c94f31 344208
logwatch_7.4.3+git20180713.orig.tar.xz
f350d08be2f5a71acc6bbb21b0a4577277316d9f 18140
logwatch_7.4.3+git20180713-1.debian.tar.xz
def0a8f28fb7d5e63eab3a57afa123fa3fdad1ab 6320
logwatch_7.4.3+git20180713-1_source.buildinfo
Checksums-Sha256:
9c36192738ec6fa30dd024a20e5c425022d64de10e9550d906ee2449519ed0a5 1893
logwatch_7.4.3+git20180713-1.dsc
7bff8551f5c02b3cc98822150fffd03b1ed82f7c822bb964261ba0c7976771cf 344208
logwatch_7.4.3+git20180713.orig.tar.xz
eef8768f67e7c35715699a24feedded5f7b0fcee82121da57fab874d15866503 18140
logwatch_7.4.3+git20180713-1.debian.tar.xz
43e2c6f1e0dafa45c2f118a755cdc23413bd4fd26ebc82498540ddc95b7fee74 6320
logwatch_7.4.3+git20180713-1_source.buildinfo
Files:
e8a98ae32cb12f447fb82b28e8c6f387 1893 admin optional
logwatch_7.4.3+git20180713-1.dsc
0d7b2ac62a9847d50a414013accce49e 344208 admin optional
logwatch_7.4.3+git20180713.orig.tar.xz
e06b49702ba59b25128faa1d75540fc1 18140 admin optional
logwatch_7.4.3+git20180713-1.debian.tar.xz
cc6e6a02900b4cd081c6713c98db54b7 6320 admin optional
logwatch_7.4.3+git20180713-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIyBAEBCAAdFiEEn9+9KTfOyKJJ3U2cjL4hnHRXbYEFAlu0hrwACgkQjL4hnHRX
bYEP1w/yA+tUE65HOGB6ClOVJ67aXRRTBlRcp1nAsGE5AAqfaqECy7CUz1LJAWbo
p2HAHzbEJBdfAPIjsXaYMooLHvXUI+G1DcJz1j+pAQSx6FsP3vODJIdq6s7UllCa
Qq7lgka2/Wb02jZ4Zsk2aoVNNTGfZU15eC7ALp5Lnu3rQdZu4nfQRh71sYOZu+iB
4ZlT16bB001cP8Bb5K4VHac8Egsn6xXxyESa+V8eHmODTyawITc1Ajizx2dd89qm
MJ4vz11x8MGo6U5OndXaI6lh40LnGPbuyvYYJbcDRsrtMSKENIUISHTwtkrfmS6g
+furAPTKTSv0jvdYza84RJyI1H+5XL27ZTAq1WkBKfNf9mYZ22oq12IuEySuJ4hs
JwV7O8/SYqIllQSOHWS2TCtFgIaq5FY56AbL3r1U+83K3fhBaElDKJUsBIgKuPGP
MSxx015Xlap6lHKBRsdJzOTGpUOawOE6rRuP8IKpQjl68kI+gMZ8yOE7wX93teDu
M3zaIeXUGe0es0DRxTtRR+I9TWb0yDE/sd4wVipDG1UkJRR97JyJuKiM8lquaxUb
OTUoo7ZGuDLI/72wMj6xbX+oWrsPN62tZxafSL9pLgIhLNvbP9D9fZvneRQdxyKe
lqvbO2V2ro77oTv92ZszxpQTiRf4258d/Duu1d2I7XbbuqN+ew==
=n0WM
-----END PGP SIGNATURE-----
--- End Message ---