Date: Thu, 28 Apr 2005 11:29:36 +0100 From: Brian Candler <B.Candler@pobox.com> To: Andre Guibert de Bruet <andy@siliconlandmark.com> Cc: freebsd-current@freebsd.org Subject: Re: how to set dumpdev Message-ID: <20050428102936.GA89935@uk.tiscali.com> In-Reply-To: <20050428053528.G59099@lexi.siliconlandmark.com> References: <E1DR4FP-0003oy-Rv@cs1.cs.huji.ac.il> <20050428053528.G59099@lexi.siliconlandmark.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 28, 2005 at 05:37:16AM -0400, Andre Guibert de Bruet wrote: > > 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 > > > > That directive, along with dumpdir, would be set in /etc/rc.conf. According to `man dumpon` (on a 5-STABLE system): Since dumpon cannot be used during kernel initialization, the dumpdev variable of loader(8) must be used to enable dumps for system panics which occur during kernel initialization. But I don't find 'dumpdev' referenced anywhere under /usr/src/sys/boot/. Is the documentation wrong? Regards, Brian.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050428102936.GA89935>