This is the Title of the Book, eMatter Edition
Copyright © 2009 O’Reilly & Associates, Inc. All rights reserved.
Reading Debugging Output|381
4conffile = ./named.conf
5starting. named 8.2.3-T7B Mon Aug 21 19:21:21 MDT 2000
[email protected]:/usr/local/src/bind-8.2.3-T7B/src/bin/named
7ns_init(./named.conf)
8Adding 64 template zones
9update_zone_info('0.0.127.in-addr.arpa', 1)
10source = db.127.0.0
11purge_zone(0.0.127.in-addr.arpa,1)
12reloading zone
13db_load(db.127.0.0, 0.0.127.in-addr.arpa, 1, Nil, Normal)
14purge_zone(0.0.127.in-addr.arpa,1)
15master zone "0.0.127.in-addr.arpa" (IN) loaded (serial 2000091500)
16zone[1] type 1: '0.0.127.in-addr.arpa' z_time 0, z_refresh 0
17update_zone_info('.', 3)
18source = db.cache
19reloading hint zone
20db_load(db.cache, , 2, Nil, Normal)
21purge_zone(,1)
22hint zone "" (IN) loaded (serial 0)
23zone[2] type 3: '.' z_time 0, z_refresh 0
24update_pid_file( )
25getnetconf(generation 969052965)
26getnetconf: considering lo [127.0.0.1]
27ifp->addr [127.0.0.1].53 d_dfd 20
28evSelectFD(ctx 0x80d8148, fd 20, mask 0x1, func 0x805e710, uap 0x40114344)
29evSelectFD(ctx 0x80d8148, fd 21, mask 0x1, func 0x8089540, uap 0x4011b0e8)
30listening on [127.0.0.1].53 (lo)
31getnetconf: considering eth0 [192.249.249.3]
32ifp->addr [192.249.249.3].53 d_dfd 22
33evSelectFD(ctx 0x80d8148, fd 22, mask 0x1, func 0x805e710, uap 0x401143b0)
34evSelectFD(ctx 0x80d8148, fd 23, mask 0x1, func 0x8089540, uap 0x4011b104)
35listening on [206.168.194.122].53 (eth0)
36fwd ds 5 addr [0.0.0.0].1085
37Forwarding source address is [0.0.0.0].1085
38evSelectFD(ctx 0x80d8148, fd 5, mask 0x1, func 0x805e710, uap 0)
39evSetTimer(ctx 0x80d8148, func 0x807cbe8, uap 0x40116158, due 969052990.812648000,
inter 0.000000000)
40exit ns_init( )
41update_pid_file( )
42Ready to answer queries.
43prime_cache: priming = 0, root = 0
44evSetTimer(ctx 0x80d8148, func 0x805bc30, uap 0, due 969052969.000000000, inter 0.
000000000)
45sysquery: send -> [192.33.4.12].53 dfd=5 nsid=32211 id=0 retry=969052969
46datagram from [192.33.4.12].53, fd 5, len 436
4713 root servers
We added the line numbers to the debugging output; you won’t see them in yours.
Lines 2–6 give the version of BIND you are running and the name of the configura-
tion file. Version 8.2.3-T 7B was released by ISC (Internet Software Consortium) in
August 2000. We used the configuration file in the current directory,./named.conf,
for this run.