From owner-freebsd-stable Wed Feb 14 7:55:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from paperboy.sixforty.co.uk (paperboy.sixforty.co.uk [195.10.242.11]) by hub.freebsd.org (Postfix) with ESMTP id ADD7737B4EC for ; Wed, 14 Feb 2001 07:55:08 -0800 (PST) Received: (from root@localhost) by paperboy.sixforty.co.uk (8.11.1/8.11.1) id f1EFt7O17784 for freebsd-stable@freebsd.org; Wed, 14 Feb 2001 15:55:07 GMT (envelope-from lawrence@epcdirect.co.uk) Delivered-To: Received: from dellbert (daisy.int.epcdirect.co.uk [192.168.6.200]) by paperboy.sixforty.co.uk (8.11.1/8.11.1av) with SMTP id f1EFt5p17776 for ; Wed, 14 Feb 2001 15:55:05 GMT (envelope-from lawrence@epcdirect.co.uk) From: "Lawrence Farr" To: Subject: Re: Named crashing Date: Wed, 14 Feb 2001 15:54:59 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I run this off a crontab every 5 minutes. It's not pretty, but it works, and keeps the server going till I can get riund and upgrade them all! ------------------------------------------------------------------------ #!/bin/sh stat=`ps ax | grep named | grep -v "grep" | /usr/bin/grep -v "/bin"` if ! [ "$stat" = "" ] then else echo "Doh!" | mail -s "Named is dead, restarting" root /usr/sbin/named fi --------------------------------------------------------------------------- Lawrence Farr EPC Direct Limited mailto:lawrence@epcdirect.co.uk T:01179666123 F:01179666111 M:07970780901 > -----Original Message----- > From: owner-freebsd-stable@FreeBSD.ORG > [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Drew Sanford > Sent: 14 February 2001 15:15 > To: Terry Rossi > Cc: Michael DeMutis; freebsd-stable@FreeBSD.ORG > Subject: Re: Named crashing > > > > Just to add to the mix this happened to me two days ago on my > 4.0-Release box - I've been meaning to upgrade it, but upgrading this > particular box is a real pain. I'd love to know what everyone > comes up with. > > > Terry Rossi wrote: > > > Michael, > > > > I have been having the same problem with my bind installation > > on both 3-5stable and now 4.2 release. > > > > The only change in my environment has been the addition of a > > Windows 2000 domain and the use of dynamic updates into my unix > > bind from the Domain controller on the Windows 2000 DNS. > > > > Let me know if you come up with anything. > > > > > >> -----Original Message----- > >> From: Michael DeMutis [mailto:maillist@2gen.net] > >> Sent: Wednesday, February 14, 2001 10:09 AM > >> To: freebsd-stable@FreeBSD.ORG > >> Subject: Named crashing > >> > >> > >> > >> Hi there. > >> > >> I'm running the 3.X stable tree. > >> > >> For some reason, my named crashes now. It has never crashed > >> before, but > >> recently it has been crashing after being up about 2 days. > >> > >> The message that shows up is: > >> pid 37422 (named), uid 0: exited on signal 11 (core dumped) > >> > >> Any ideas why this could be happening all of a sudden? > >> > >> -mike > >> -------------------------------------------------------------- > >> -------------- > >> Michael DeMutis > >> System's Administrator || 2Gen.Inc. > >> 143 James Street South, Suite 300, Hamilton, Ontario, Canada L8P 3A1 > >> email: mike@2gen.net website: http://www.2gen.net/ > >> Phone: 905-308-9155 Fax: 905-308-9519 ICQ UIN: 1257176 > >> "Merging Media & Idea To Bring Internet Exposure to > >> Innovative Businesses" > >> > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-stable" in the body of the message > >> > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > -- > Cotharyus > lauasanf@bellsouth.net > ICQ: 8690555 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message