From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 07:25:49 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 0031A16A420 for ; Tue, 21 Feb 2006 07:25:48 +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 A593643D46 for ; Tue, 21 Feb 2006 07:25:48 +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 1FBRtz-0006fk-HF for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 00:25:39 -0700 From: Ben Paley To: FreeBSD Questions Date: Tue, 21 Feb 2006 07:24:39 +0000 User-Agent: KMail/1.9.1 References: <200602202339.44245.ben@spooty.net> In-Reply-To: <200602202339.44245.ben@spooty.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200602210724.39754.ben@spooty.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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: 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: Tue, 21 Feb 2006 07:25:49 -0000 Sorry. left off some information that might come in handy! me$ uname -srm FreeBSD 6.0-STABLE i386 me$ pkg_info | grep tar gtar-1.15.1_1 GNU version of the traditional tar archiver startup-notification-0.8_1 Library that supports startup notification spec from freede me$ Thanks, Ben > tar -cLvy -f /usr/home/me/backup/backup.tar.bz2 /usr/home/me/backup/source/ > > When source/usr/home/me/public_html is empty then it runs fine. But when I > put any links in, tar dies with a segmentation fault. > > Has anyone got any ideas why? > > Thanks, > Ben