Bug 427084

Summary: Named has to be restarted twice
Product: [Fedora] Fedora Reporter: Ray Todd Stevens <raytodd>
Component: bindAssignee: Adam Tkac <atkac>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: 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-01-02 11:44:14 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 Ray Todd Stevens 2007-12-31 03:39:46 UTC
Description of problem:

Since the last update I have been having a problem on my name servers.  
/etc/init.d/named restart has to be run twice to actually restart the name server.

Example:

[root@john etc]# /etc/init.d/named restart
Stopping named:                                            [  OK  ]
Starting named: named: already running                     [FAILED]
[root@john etc]# /etc/init.d/named restart
Stopping named:                                            [  OK  ]
Starting named:                                            [  OK  ]

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

[root@john etc]# rpm -qa | grep bind
bind-libs-9.5.0-20.b1.fc8
rpcbind-0.1.4-11.fc8
ypbind-1.20.4-2.fc8
bind-chroot-9.5.0-20.b1.fc8
bind-9.5.0-20.b1.fc8
bind-utils-9.5.0-20.b1.fc8

-rwxr-xr-- 1 root root  6152 2007-12-19 11:58 named

How reproducible:

Never have seem it fail to fail.

Steps to Reproduce:

See example above.

Additional info:

This may be a duplicate of one or more of 426382 426613 or 417431 in root cause,
but I can't see how their patches apply in this case in addition it appears that
the patches are supposed to be in the revision I am presently running.

Comment 1 Adam Tkac 2008-01-02 11:44:14 UTC

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