Bug 448259

Summary: current Rawhide named crashes with current Rawhide kernel
Product: [Fedora] Fedora Reporter: Jonathan Kamens <h1k6zn2m>
Component: bindAssignee: Adam Tkac <atkac>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: low    
Version: rawhideCC: atkac, ovasik
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-05-26 12:22:42 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:

Description Jonathan Kamens 2008-05-25 03:14:25 UTC
jik2:/tmp!1008$ sudo service named restart
[sudo] password for jik: 
Stopping named:                                            [  OK  ]
Starting named: named: prctl(PR_SET_DUMPABLE) failed: Success
                                                           [FAILED]
jik2:/tmp!1009$ rpm -q bind; uname -r
bind-9.5.0-34.rc1.fc10.i386
2.6.26-0.25.rc3.git4.fc10.i686
jik2:/tmp!1010$

Comment 1 Jonathan Kamens 2008-05-25 03:47:42 UTC
Turns out the PR_SET_DUMPABLE error is a false flag.  From /var/log/messages,
here's what's really going wrong:

May 24 23:41:59 jik2 named[7492]: isc_log_open '/var/run/named/named.run'
failed: permission denied
May 24 23:41:59 jik2 named[7492]: couldn't open pid file
'/var/run/named/named.pid': Permission denied

/var/run/named isn't group-writeable in the bind RPM, even though it needs to be
for the named user to be able to write to it.


Comment 2 Adam Tkac 2008-05-26 12:22:42 UTC

*** This bug has been marked as a duplicate of 448277 ***