Skip to Content.
Sympa Menu

dns-operations - Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!

dns-operations AT lists.opennicproject.org

Subject: Dns-operations mailing list

List archive

Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!


Chronological Thread 
  • From: Steven Coutts <stevec AT couttsnet.com>
  • To: dns-operations AT lists.opennicproject.org
  • Subject: Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!
  • Date: Thu, 06 Dec 2012 11:29:25 +0000

Yep both patched -:

 

$ grep DAMPENING lib/dns/include/dns/log.h

#define DNS_LOGCATEGORY_DAMPENING (&dns_categories[13])

 

$ grep dampening lib/dns/log.c

{ "dampening", 0 },

 

 

 

Hmmm, now this version of bind hasn't got -:

 

#define DNS_LOGCATEGORY_RPZ (&dns_categories[12])

 

So maybe I need to change -:

 

#define DNS_LOGCATEGORY_DAMPENING (&dns_categories[13])

 

to be

 

#define DNS_LOGCATEGORY_DAMPENING (&dns_categories[12])

 

Regards

 

On Thursday 06 Dec 2012 11:06:20 Stefan Sabolowitsch wrote:

Steven, you are sure that you have also log.h and log.c patched?


+++ lib/dns/include/dns/log.h<->2012-11-26 13:26:05.000000000 +0100

@@ -43,6 +43,7 @@

 #define DNS_LOGCATEGORY_DELEGATION_ONLY(&dns_categories[10])

 #define DNS_LOGCATEGORY_EDNS_DISABLED(&dns_categories[11])

 #define DNS_LOGCATEGORY_RPZ(&dns_categories[12])

+#define DNS_LOGCATEGORY_DAMPENING(&dns_categories[13])


+++ lib/dns/log.c<----->2012-11-26 13:26:05.000000000 +0100

@@ -45,6 +45,7 @@

{ "delegation-only", 0 },

{ "edns-disabled", 0 },

{ "rpz", 0 },

{ "dampening", 0 },

{ NULL, 0 }

 };


and you have this in logging { };


category dampening {

audit_log;

};


Regards

Stefan



Am 06.12.2012 um 11:43 schrieb Steven Coutts <stevec AT couttsnet.com>

:

Yep, with this in logs -:

 

 

Dec 6 10:42:58 karpo named[332]: log.c:1436: REQUIRE(category->id < lctx->category_count) failed, back trace

Dec 6 10:42:58 karpo named[332]: #0 0xb7772ce8 in ??

Dec 6 10:42:58 karpo named[332]: #1 0xb74d06c4 in ??

Dec 6 10:42:58 karpo named[332]: #2 0xb74dee39 in ??

Dec 6 10:42:58 karpo named[332]: #3 0xb74df2bf in ??

Dec 6 10:42:58 karpo named[332]: #4 0xb7584878 in ??

Dec 6 10:42:58 karpo named[332]: #5 0xb7586ed7 in ??

Dec 6 10:42:58 karpo named[332]: #6 0xb775acdf in ??

Dec 6 10:42:58 karpo named[332]: #7 0xb77881f6 in ??

Dec 6 10:42:58 karpo named[332]: #8 0xb778a498 in ??

Dec 6 10:42:58 karpo named[332]: #9 0xb74f39ac in ??

Dec 6 10:42:58 karpo named[332]: #10 0xb74a6d4c in ??

Dec 6 10:42:58 karpo named[332]: #11 0xb7297d3e in ??

Dec 6 10:42:58 karpo named[332]: exiting (due to assertion failure)

 

 

Regards

On Thursday 06 Dec 2012 10:28:58 Stefan Sabolowitsch wrote:

Crashes bind immediately after the start?






Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.19.

Top of Page