[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Restarting if bind dies
- Subject: [ale] Restarting if bind dies
- From: Newcombe at mordor.clayton.edu (Dan Newcombe)
- Date: Thu, 8 Feb 2001 09:16:12 -0500 (EST)
I am running bind 9.latest, and every so often it dies of an assertion
error. I was planning on going back to 8.latest for a while, then I
thought Instead of running just named, why not run a script like below.
#!/bin/sh
while (/bin/true)
do
/usr/local/sbin/named -f
#something to alert me that bind puked
done
comments? anyone else doing something like this?
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.