From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 07:41:32 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 9A2D5106566B for ; Tue, 24 Feb 2009 07:41:32 +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 6CDE78FC16 for ; Tue, 24 Feb 2009 07:41:32 +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 DD393AFC1FF; Mon, 23 Feb 2009 22:41:31 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 23 Feb 2009 22:41:31 -0900 User-Agent: KMail/1.9.10 References: <33296720.221235423494723.JavaMail.HALO$@halo> In-Reply-To: <33296720.221235423494723.JavaMail.HALO$@halo> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902232241.31587.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 07:41:32 -0000 On Monday 23 February 2009 12:11:38 Peter Steele wrote: > We assumed this would give us a watchdog timeout of 300 seconds (5 > minutes), meaning a system would not reboot unless it is non-responsive for > five minutes. No, meaning, if a system is unresponsive for 300 seconds, action will be taken. watchdogd will not prevent proper reboots, panics or power failures. > However, in a recent stress test we had unexplained > spontaneous reboots on two systems, with no logs of any kind to indicate > why the systems rebooted. Panic, or overheating. Check the dumpdev/dumpdir variables in rc.conf(5). -- Mel Problem with today's modular software: they start with the modules and never get to the software part.