From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:44:41 2005 Return-Path: X-Original-To: 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 3ADAB16A41F for ; Mon, 19 Dec 2005 03:44:41 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E01B43D69 for ; Mon, 19 Dec 2005 03:44:39 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so811686wxc for ; Sun, 18 Dec 2005 19:44:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cxIiwk+Zd1XYJG2vELd+IEM6h1Vvb2IMOqaRkwEJ6C0UJEXZDAgeYLfxEzw0JZJ/2ztWTdbvrluMq/pCve0ernsxil7b0NCJYBQBhVpdVupz0mPiC7HdrKSlPJKHkfsJwmzdQkBPSb26kJ8jpGbNcRhPOuKrGeCpPYqxfbVseWo= Received: by 10.70.102.16 with SMTP id z16mr3922316wxb; Sun, 18 Dec 2005 19:44:38 -0800 (PST) Received: by 10.70.66.9 with HTTP; Sun, 18 Dec 2005 19:44:38 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 21:44:38 -0600 From: Nikolas Britton To: TuxGirl In-Reply-To: <6e4453640512181858qdcf8e2ay640326713dee89be@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e4453640512181858qdcf8e2ay640326713dee89be@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: Value too large to be stored in data type -- gzipped tarball 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, 19 Dec 2005 03:44:41 -0000 On 12/18/05, TuxGirl wrote: > I have a gzipped tarball that I created on my box when i was running > Linux, and I burned it, along with some other files, onto a dvd. I'm > now trying to extract the tarball, but it appears that it must be over > some sort of filesystem limit or something. None of the commands that > I have tried seem to like the file. Each of them gives the same [snip] > I'm fairly certain that the tarball is fine, because it worked fine on > my server last week, when i opened it up there... Might want try a different implementation of tar then.... cd /usr/ports/archivers; make search name=3D"tar"| more