Re: SERVFAIL debugging

2009-06-29 Thread Dmitry Rybin

JINMEI Tatuya / 神明達哉 wrote:

At Wed, 24 Jun 2009 10:13:51 +0400,
Dmitry Rybin kirg...@corbina.net wrote:


new experimental feature just for that purpose:

Is this feature going to be back ported to 9.4 and 9.5 releases as well?

For 9.5, yes.  For 9.4, not according to the current plan.
named[87071]: 22-Jun-2009 13:18:23.256 query-errors: debug 2: fetch 
completed at resolver.c:6569 for static.cache.l.google.com/A in 
0.041364: SERVFAIL/success 
[domain:com,referral:1,restart:0,qrysent:0,timeout:0,lame:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]

Which version of BIND9 is this?  To match the line number we need the
exact version number.



FreeBSD 7.2-STABLE, bind from ports bind96-9.6.1


Okay, then the above log strongly suggests that the cache is full in
some unusual way and even recently fetched RR (which is in this case
NS for google.com) has been purged before it's actually used.

There have been bugs that could cause this symptom, but all known
problems should have been solved in 9.6.1.  So, I have no specific
idea about how exactly that happened.

Can you provide the following information?
- your complete named.conf
- if you enable statistics-channel, its output when you see this
  trouble
- the result of rndc dump when you see this trouble (note: rndc dump
  purges stale cache entries as a side effect and may hide the cause.
  It will still help investigate the problem)

If you think it's sensitive please contact me offlist.


I'll send it offlist, but results may be interested to all other.

Bind 9.7 works better, and I didn't see this error.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: SERVFAIL debugging

2009-06-24 Thread Dmitry Rybin

JINMEI Tatuya / 神明達哉 wrote:

At Mon, 22 Jun 2009 13:30:42 +0400,
Dmitry Rybin kirg...@corbina.net wrote:


Please try 9.6.1b1, which we expect to be released next week.  It has a
new experimental feature just for that purpose:

Is this feature going to be back ported to 9.4 and 9.5 releases as well?

For 9.5, yes.  For 9.4, not according to the current plan.
named[87071]: 22-Jun-2009 13:18:23.256 query-errors: debug 2: fetch 
completed at resolver.c:6569 for static.cache.l.google.com/A in 
0.041364: SERVFAIL/success 
[domain:com,referral:1,restart:0,qrysent:0,timeout:0,lame:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]


Which version of BIND9 is this?  To match the line number we need the
exact version number.

---
JINMEI, Tatuya
Internet Systems Consortium, Inc.



FreeBSD 7.2-STABLE, bind from ports bind96-9.6.1

version: 9.6.1
CPUs found: 8
worker threads: 6
number of zones: 1258
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 3
query logging is OFF
recursive clients: 162/1900/2000
tcp clients: 0/100
server is up and running



It one of 3 other dns servers, and after update to 9.6.1 from 9.6.0 I 
have an error, then allocated by the bind memory grows more 2,5-3 gb.

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: SERVFAIL debugging

2009-06-24 Thread JINMEI Tatuya / 神明達哉
At Wed, 24 Jun 2009 10:13:51 +0400,
Dmitry Rybin kirg...@corbina.net wrote:

  new experimental feature just for that purpose:
  Is this feature going to be back ported to 9.4 and 9.5 releases as well?
  For 9.5, yes.  For 9.4, not according to the current plan.
  named[87071]: 22-Jun-2009 13:18:23.256 query-errors: debug 2: fetch 
  completed at resolver.c:6569 for static.cache.l.google.com/A in 
  0.041364: SERVFAIL/success 
  [domain:com,referral:1,restart:0,qrysent:0,timeout:0,lame:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]
  
  Which version of BIND9 is this?  To match the line number we need the
  exact version number.

 FreeBSD 7.2-STABLE, bind from ports bind96-9.6.1

Okay, then the above log strongly suggests that the cache is full in
some unusual way and even recently fetched RR (which is in this case
NS for google.com) has been purged before it's actually used.

There have been bugs that could cause this symptom, but all known
problems should have been solved in 9.6.1.  So, I have no specific
idea about how exactly that happened.

Can you provide the following information?
- your complete named.conf
- if you enable statistics-channel, its output when you see this
  trouble
- the result of rndc dump when you see this trouble (note: rndc dump
  purges stale cache entries as a side effect and may hide the cause.
  It will still help investigate the problem)

If you think it's sensitive please contact me offlist.

Thanks,

---
JINMEI, Tatuya
Internet Systems Consortium, Inc.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: SERVFAIL debugging

2009-06-22 Thread Dmitry Rybin

JINMEI Tatuya / 神明達哉 wrote:

At Fri, 13 Mar 2009 17:31:37 -0400,
R Dicaire kri...@gmail.com wrote:


Please try 9.6.1b1, which we expect to be released next week.  It has a
new experimental feature just for that purpose:

Is this feature going to be back ported to 9.4 and 9.5 releases as well?


For 9.5, yes.  For 9.4, not according to the current plan.

Note also that this is a new experimental feature.  So far, we've
only included a new feature in a .0 release, so this logging feature
would only appear in 9.7.0.  We're now trying to seek an intermediate
path, considering the tradeoff between the plus of providing useful
features for older versions and the risk of introducing instability to
maintenance release.  So, we may even remove this feature from the final
release of 9.6.1 if we find significant regression with it through
the beta cycle.  On the other hand, we may include it to the next
version of 9.4 if we find it very useful and can be sure that it does
no harm.

---
JINMEI, Tatuya
Internet Systems Consortium, Inc.


Hello! what does it mean:

named[87071]: 22-Jun-2009 13:18:23.256 query-errors: debug 2: fetch 
completed at resolver.c:6569 for static.cache.l.google.com/A in 
0.041364: SERVFAIL/success 
[domain:com,referral:1,restart:0,qrysent:0,timeout:0,lame:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]


named[87071]: 22-Jun-2009 13:18:23.073 query-errors: debug 2: fetch 
completed at resolver.c:6569 for adservices.l.google.com/A in 0.461466: 
SERVFAIL/success 
[domain:l.google.com,referral:3,restart:0,qrysent:0,timeout:0,lame:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]



amed[87071]: 22-Jun-2009 13:18:22.401 query-errors: debug 2: fetch 
completed at resolver.c:6569 for googlehosted.l.google.com/A in 
0.007844: SERVFAIL/success 
[domain:com,referral:1,restart:0,qrysent:0,timeout:0,lame:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]



--
Рыбин Дмитрий
Управление магистральной сети
Отдел Информационных Систем
Руководитель группы АВР
Corbina Telecom
Tel: +7(495) 728-4000
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: SERVFAIL debugging

2009-06-22 Thread JINMEI Tatuya / 神明達哉
At Mon, 22 Jun 2009 13:30:42 +0400,
Dmitry Rybin kirg...@corbina.net wrote:

  Please try 9.6.1b1, which we expect to be released next week.  It has a
  new experimental feature just for that purpose:
  Is this feature going to be back ported to 9.4 and 9.5 releases as well?
  
  For 9.5, yes.  For 9.4, not according to the current plan.
 
 named[87071]: 22-Jun-2009 13:18:23.256 query-errors: debug 2: fetch 
 completed at resolver.c:6569 for static.cache.l.google.com/A in 
 0.041364: SERVFAIL/success 
 [domain:com,referral:1,restart:0,qrysent:0,timeout:0,lame:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]

Which version of BIND9 is this?  To match the line number we need the
exact version number.

---
JINMEI, Tatuya
Internet Systems Consortium, Inc.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


SERVFAIL debugging

2009-03-13 Thread Leonardo Rodrigues


   Hello,

   I'm having SERVFAIL problems on some domains. I'm pretty sure it's 
not a bind problem, because everything is working but some few domains.


   I'm already running 9.6.0-P1 ...

   is it possible to, using dig or some other bind tool, to grab 
informations from running BIND and debug exactly why i'm having this 
SERVFAILs ??? At the right moment, the only think i know is that a full 
stop/start will make those domains works fine  but in some hours, i 
start having SERVFAILs  and have to stop/start again .


   is there something i can do to track this and, at least, try to find 
exactly what's happening ?


   Thanks.

--


Atenciosamente / Sincerily,
Leonardo Rodrigues
Solutti Tecnologia
http://www.solutti.com.br

Minha armadilha de SPAM, NÃO mandem email
gertru...@solutti.com.br
My SPAMTRAP, do not email it





smime.p7s
Description: S/MIME Cryptographic Signature
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: SERVFAIL debugging

2009-03-13 Thread R Dicaire
On Fri, Mar 13, 2009 at 4:59 PM, JINMEI Tatuya / 神明達哉
jinmei_tat...@isc.org wrote:
 Please try 9.6.1b1, which we expect to be released next week.  It has a
 new experimental feature just for that purpose:


Is this feature going to be back ported to 9.4 and 9.5 releases as well?


-- 
aRDy Music and Rick Dicaire present:
http://www.ardynet.com
http://www.ardynet.com:9000/ardymusic.ogg.m3u
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: SERVFAIL debugging

2009-03-13 Thread JINMEI Tatuya / 神明達哉
At Fri, 13 Mar 2009 17:31:37 -0400,
R Dicaire kri...@gmail.com wrote:

  Please try 9.6.1b1, which we expect to be released next week.  It has a
  new experimental feature just for that purpose:
 
 Is this feature going to be back ported to 9.4 and 9.5 releases as well?

For 9.5, yes.  For 9.4, not according to the current plan.

Note also that this is a new experimental feature.  So far, we've
only included a new feature in a .0 release, so this logging feature
would only appear in 9.7.0.  We're now trying to seek an intermediate
path, considering the tradeoff between the plus of providing useful
features for older versions and the risk of introducing instability to
maintenance release.  So, we may even remove this feature from the final
release of 9.6.1 if we find significant regression with it through
the beta cycle.  On the other hand, we may include it to the next
version of 9.4 if we find it very useful and can be sure that it does
no harm.

---
JINMEI, Tatuya
Internet Systems Consortium, Inc.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users