Date: Mon, 5 Jun 2000 11:31:04 +0100 From: Jose Monteiro <jm@sindigit.pt> To: Mick Gallagher <mick.gallagher@roke.co.uk> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Can I get BIND to use disk-based cache? Message-ID: <20000605113104.F44716@sindigit.pt> In-Reply-To: <D76D503DE976D1119C7E00A0C944D87501CA7FF2@RSYS002A>; from mick.gallagher@roke.co.uk on Mon, Jun 05, 2000 at 10:39:54AM %2B0100 References: <D76D503DE976D1119C7E00A0C944D87501CA7FF2@RSYS002A>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000605113104.F44716>