[Logcheck-commits] martin f. krafft: ignore.d.server/pdns: ignore parsing errors for packages of arbitrary size.

Martin F. Krafft madduck at alioth.debian.org
Wed Aug 27 18:02:12 UTC 2008


Module: logcheck
Branch: viol-merge
Commit: e0b517ee6035f5eb116dd769065fca281551586d
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=e0b517ee6035f5eb116dd769065fca281551586d

Author: martin f. krafft <madduck at debian.org>
Date:   Wed Aug 27 14:59:10 2008 +0100

ignore.d.server/pdns: ignore parsing errors for packages of arbitrary size.

---

 debian/changelog                     |    2 ++
 rulefiles/linux/ignore.d.server/pdns |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 10225a8..e8bd5ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,8 @@ logcheck (1.3) unstable; urgency=low
     - ignore message when IP was already set to the current IP.
   * ignore.d.server/ntp:
     - allow hyphen in interface names in listen messages.
+  * ignore.d.server/pdns:
+    - ignore parsing errors for packages of arbitrary size.
 
   * Rulefiles are now installed with mode 644; the directories are still moe
     700, so the files are not publicly readable (unless the admin hardlinks
diff --git a/rulefiles/linux/ignore.d.server/pdns b/rulefiles/linux/ignore.d.server/pdns
index 1f98665..d523814 100644
--- a/rulefiles/linux/ignore.d.server/pdns
+++ b/rulefiles/linux/ignore.d.server/pdns
@@ -49,4 +49,4 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns\[[[:digit:]]+\]: gpgsql Connection succesful$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns\[[[:digit:]]+\]: gsqlite: connection to '[-._/[:alnum:]]+' success?ful$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns_recursor\[[[:digit:]]+\]: Refreshed ([[:digit:]]+|\.) records$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns_recursor\[[[:digit:]]+\]: Unable to parse packet from remote( UDP)? server [.[:digit:]]{7,15}: (Wrong size for A record \(0\)|Error parsing packet of 115 bytes \(rd=0\), out of bounds: vector::_M_range_check|packet smalll?er than DNS header)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns_recursor\[[[:digit:]]+\]: Unable to parse packet from remote( UDP)? server [.[:digit:]]{7,15}: (Wrong size for A record \(0\)|Error parsing packet of [[:digit:]]+ bytes \(rd=0\), out of bounds: vector::_M_range_check|packet smalll?er than DNS header)$




More information about the Logcheck-commits mailing list