Bug 181730

Summary: Current FC BIND package does not correctly create the "named" user
Product: [Fedora] Fedora Reporter: Max Kanat-Alexander <mkanat>
Component: bindAssignee: Jason Vas Dias <jvdias>
Status: CLOSED CANTFIX QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
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: 2006-03-07 16:09:29 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
Yum Log of first BIND installation none

Description Max Kanat-Alexander 2006-02-16 01:13:10 UTC
Version/Release: bind-9.3.1-14_FC4

I installed bind-chroot with yum, which also pulled in the "bind" package. (I
already had bind-libs installed, since I already had bind-utils installed.)

During the installation, it gave me a lot of warnings that the "named" user did
not exist.

After the installation, I tried "id named" and got "id: named: No such user".

I looked at the files in /var/named, and they were owned by the "root" user and
the "named" group.

I did an "rpm -e bind bind-chroot". I also did an "rm -rf /var/named; rm -f
/etc/sysconfig/named*; /etc/rndc*"

Then I did "yum install bind-chroot" again. This time it succeeded with no
errors, and the /var/named/* files are correctly owned by named:named.

I'm attaching the log of the first time I tried to install and got the warnings.

Comment 1 Max Kanat-Alexander 2006-02-16 01:13:10 UTC
Created attachment 124729 [details]
Yum Log of first BIND installation

Comment 2 Jason Vas Dias 2006-03-07 16:09:29 UTC
This problem could have potentially occurred if some other group had the gid 25
before bind was installed - then the named group would not have been created,
and the named user would not have been created.
This is now fixed with bind-9.3.2-6 in Rawhide / FC-5 .
 

Comment 3 Jason Vas Dias 2006-03-07 16:25:14 UTC
Also fixed with bind-9.3.1-16.FC4, to be released to FC-4 updates/testing today.

Comment 4 Fedora Update System 2006-03-08 04:43:36 UTC
From User-Agent: XML-RPC

bind-9.3.1-16_FC4 has been pushed for FC4, which should resolve this issue.  If these problems are still present in this version, then please make note of it in this bug report.

Comment 5 Jason Vas Dias 2006-03-20 19:37:37 UTC
All attempts to fix this bug are dis-allowed by our packaging policy.
Apparently, if your system disallows named user or group creation by
the bind package, then your system is in an invalid and unsupported
state .