From owner-freebsd-stable@FreeBSD.ORG Thu Apr 3 14:32:04 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E7091065675 for ; Thu, 3 Apr 2008 14:32:04 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unknown [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9551E8FC1D for ; Thu, 3 Apr 2008 14:32:03 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m33EVmlp030202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Apr 2008 15:31:49 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <47F4EA5F.50208@unsane.co.uk> Date: Thu, 03 Apr 2008 15:31:59 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.12 (X11/20080327) MIME-Version: 1.0 To: Norberto Meijome References: <20080401125534.D94491@fledge.watson.org> <20080402131511.2940ef2e@meijome.net> <47F3E3D8.4080308@vwsoft.com> <20080404012211.2bff6dd2@meijome.net> In-Reply-To: <20080404012211.2bff6dd2@meijome.net> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Volker , freebsd-stable@freebsd.org Subject: Re: Q&A on textdumps (fwd) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 14:32:04 -0000 Norberto Meijome wrote: > On Wed, 02 Apr 2008 21:51:52 +0200 > Volker wrote: > >> while the system is experiencing a panic, it does not have any knowledge >> about filesystems and also does not know about the GELI swap space anymore. >> >> In this situation the geli encrypted swap will be overwritten by a dump >> (either minidump or the classical one). When the system boots up again, >> it will check $dumpdev for a dump and save it to $savecore before geli >> swap is brought up again. >> >> Or in short: geli backed swap should not do you any harm. > > Hi Volker, > That is what I had thought. But I clearly remember, back in 6.x the dump would be written to swap, then on restart, geli would kick in before savedump , therefore obliterating anything saved from the previous session. > > I will need to retest this...luckily 7-STABLE has been rock solid and haven't experienced many crashes. > > btw, how do I trigger a panic manually? :D > sysctl debug.kdb.panic=1 according to http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-online-ddb.html anyway :) Vince > cheers, > B > > _________________________ > {Beto|Norberto|Numard} Meijome > > "A fanatic is one who can't change his mind and won't change the subject." > Sir Winston Churchill > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"