From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 28 08:19:49 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E66216A4CE; Thu, 28 Apr 2005 08:19:49 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C9B43D45; Thu, 28 Apr 2005 08:19:49 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1DR4FP-0003oy-Rv; Thu, 28 Apr 2005 11:19:47 +0300 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 28 Apr 2005 11:19:47 +0300 From: Danny Braniss Message-ID: cc: freebsd-hackers@freebsd.org Subject: how to set dumpdev X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 08:19:49 -0000 hi, i can't use dumpon, since the kernel is panicking on boot, so tried in loader.conf: dumpdev="/dev/ar0s1b" but getting: db> call doadump Cannot dump. No dump device defined. 0x25 i need this is for current 6.0 thanks, danny