Bug 69913 - bindconf requires named.ca from caching-nameserver package
Summary: bindconf requires named.ca from caching-nameserver package
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: bindconf
Version: 7.3
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-26 07:56 UTC by Need Real Name
Modified: 2007-04-18 16:44 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-08-01 19:34:53 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-07-26 07:56:21 UTC
From Bugzilla Helper:


User-Agent: Mozilla/4.0 (compatible; MSIE 5.21; Mac_PowerPC)





Description of problem:


All the bind configurations generated by bindconf refer to named.ca, that is installed by 
caching-nameserver, that's not a dipendence.


In this way bindconf generates configurations that don't work.





Version-Release number of selected component (if applicable):








How reproducible:


Always





Steps to Reproduce:


1. Install bindconf, remove caching-nameserver


2. Generate a configuration


3. Try to start named


	





Actual Results:  Named doesn't start (worse, the init.d script says "OK", but the daemon 
doesn't start).





Additional info:

Comment 1 Daniel Walsh 2002-08-08 20:40:52 UTC
I have moved the lines
zone  "." {
        type hint;
        file  "named.ca";
};
In build redhat-config-bind 1.8.1-12.  This will be in the next version of
RedHat Linux.

Out of the default /etc/named.conf and put them into /etc/named.custom.  So if
you  don't want to use the cacheing name server you just need to remove these lines.

Dan


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