Bug 55574 - bind: rndc in default install missfunctionality
Summary: bind: rndc in default install missfunctionality
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: bind
Version: 7.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-02 10:15 UTC by Alexander Kanevskiy
Modified: 2010-01-14 20:02 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-11-02 10:15:37 UTC
Embargoed:


Attachments (Terms of Use)

Description Alexander Kanevskiy 2001-11-02 10:15:32 UTC
Description of Problem:
By default install rndc don't work.
Problem with naming keys in /etc/rndc.conf

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


How Reproducible:
install bind-9.1.3-4, run bind by /etc/init.d/named start
run rndc status

Steps to Reproduce:
1. 
2. 
3. 

Actual Results:
[root@bofh kad]# rndc status
rndc: get key definition: not found
[root@bofh kad]#


Expected Results:
[root@bofh kad]# rndc status
rndc: 'status' is not yet implemented
[root@bofh kad]#
(all ok, rndc found a key, and send a command to named)

Additional Information:
soulition: fix patch bind-9.1.3rc2-key.patch
what change name of key to "rndckey", but not change following lines to:
options {
        default-server  localhost;
        default-key     "rndckey";
};

server localhost {
        key     "rndckey";
};

Comment 1 Bernhard Rosenkraenzer 2001-11-05 12:33:10 UTC
Thanks, fixed in 9.2.0-0.rc8.2 
 


Comment 2 Fedora Update System 2010-01-14 19:59:20 UTC
iw-0.9.19-1.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/iw-0.9.19-1.fc11

Comment 3 John W. Linville 2010-01-14 20:02:14 UTC
Ignore comment 2, my mistake in the updates system...


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