From owner-freebsd-fs@FreeBSD.ORG Fri Sep 10 14:32:00 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83A1A106566C for ; Fri, 10 Sep 2010 14:32:00 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id C9C538FC17 for ; Fri, 10 Sep 2010 14:31:59 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA21524; Fri, 10 Sep 2010 17:31:56 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Ou3eg-0008dT-TP; Fri, 10 Sep 2010 16:28:38 +0300 Message-ID: <4C8A3285.3040607@icyb.net.ua> Date: Fri, 10 Sep 2010 16:28:37 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100822 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: a.smith@ukgrid.net References: <20100909140000.5744370gkyqv4eo0@webmail2.ukgrid.net> <20100909182318.11133lqu4q4u1mw4@webmail2.ukgrid.net> <4C89D6A8.1080107@icyb.net.ua> <20100910141110.205866s50jvc8zk0@webmail2.ukgrid.net> In-Reply-To: <20100910141110.205866s50jvc8zk0@webmail2.ukgrid.net> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: ZFS related kernel panic X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 14:32:00 -0000 on 10/09/2010 16:11 a.smith@ukgrid.net said the following: > Quoting Andriy Gapon : > >> >> Try to add the following options to your kernel: >> options KDB >> options KDB_TRACE >> >> With these a backtrace should be printed before dumping and you should be able >> take a picture of your screen. >> >> -- >> Andriy Gapon >> > Thanks Andiy, > > have done, but the useful info is going off the top of the screen before I can > catch it. Am going to try again, problem is watching the screen every second for > about an hour! You can add DDB option, then kernel should enter it on panic instead of automatically trying to dump and reboot. -- Andriy Gapon