From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 17:19:02 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D584A16A4CE for ; Wed, 12 Jan 2005 17:19:02 +0000 (GMT) Received: from web.plurali.net (plurali.net [213.41.135.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0629643D46 for ; Wed, 12 Jan 2005 17:19:02 +0000 (GMT) (envelope-from lists@serpe.org) Received: from [127.0.0.1] (web.plurali.net [192.168.0.4]) by web.plurali.net (Postfix) with ESMTP id A42F54C900 for ; Wed, 12 Jan 2005 18:18:59 +0100 (CET) Message-ID: <41E55C05.9050802@serpe.org> Date: Wed, 12 Jan 2005 18:19:01 +0100 From: Nicolas User-Agent: Mozilla Thunderbird 0.8 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Rebooting after kernel panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 17:19:02 -0000 Hello, I run a small server under FreeBSD 5.3, but it's very unstable (kernel panics) and I don't have time to debug it. So I customized the GENERIC kernel by adding these options, in order to automatically reboot the server every time it panics (this is apparently NOT the default behaviour in 5.3): makeoptions DEBUG=-g options KDB options KDB_UNATTENDED options DDB But it still won't reboot. It just shows the usual message saying there was a page fault while in kernel mode, and a prompt appears on screen. I can't reboot from that prompt. Please tell me why adding KDB_UNATTENDED has no effect and what I should do to obtain the desired behaviour. Thank you. Nicolas