I have bind (9.2.2-r3, chrooted) running fine. But when I update my zone files, "named reload" doesn't do much.
In the logs, I see it reloading:
Code: Select all
Aug 5 17:05:13 server named[5804]: loading configuration from '/etc/bind/named.conf'But when I query:
Code: Select all
# dig foobar.domain.com @localhost
; <<>> DiG 9.2.3 <<>> foobar.domain.com @localhost
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 62121
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;foobar.domain.com. IN A
;; AUTHORITY SECTION:
domain.com. 86400 IN SOA server.domain.com. hostmaster.domain.com. 2004072603 28800 7200 2419200 86400
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(localhost)
;; WHEN: Thu Aug 5 17:06:07 2004
;; MSG SIZE rcvd: 96
Code: Select all
domain.com IN SOA server.domain.com. hostmaster.domain.com. (
2004080500 ; serial
28800 ; refresh (8 hours)
7200 ; retry (2 hours)
2419200 ; expire (4 weeks)
86400 ; minimum (1 day)
)
Any idea?


