Quote:
Bind starts for me, but is killed later
It starts but then stops.
From looking at your file permissions listing I would not be surprised if it has the same error in your /logs/messages file.
The group ownership for named.conf should be "named".
I have it like this now:
Quote:
-rw-r----- 1 root named 969 Oct 5 07:26 named.conf
and apparently also for /etc:
Quote:
drwxr-xr-x 48 root named 4096 Oct 5 08:41 etc
And also all the zone data files in /var/named should be user and group owned by "named".
That's because the Bind named server is started up as user "named" on my CentOS system.
Quote:
named[765]: starting BIND 9.2.4rc6 -u named
I found out about that through this reference:
http://www.boran.com/security/sp/bind9_20010430.html
It could be different on your Debian system so that you may not need that for your system. If you have a different problem I would suggest examining in detail your log files to see if any errors are logged.