Bug 122238 - isc_log_open 'named.run' failed: permission denied
Summary: isc_log_open 'named.run' failed: permission denied
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-bind
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Martin Stransky
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-02 12:23 UTC by Thilo Pfennig
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 2.0.2-4
Clone Of:
Environment:
Last Closed: 2006-10-29 22:59:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Thilo Pfennig 2004-05-02 12:23:02 UTC
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

Comment 1 Daniel Walsh 2004-06-10 17:57:23 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.