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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Oct 18 20:12:35 UTC 2006


Author: madduck
Date: 2006-10-18 19:03:47 +0000 (Wed, 18 Oct 2006)
New Revision: 1247

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/cron-apt
Log:
* ignore.d.server/cron-apt: handle situations when fetching takes minutes.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-10-18 18:41:45 UTC (rev 1246)
+++ logcheck/trunk/debian/changelog	2006-10-18 19:03:47 UTC (rev 1247)
@@ -6,6 +6,7 @@
   * ignore.d.server/cron-apt: ignore regular messages about downgrades; they
     are not going to take place anyway, and an error message is emitted
     nevertheless.
+  * ignore.d.server/cron-apt: handle situations when fetching takes minutes.
   * ignore.d.server/smartd: ignore messages smartd generates when sending
     warning mail; thanks to Elmar Hoffmann (closes: #393938).
   * */*smartd: now filters all smartd attribute changes except for temperature
@@ -14,7 +15,7 @@
     Offline_Uncorrectable, and UDMA_CRC_Error_Count. See
     /usr/share/doc/logcheck-database/NEWS.Debian.gz .
 
- -- martin f. krafft <madduck at debian.org>  Wed, 18 Oct 2006 19:56:29 +0200
+ -- martin f. krafft <madduck at debian.org>  Wed, 18 Oct 2006 21:03:12 +0200
 
 logcheck (1.2.48) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/cron-apt
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/cron-apt	2006-10-18 18:41:45 UTC (rev 1246)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/cron-apt	2006-10-18 19:03:47 UTC (rev 1247)
@@ -13,6 +13,6 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Need to get [[:digit:].]+([kM]?B)(/[.[:digit:]]+([kM]?B))* of archives\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: After unpacking [[:digit:].]+([kM]?B) (of additional disk space will be used|disk space will be freed)\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Get:[[:digit:]]+ ((ht|f)tp|file)://[.[:alnum:]/_-]+ [/[:alnum:]-]+ [-[:alnum:]_.]+ [+.:~[:alnum:]-]+ \[[.[:digit:]]+[kM]?B\]$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Fetched [[:digit:].]+[kM]?B in [[:digit:]]+[ms] \([[:digit:].]+[kM]B/s\)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Fetched [[:digit:].]+[kM]?B in ([[:digit:]]+m)?[[:digit:]]+s \([[:digit:].]+[kM]?B/s\)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Download complete and in download only mode$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: E: Some index files failed to download, they have been ignored, or old ones used instead\.$




More information about the Logcheck-commits mailing list