Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2002 09:02:24 -0500 (EST)
From:      Dan Pelleg <daniel+bsd@pelleg.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/46402: named.conf sets pidfile differently than /etc/rc.d/named expects
Message-ID:  <20021220140224.12365B627D@mail.pelleg.org>

next in thread | raw e-mail | index | archive | help

>Number:         46402
>Category:       conf
>Synopsis:       named.conf sets pidfile differently than /etc/rc.d/named expects
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 20 06:10:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dan Pelleg
>Release:        FreeBSD 5.0-RC i386
>Organization:
>Environment:
System: FreeBSD p 5.0-RC FreeBSD 5.0-RC #1: Sun Dec 8 08:28:28 EST 2002 d@p i386


	
>Description:
In /etc/namedb/named.conf, the pidfile is set to:
pid-file "/var/run/named/pid";

This is sufficiently different than what /etc/rc.d/named assumes it is
(/var/run/named.pid) to stop it from finding the running named's pid.

>How-To-Repeat:

/etc/rc.d/named start
/etc/rc.d/named stop
>Fix:

change to:
pid-file "/var/run/named.pid";


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021220140224.12365B627D>