Does named log startup errors if so what is the default path?
The Wikipedia page for BIND speak of a configuration file verification tool - does anyone know of this?
|
feedback
|
|
most daemons log to /var/log/daemon. errors sometimes are also logged to /var/log/messages. you can check this by looking at the syslog configuration file /etc/syslog.conf. the configcheck util for BIND is named-checkconf. it's a bit tricky, if you run your BIND chrooted. first start with:
to check the zone files also:
in a chrooted environment try this:
| |||
|
feedback
|
|
BIND will write startup errors to Hence the logs will appear wherever your | |||
|
feedback
|
|
I'd look in the default system log. On my system it's | |||
|
feedback
|
|
There are two verification tools, one for the configuration file itself, and one for zone files. In Debian, they are called:
| |||
|
feedback
|
|
There is a number of DNS validation tools. NSLint is one such tool, which checks zone files on disk. I've used DNS Sleuth in the past, which does DNS queries to check your setup. You can use the website or download a copy to use locally. | |||
|
feedback
|