From owner-freebsd-current@FreeBSD.ORG Thu Apr 28 10:18:04 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED71E16A4CE for ; Thu, 28 Apr 2005 10:18:04 +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 A01EA43D3F for ; Thu, 28 Apr 2005 10:18:04 +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 1DR65r-0005l2-Ow; Thu, 28 Apr 2005 13:18:03 +0300 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: thierry@herbelot.com In-Reply-To: Message from Thierry Herbelot <200504281209.46273.thierry@herbelot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 28 Apr 2005 13:18:03 +0300 From: Danny Braniss Message-ID: cc: freebsd-current@freebsd.org Subject: Re: how to set dumpdev X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 10:18:05 -0000 > > On Thu, 28 Apr 2005, Danny Braniss wrote: > > > i can't use dumpon, since the kernel is panicking on boot, so > > Hello, > > There used to be a "dump" directive in the kernel config file (config root on > XXX swap on YYY dump on ZZZ), but I can't find any trace in our kernel or in > current config file of NetBSD or OpenBSD (time to resurrect the option ?). > > In your case, this kind of hardwired configuration knob would certainly be > handy (I've looked at the code in dumpon.c : the dump device is selected via > an IOCTL and not a loader-tunable sysctl flag : too bad). > > TfH not so quick, i have many different machines sharing the same kernel, so a hardwire option is not good in general. but at the moment anything will do. danny