Bug 457369

Summary: system-config-bind reports required packages not installed in error
Product: [Fedora] Fedora Reporter: Timothy Davis <cpuobsessed>
Component: system-config-bindAssignee: Jaroslav Reznik <jreznik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: rawhideCC: atkac, cpuobsessed, odvorace, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-29 11:37:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
SCB initialization error message none

Description Timothy Davis 2008-07-31 08:12:50 UTC
Description of problem:
system-config-bind reports that bind bind-lib bind-utils is not installed
although it is.

Version-Release number of selected component (if applicable):
system-config-bind-4.0.8-1.fc10.noarch

How reproducible:
Everytime from either the menu or commandline

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
[root@localhost system-config-bind]# rpm -qa bind*
bind-9.5.1-0.2.b1.fc10.i386
bind-libs-9.5.1-0.2.b1.fc10.i386
bind-utils-9.5.1-0.2.b1.fc10.i386
bind-devel-9.5.1-0.2.b1.fc10.i386
[root@localhost system-config-bind]#

Comment 1 Timothy Davis 2008-07-31 08:12:50 UTC
Created attachment 313079 [details]
SCB initialization error message

Comment 2 Jaroslav Reznik 2008-08-19 12:23:18 UTC
This problem is caused by missing dns-keygen in the new rawhide Bind package. But dns-keygen is RH in house made utility and will not be longer supported (not in upstream). Workaround for F10 - dns-keygen will be packaged again with Bind. And we will look for better solution. Maybe dnssec-keygen -a HMAC-MD5 -b 256 -n HOST rndc with stdout output?

Comment 3 Adam Tkac 2008-08-20 07:37:04 UTC
After inspection keys can be generated with dd if=/dev/random bs=32 count=1 | base64. Moving back to system-config-bind

Comment 4 Jaroslav Reznik 2008-08-20 07:43:40 UTC
Thanks!

dd if=/dev/random bs=32 count=1 2>/dev/null | base64