From owner-freebsd-bugs Fri Dec 20 6:10: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEAF737B405 for ; Fri, 20 Dec 2002 06:10:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABC443EE8 for ; Fri, 20 Dec 2002 06:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKEA6NS029044 for ; Fri, 20 Dec 2002 06:10:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKEA5IK029043; Fri, 20 Dec 2002 06:10:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2499937B401 for ; Fri, 20 Dec 2002 06:02:25 -0800 (PST) Received: from mail.pelleg.org (mail.pelleg.org [205.201.13.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F9143EDE for ; Fri, 20 Dec 2002 06:02:24 -0800 (PST) (envelope-from dpelleg@mail.pelleg.org) Received: by mail.pelleg.org (Postfix, from userid 1001) id 12365B627D; Fri, 20 Dec 2002 09:02:24 -0500 (EST) Message-Id: <20021220140224.12365B627D@mail.pelleg.org> Date: Fri, 20 Dec 2002 09:02:24 -0500 (EST) From: Dan Pelleg Reply-To: Dan Pelleg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/46402: named.conf sets pidfile differently than /etc/rc.d/named expects Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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