From owner-freebsd-stable@FreeBSD.ORG Thu Oct 9 10:20:55 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 9EA22106568B for ; Thu, 9 Oct 2008 10:20:55 +0000 (UTC) (envelope-from chris+freebsd-stable@schug.net) Received: from motd.eu (s4.schug.net [85.214.112.80]) by mx1.freebsd.org (Postfix) with ESMTP id 5E10C8FC0C for ; Thu, 9 Oct 2008 10:20:55 +0000 (UTC) (envelope-from chris+freebsd-stable@schug.net) Received: from gateway.ciao.com ([194.97.158.225]:49908 helo=dt1.in-muc.ciao.com) by motd.eu with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1KnsRU-0008J8-Eq; Thu, 09 Oct 2008 12:08:24 +0200 Date: Thu, 9 Oct 2008 12:08:17 +0200 From: Christoph Schug To: David Peall Message-ID: <20081009100816.GA8674@dt1.in-muc.ciao.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: schug.net 'Reply-To: Christoph Schug ' User-Agent: Mutt/1.5.17 OpenPKG/CURRENT (2007-11-01) Cc: freebsd-stable@freebsd.org Subject: Re: Problem with dump stalling 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, 09 Oct 2008 10:20:55 -0000 On Wed, Oct 08, 2008, David Peall wrote: > I'm running 7.0-RELEASE-p4 and trying to backup to an external USB > drive. > > I'm using the following command > > dump -a0Lf /backup/diskimages/root /dev/mfid0s1a [...] > But it just stops at a random percentage, the system continues to run > and the processes are killable? This is a know bug which mainly affects multi-core CPU systems. It is fixed in RELENG_7, see also PR bin/121684 [1] where the relevant patch is referenced. [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/121684 -cs