From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 7 17:36:58 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31237106564A for ; Fri, 7 Aug 2009 17:36:58 +0000 (UTC) (envelope-from cronfy@sprinthost.ru) Received: from odin.from.sh (odin.from.sh [80.93.50.112]) by mx1.freebsd.org (Postfix) with ESMTP id D9B3A8FC19 for ; Fri, 7 Aug 2009 17:36:57 +0000 (UTC) Received: from odin.from.sh ([80.93.50.112]) by odin.from.sh with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MZT8G-00063k-MG for freebsd-hackers@freebsd.org; Fri, 07 Aug 2009 21:21:32 +0400 Received: from [89.223.116.161] (helo=[10.10.10.126]) by odin.from.sh with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MZT8A-0005zH-EX for freebsd-hackers@freebsd.org; Fri, 07 Aug 2009 21:21:26 +0400 Message-ID: <4A7C6229.2040600@sprinthost.ru> Date: Fri, 07 Aug 2009 21:19:37 +0400 From: cronfy User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Was system rebooted by power fail or by kernel panic? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 17:36:58 -0000 Hello! Is there a way to find out was system rebooted by power fail or by kernel panic? The problem is that there is no free space on devices to store kernel core dump (swap is smaller than physical memory, no more dump devices exist). Will FreeBSD report about panic somehow if it cannot create core dump? Thanks in advance.