From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 19:23:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66E33106566C for ; Tue, 24 Feb 2009 19:23:25 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3A4308FC12 for ; Tue, 24 Feb 2009 19:23:25 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 7C429AFC1FF; Tue, 24 Feb 2009 10:23:24 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 24 Feb 2009 10:23:24 -0900 User-Agent: KMail/1.9.10 References: <9815060.721235495529150.JavaMail.HALO$@halo> In-Reply-To: <9815060.721235495529150.JavaMail.HALO$@halo> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902241023.24240.fbsd.questions@rachie.is-a-geek.net> Cc: Peter Steele Subject: Re: What is correct way to enable watchdog? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2009 19:23:25 -0000 On Tuesday 24 February 2009 08:12:11 Peter Steele wrote: > >Panic, or overheating. Check the dumpdev/dumpdir variables in rc.conf(5). > > BTW, what's the difference between setting kern.corefile in /etc/sysctl and > these dumpdev/dumpdir variables? They are two different things. kern.corefile is used for userland processes. See core(5) for details. Handy if you want to collect all coredumps for review or when large parts of the system are read-only. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.