Date: Mon, 15 Jan 2001 03:04:56 -0800 From: Peter Wemm <peter@netplex.com.au> To: "Newton, Harry" <NewtonHa@logica.com> Cc: "'Gerhard Sittig <Gerhard.Sittig@gmx.net>'" <Gerhard.Sittig@gmx.net>, "'freebsd-current@freebsd.org'" <freebsd-current@FreeBSD.ORG> Subject: Re: Crash dumps during initialisation Message-ID: <200101151104.f0FB4vY01616@mobile.wemm.org> In-Reply-To: <D19BCFEB340CD211801300A0C9CFB945B7EB36@kilburn.logica.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
"Newton, Harry" wrote: > I think we might be talking at cross-purposes here. What does the kernel do > if it panics before the /etc/rc script is run ? (i.e. before the dumpon > command is issued ). I can't believe that it reads /etc/rc.conf and locates > the dump_dev entry to determine where it should put the crash dump. In > 4.4BSD one could specify: > > config kernel root on <device> swap on <device> dump on <device> > > but this no longer exists in FreeBSD ? Is this right, and why ? We are missing some infrastructure to get this to work really early in the boot sequence - how early do you need? It should be possible to come up with some tweaks so that we can dump right after the device that we want to dump to has probed its disk label to get the partition sizes etc. Exactly when this happens is something I am not yet sure of. With some tweaks it should be moderately easy to get dumps enabled at the point where boot -v says "Creating DISK xxx" and your dump device is shown.. at least for drivers that use the minidisk layer. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101151104.f0FB4vY01616>