From owner-freebsd-questions@FreeBSD.ORG Mon Jan 23 07:50:55 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B73B7106564A for ; Mon, 23 Jan 2012 07:50:55 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3818FC14 for ; Mon, 23 Jan 2012 07:50:54 +0000 (UTC) Received: from roxette.lamaiziere.net (136.9.74.86.rev.sfr.net [86.74.9.136]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 838EEFAA2D08; Mon, 23 Jan 2012 08:50:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by roxette.lamaiziere.net (Postfix) with ESMTP id 020CDC150; Mon, 23 Jan 2012 08:50:53 +0100 (CET) Date: Mon, 23 Jan 2012 08:50:52 +0100 From: Patrick Lamaiziere To: Dale Scott Message-ID: <20120123085052.678c34d4@davenulle.org> In-Reply-To: References: X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Subject: Re: non-responsive FreeBSD-9.0 after dump command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2012 07:50:55 -0000 Le Wed, 18 Jan 2012 16:42:10 -0700, Dale Scott a écrit : > # mount > /dev/ada0p2 on / (ufs, local, journaled soft-updates) > devfs on /dev (devfs, local, multilabel) > /dev/ad1as1d on /backup (ufs, local, soft-updates) > # > # cd /backup > # dump -0aLf 20120118.dump / > > There is no output after hitting , and afterwards the system > is generally unresponsive. A command (e.g., whoami) typed into the > VirtualBox server console and an ssh terminal is echo'd, but that's > all. I had started "top" in a seperate ssh terminal before issuing > the dump command, and it shows mksnap_ffs running with 98%-100% WCPU > for about 55 minutes, at which point "top" stops updating. I gave up > after 70 minutes and yanked the virtual power cord. There are several reports that snapshots are broken on ufs+SUJ and dump takes a snapshot. Regards.