[Logcheck-commits] r1377 - in logcheck/trunk: debian rulefiles/linux/ignore.d.server

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Fri Nov 17 18:37:42 CET 2006


Author: madduck
Date: 2006-11-17 18:37:42 +0100 (Fri, 17 Nov 2006)
New Revision: 1377

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/proftpd
Log:
* ignore.d.server/proftpd: ignore messages by new version of proftpd about
  aborted transfers and chrooting to the root directory.
* ignore.d.server/proftpd: ignore message about failure to bind to IPv6
  sockets if protocol is not available, as IPv6 cannot be turned off it
  seems (see http://bugs.proftpd.org/show_bug.cgi?id=2817).

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-11-17 17:27:31 UTC (rev 1376)
+++ logcheck/trunk/debian/changelog	2006-11-17 17:37:42 UTC (rev 1377)
@@ -101,6 +101,11 @@
 
   * ignore.d.server/proftpd: support IPv6 addresses with UseReverseDNS off;
     thanks to Gregor Hermens (closes: 397466).
+  * ignore.d.server/proftpd: ignore messages by new version of proftpd about
+    aborted transfers and chrooting to the root directory.
+  * ignore.d.server/proftpd: ignore message about failure to bind to IPv6
+    sockets if protocol is not available, as IPv6 cannot be turned off it
+    seems (see http://bugs.proftpd.org/show_bug.cgi?id=2817).
 
   * ignore.d.server/amandad: ignore messages with resolved hostnames instead
     of IPs; thanks to Jan Evert van Grootheest (closes: #396407).
@@ -129,7 +134,7 @@
   * Now recommends logcheck-database of at least the current verson (>=
     instead of =).
 
- -- martin f. krafft <madduck at debian.org>  Fri, 17 Nov 2006 18:26:33 +0100
+ -- martin f. krafft <madduck at debian.org>  Fri, 17 Nov 2006 18:36:32 +0100
 
 logcheck (1.2.50) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/proftpd
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/proftpd	2006-11-17 17:27:31 UTC (rev 1376)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/proftpd	2006-11-17 17:37:42 UTC (rev 1377)
@@ -8,3 +8,6 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ proftpd\[[0-9]+\]: [._[:alnum:]-]+ \([:._[:alnum:]-]+\[[.:[:xdigit:]]+\]\) - FTP no transfer timeout, disconnected$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ proftpd\[[0-9]+\]: [._[:alnum:]-]+ \([:._[:alnum:]-]+\[[.:[:xdigit:]]+\]\) - USER [-_.[:alnum:]]+: no such user found from [._[:alnum:]-]+ \[[.:[:xdigit:]]+\] to [.:[:xdigit:]]+:[[:digit:]]{2,5}$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ proftpd\[[0-9]+\]: [._[:alnum:]-]+ \([:._[:alnum:]-]+\[[.:[:xdigit:]]+\]\) - no such user '[-_.[:alnum:]]+'$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ proftpd\[[0-9]+\]: [._[:alnum:]-]+ \([:._[:alnum:]-]+\[[.:[:xdigit:]]+\]\) - notice: user ftp: aborting transfer: Data connection closed\.
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ proftpd\[[0-9]+\]: [._[:alnum:]-]+ (\([:._[:alnum:]-]+\[[.:[:xdigit:]]+\]\) )?- error setting IPV6_V6ONLY: Protocol not available$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ proftpd\[[0-9]+\]: [._[:alnum:]-]+ (\([:._[:alnum:]-]+\[[.:[:xdigit:]]+\]\) )?- Preparing to chroot to directory '[-/._[:alnum:]]+'$




More information about the Logcheck-commits mailing list