From: Conny B. <ko...@ni...> - 2004-03-25 22:10:00
|
2004-02-19 kl. 23.09 skrev Jamie Cameron: > It looks like BIND is running under a chroot directory, perhaps > /var/run/bind. Is that the case on your system? > Yes, that seems to be the case. I had once the exact same behavior on one system. > It is quite possible that a new version of the Debian BIND package has > changed the default location of the PID file. However, Webmin should be > able to find it automatically by looking at the pid-file directive in > named.conf (assuming there is one). Oh, that explains it. The pid-file statement not in named.conf itself but in a separate, included file (named.conf.options). At least if I'm not confusing myself - I'm unable to check it at the moment. Martin, maybe you can confirm that you have a statement like: include "named.conf.options"; ...in your /etc/bind/named.conf? //conny |