From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 07:51:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4965F16A420 for ; Wed, 22 Feb 2006 07:51:20 +0000 (GMT) (envelope-from ben@spooty.net) Received: from swift.swiftnames.com (swift.swiftnames.com [205.214.82.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0AF43D46 for ; Wed, 22 Feb 2006 07:51:19 +0000 (GMT) (envelope-from ben@spooty.net) Received: from cpc2-brig8-4-0-cust31.brig.cable.ntl.com ([86.10.171.31] helo=[192.168.1.101]) by swift.swiftnames.com with esmtpa (Exim 4.44) id 1FBomE-0003Yf-UC; Wed, 22 Feb 2006 00:51:11 -0700 From: Ben Paley To: Lowell Gilbert Date: Wed, 22 Feb 2006 07:51:06 +0000 User-Agent: KMail/1.9.1 References: <200602202339.44245.ben@spooty.net> <200602210724.39754.ben@spooty.net> <444q2splud.fsf@be-well.ilk.org> In-Reply-To: <444q2splud.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602220751.07714.ben@spooty.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swift.swiftnames.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spooty.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd@sopwith.solgatos.com, FreeBSD Questions Subject: Re: tar segmentation fault 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: Wed, 22 Feb 2006 07:51:20 -0000 On Tuesday 21 February 2006 19:12, Lowell Gilbert wrote: > Ben Paley writes: > > me$ pkg_info | grep tar > > gtar-1.15.1_1 GNU version of the traditional tar archiver > You're obviously not *using* gnu tar, because you would be getting > errors on the -l option if you were. Well, I haven't got round to debugging bsdtar (it compiles without warning using 'make' in /usr/src/usr.bin/tar/), but it turns out gtar works fine, using -h instead of -L . Thanks very much to both of you for pointing me towards a solution. Thanks, Ben