From owner-freebsd-questions Fri May 30 14:44:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA10212 for questions-outgoing; Fri, 30 May 1997 14:44:53 -0700 (PDT) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA10201; Fri, 30 May 1997 14:44:51 -0700 (PDT) Received: from localhost (andrsn@localhost.Stanford.EDU [127.0.0.1]) by andrsn.stanford.edu (8.8.5/8.6.12) with SMTP id OAA03238; Fri, 30 May 1997 14:44:48 -0700 (PDT) Date: Fri, 30 May 1997 14:44:47 -0700 (PDT) From: Annelise Anderson To: Donald Acton cc: "Jonathan M. Bresler" , softweyr@xmission.com, freebsd-questions@FreeBSD.ORG, dan@dpcsys.com, alec@d2si.com Subject: Re: DNS cache--thanks! In-Reply-To: <199705300235.TAA07489@stoner.nsg.bc.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks again to all of you--I feel like an idiot not having known about ndc, but it's not mentioned in the named man page. > > send a SIGINT to the named process "kill -INT `cat /var/run/named.pid`" > > the cached data will be in /var/tmp/named_dump.db > > You might also want to check out ndc the " name daemon control interface" > command, it essentially puts a nice wrapper around all the various signals > and control functions you might want to apply to named. > Annelise