From owner-freebsd-current@FreeBSD.ORG Tue Jan 1 13:52:23 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DFBE16A419 for ; Tue, 1 Jan 2008 13:52:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9021913C457; Tue, 1 Jan 2008 13:52:22 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <477A4594.7050304@FreeBSD.org> Date: Tue, 01 Jan 2008 14:52:20 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Mikhail Teterin References: <200712311620.lBVGKweV086742@bonkers.video-collage.com> In-Reply-To: <200712311620.lBVGKweV086742@bonkers.video-collage.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: efinleywork@efinley.com, current@FreeBSD.org Subject: Re: a new way to hang 7.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jan 2008 13:52:23 -0000 Mikhail Teterin wrote: >>> After correcting the destination path and REBOOTING, the dump >>> is proceeding. I removed the L-flag too, just in case :( >>> >>> Is this really a new way, or is it well known already? Thanks! >> -L has been hanging systems ever since it existed. Don't use it. > > Why does `dump' implore me to use it, then? Because the previous poster is being uncharitable with the facts :) There are a history of problems with -L (more generally, UFS snapshots), but these are believed to have been fixed over the past 2 years. Since you are claiming to have found a new one, please follow up with the usual kernel debugging so someone can try and study it. > I wonder, if this is also > a problem on DragonFlyBSD... Since Dragonfly is FreeBSD 4 + some stuff it is unlikely that it even supports UFS snapshots. Kris