From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 17:12:12 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 B737A1065697 for ; Tue, 24 Feb 2009 17:12:12 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from exprod7og113.obsmtp.com (exprod7og113.obsmtp.com [64.18.2.179]) by mx1.freebsd.org (Postfix) with SMTP id 575D38FC2E for ; Tue, 24 Feb 2009 17:12:12 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from source ([209.85.198.250]) by exprod7ob113.postini.com ([64.18.6.12]) with SMTP ID DSNKSaQqaztXuhwtO+QyG9RSTQgCfZN5ctiT@postini.com; Tue, 24 Feb 2009 09:12:12 PST Received: by rv-out-0708.google.com with SMTP id c5so2733986rvf.40 for ; Tue, 24 Feb 2009 09:12:11 -0800 (PST) Received: by 10.140.201.6 with SMTP id y6mr2700186rvf.62.1235495531696; Tue, 24 Feb 2009 09:12:11 -0800 (PST) Received: from localhost ([76.231.178.131]) by mx.google.com with ESMTPS id g22sm7775508rvb.0.2009.02.24.09.12.10 (version=SSLv3 cipher=RC4-MD5); Tue, 24 Feb 2009 09:12:10 -0800 (PST) Date: Tue, 24 Feb 2009 09:12:11 -0800 (PST) From: Peter Steele To: freebsd-questions@freebsd.org Message-ID: <9815060.721235495529150.JavaMail.HALO$@halo> In-Reply-To: <435616.681235485535608.JavaMail.HALO$@halo> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 17:12:16 -0000 >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?