Ok , Thank you
2014-12-01 10:49 GMT+00:00 Tony Finch :
> Kaouthar Chetioui wrote:
> >
> > I don't find any name of source file (like message.c or name.c) or name
> of
> > function in this log file, so I can't understand excatly the process of
> > resolution for dig command.
>
> The log module gi
Kaouthar Chetioui wrote:
>
> I don't find any name of source file (like message.c or name.c) or name of
> function in this log file, so I can't understand excatly the process of
> resolution for dig command.
The log module gives you a rough idea of which part of the system emitted
the log message
thank very much for your answer,
I have done it, and when I look at log file, I found a lot of information
like this:
29-Nov-2014 18:09:58.121 general: debug 60: sockmgr 0xb77d7008: watcher got
message -3 for socket 514
29-Nov-2014 18:09:58.121 general: debug 60: sockmgr 0xb77d7008: watcher got
m
Kaouthar Chetioui wrote:
> I want to know the exact path that follows bind to resolve a DNS query
Try running
$ rndc flush
$ rndc trace 11
$ dig www.example.ma
Then look at named's logs which will give you lots of details about
queries, responses, and the parts of BIND involved in the process.
Try option (+nodnssec):
dig www.example.ma +trace +nodnssec
On 11/30/2014 04:40 PM, Matus UHLAR - fantomas wrote:
> On 30.11.14 11:24, Kaouthar Chetioui wrote:
>> I have already use +trace it gives me the following answer, like this:
>
> no, it doeas not:
>
>> global options: +cmd
>
> you clearly
DIG is used to test/troubleshoot DNS queries. BIND logging is used to
troubleshoot the BIND server itself. Which are you trying to debug?
Also be mindful that BIND will cache any DNS entries it retrieves for
the defined TTLs, so if you dig a second time chances are it's not
going to go to the Inte
On 30.11.14 11:24, Kaouthar Chetioui wrote:
I have already use +trace it gives me the following answer, like this:
no, it doeas not:
global options: +cmd
you clearly did not use +trace here.
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to recei
I have already use +trace it gives me the following answer, like this:
global options: +cmd
. 518400 IN NS E.ROOT-SERVERS.NET.
. 518400 IN NS G.ROOT-SERVERS.NET.
. 518400 IN NS D.ROOT-SERVERS.NET.
. 518400 IN NS H.ROOT-SERVERS.NET.
. 518400 IN NS K.ROOT-SERVERS.NET.
. 518400 IN NS B.ROOT-SERVERS.NE
On 30 November 2014 at 11:04, Kaouthar Chetioui
wrote:
> I want to know the exact path that follows bind to resolve a DNS query
Please reply to the list not direct.
The option you are looking for is +trace and needs to be invoked on
the server/system that will be resolving the query for the clie
On 30 November 2014 at 01:22, Kaouthar Chetioui
wrote:
> I want to do full debug for BIND
>
> I use this command: dig www.example.ma -d
What's the problem you are having?
What are you expecting to see when you perform a debug?
What is the real name you are trying to diagnose?
Steve
___
In message , aihua
zhang writes:
>
> HI,
>
> I have already analysis where to add new RR,and how to make it works.
> But i don't contact automake tool before, so reading so large configure
> and makefiles make me feel so bad. I try to understand ,but it just myself
> alone to do this , so
11 matches
Mail list logo