From owner-freebsd-questions Mon Apr 23 13:39:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ecexchange.bethesda.emaginet.com (beth.e-centives.com [63.65.80.132]) by hub.freebsd.org (Postfix) with ESMTP id A82FA37B424 for ; Mon, 23 Apr 2001 13:39:35 -0700 (PDT) (envelope-from ggeisbert@e-centives.com) Received: by ecexchange.bethesda.emaginet.com with Internet Mail Service (5.5.2653.19) id <2RRJ7KSL>; Mon, 23 Apr 2001 16:40:45 -0400 Received: from fbsd.bethesda.emaginet.com ([172.16.4.93]) by ecexchange.bethesda.emaginet.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 2RRJ7KS2; Mon, 23 Apr 2001 16:40:34 -0400 From: Gary Geisbert To: alexus Cc: freebsd-questions@FreeBSD.ORG Subject: Re: making sure that bind running all the time Date: Mon, 23 Apr 2001 16:37:23 -0400 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" References: <007b01c0cc07$bad03ae0$01000001@book> In-Reply-To: <007b01c0cc07$bad03ae0$01000001@book> MIME-Version: 1.0 Message-Id: <01042316372300.35340@fbsd.bethesda.emaginet.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday 23 April 2001 11:11, alexus wrote: > for some reason sometimes bind crashing .. what's the way to make sure bind > is running all the time? > > i use freebsd 4.x? > Try installing daemontools out of /usr/ports, and using svscan. You can setup svscan to monitor services, and restart them automatically if they aren't running. However, if your bind is crashing, it's probably being remotely exploited, and you'll want to run a newer/stable/secure version. Also, while checking out daemontools, you may also consider switching to djbdns (also in /usr/ports), it's IMHO more secure, and hasn't been vulnerable to the latest string of bind exploits. Or even the older bind exploits for that matter. :-) Happy DNS'ing // Gary Here's some links you may want to check out: http://cr.yp.to/daemontools.html http://cr.yp.to/djbdns.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message