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"; };
Thanks, fixed in 9.2.0-0.rc8.2
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
Ignore comment 2, my mistake in the updates system...