From owner-freebsd-stable@FreeBSD.ORG Tue May 6 12:42:17 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40F44106566C for ; Tue, 6 May 2008 12:42:17 +0000 (UTC) (envelope-from freebsd@scottevil.com) Received: from gentoo.gawr.com (gtfo.freethescene.net [66.226.64.49]) by mx1.freebsd.org (Postfix) with ESMTP id 338D38FC23 for ; Tue, 6 May 2008 12:42:17 +0000 (UTC) (envelope-from freebsd@scottevil.com) Received: from [10.34.1.89] (unknown [64.126.14.3]) (Authenticated sender: freebsd@scottevil.com) by gentoo.gawr.com (Postfix) with ESMTP id 7107E264001; Tue, 6 May 2008 07:41:25 -0500 (CDT) Message-ID: <48204E4F.7010402@scottevil.com> Date: Tue, 06 May 2008 07:25:51 -0500 From: Scott Oertel User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: sclark46@earthlink.net References: <4819BB3A.6000407@earthlink.net> In-Reply-To: <4819BB3A.6000407@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: reboot after panic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2008 12:42:17 -0000 Stephen Clark wrote: > Hello List > > How do I get my freebsd 6.1 box to automatically reboot after a panic? > > Thanks, > Steve According to the handbook this is the default behavior unless you have KBD option enabled in your kernel, in which case adding KDB_UNATTENDED would cause the machine not to break to the debugger and to reboot after a panic. http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-options.html -Scott Oertel