Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f981r0A00542 for linux-xfs-outgoing; Sun, 7 Oct 2001 18:53:00 -0700 Received: from deliverator.sgi.com (deliverator.sgi.com [204.94.214.10]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f981quD00520 for ; Sun, 7 Oct 2001 18:52:56 -0700 Received: from boing.melbourne.sgi.com (boing.melbourne.sgi.com [134.14.55.141]) by deliverator.sgi.com (980309.SGI.8.8.8-aspam-6.2/980310.SGI-aspam) via ESMTP id SAA15550 for ; Sun, 7 Oct 2001 18:52:48 -0700 (PDT) mail_from (tes@boing.melbourne.sgi.com) Received: (from tes@localhost) by boing.melbourne.sgi.com (SGI-8.9.3/8.9.3) id LAA14876; Mon, 8 Oct 2001 11:51:29 +1000 (AEST) Date: Mon, 8 Oct 2001 11:51:28 +1000 From: Timothy Shimmin To: laurent ribeyre Cc: linux-xfs@oss.sgi.com Subject: Re: Xfsdump doesnt work Message-ID: <20011008115127.W1372@boing.melbourne.sgi.com> References: <3BBC2B94.3030503@biendecider.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0us In-Reply-To: <3BBC2B94.3030503@biendecider.com>; from laurent.ribeyre@biendecider.com on Thu, Oct 04, 2001 at 11:27:48AM +0200 Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Hi Laurent, On Thu, Oct 04, 2001 at 11:27:48AM +0200, laurent ribeyre wrote: > Hello SGI.com > > I hope that you will be able to help me. > I join this attachment with this mail. > I dont undersand why xfsdump doesnt work > is a syntax error? bad install? > my computer has xfs filesystem everywhere (/, /usr......) > the version of xfs is 1.0.9 > the error is segmentation fault > > thank a lot for you help > > laurent ribeyre (im from france, sorry for my bad english) We need a bit more information. As Nate Straz suggested, a core file would be useful. There are some other things to do. 1) Run xfsdump with the option -v5 to give us more verbose output 2) Use gdb with the core file and give us a back trace (bt) i.e. $ gdb xfsdump core (gdb) bt BTW, the output from (1) and/or (2) can just be sent as ASCII text - don't really need jpeg file :) Ciao, Tim.