From owner-freebsd-questions Mon Jun 5 3:33:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from proxy.sindigit.pt (proxy.sindigit.pt [62.229.85.2]) by hub.freebsd.org (Postfix) with ESMTP id 0741A37B74B for ; Mon, 5 Jun 2000 03:33:36 -0700 (PDT) (envelope-from jm@sindigit.pt) Received: (from jm@localhost) by proxy.sindigit.pt (8.9.3/8.9.3) id LAA46109; Mon, 5 Jun 2000 11:31:04 +0100 (WEST) (envelope-from jm@sindigit.pt) X-Authentication-Warning: proxy.sindigit.pt: jm set sender to jm@sindigit.pt using -f Date: Mon, 5 Jun 2000 11:31:04 +0100 From: Jose Monteiro To: Mick Gallagher Cc: FreeBSD Questions Subject: Re: Can I get BIND to use disk-based cache? Message-ID: <20000605113104.F44716@sindigit.pt> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from mick.gallagher@roke.co.uk on Mon, Jun 05, 2000 at 10:39:54AM +0100 X-No-Archive: Yes Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 05/06/00 10:39 WEST, Gallagher, Mick wrote: > The problem is, it only seems to cache information in RAM; so cached > information doesn't survive a reboot, or even stopping/restarting BIND. that's how BIND is supposed to work. > And so how can I persuade BIND to use a disk-based cache? you can always dump the cache sending a SIGINT to named. grab the data from the dumpfile and append it to the hints file. it will be read by named on startup. Jose Monteiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message