Description of problem: The configuration that system-config-bind writes misses some points (or should "bind" be compiled different?) On reloading configuration I see the error "isc_log_open 'named.run' failed: permission denied" in the messagelog. Version-Release number of selected component (if applicable): 9.2.3-13 How reproducible: allways Steps to Reproduce: 1. create a new master zone 2. You need to add to named.conf this part: options { directory "/var/named"; }; 3. start nameserver or reload Actual results: isc_log_open 'named.run' failed: permission denied Expected results: lock file should be writeable Additional info: Either "bind" should be compiled so that some default values match the directories or the configuration program should add the values that fit for Fedora Core. This is more than one bug, really but should be fixable easily
system-config-bind-2.0.2-4 will now write out an include statement to grab /etc/named.custom to get this information, if /etc/named.conf does not exists.