From owner-freebsd-questions@FreeBSD.ORG Mon Dec 2 15:06:26 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC9C1ED2 for ; Mon, 2 Dec 2013 15:06:26 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F17B1AF6 for ; Mon, 2 Dec 2013 15:06:26 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VnUyb-0001sY-2s for freebsd-questions@freebsd.org; Mon, 02 Dec 2013 06:59:57 -0800 Date: Mon, 2 Dec 2013 06:59:57 -0800 (PST) From: Beeblebrox To: freebsd-questions@freebsd.org Message-ID: <1385996397026-5865428.post@n5.nabble.com> Subject: Capture kernel crash dump MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 15:06:26 -0000 I'm running a full debug kernel and I followed the handbook instructions. # echo "dumpdev=/dev/ada0p1" >> /etc/rc.conf # swapon /dev/ada0p1 # dumpon /dev/ada0p1 # dumpon -lv => kernel dumps on ada0p1 After crash (poudriere bulk), reboot & before mounting /dev/ada0p1, # savecore /var/crash /dev/ada0p1 => savecore: no dumps found What's the mistake? ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/Capture-kernel-crash-dump-tp5865428.html Sent from the freebsd-questions mailing list archive at Nabble.com.