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: Stefan Sabolowitsch <Stefan.Sabolowitsch AT felten-group.com>
- To: "<dns-operations AT lists.opennicproject.org>" <dns-operations AT lists.opennicproject.org>
- Subject: Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!
- Date: Thu, 6 Dec 2012 11:06:20 +0000
- Accept-language: de-DE, en-US
- Domainkey-signature: a=rsa-sha1; s=feltengroup_com; d=felten-group.com; c=simple; q=dns; h=from:message-id; b=ZgIBf/dOwDaW9gHEwmdqcHJHWKugH7SmnnVM9FajqAUx76gbGIRkd9ZiTJv8 RhZXjyqnPLKI0XWRkcicf/MhZa0LgYCZT5r9f33XEXx8uj0QncTtYPVJM YWhy6kKE+GyWDo4vtfp1bd1IkL2ZXMuyf2tc6A7Yb64Lz1P1gn4p2w=;
- Vbr-info: md=felten-group.com; mc=all; mv=vbr.emailcertification.org;
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 traceDec 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)
RegardsOn Thursday 06 Dec 2012 10:28:58 Stefan Sabolowitsch wrote:
Crashes bind immediately after the start?
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Jeff Taylor, 12/05/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Steven Coutts, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Steven Coutts, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Steven Coutts, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Steven Coutts, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Steven Coutts, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Steven Coutts, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Steven Coutts, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Steven Coutts, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Jeff Taylor, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Steven Coutts, 12/06/2012
- Re: [opennic-dns-operations] DNS Dampening, a modern Spamfilter for DNS Servers ?!, Stefan Sabolowitsch, 12/06/2012
Archive powered by MHonArc 2.6.19.