From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:48:39 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 576C816A420 for ; Mon, 19 Dec 2005 03:48:39 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF2843D66 for ; Mon, 19 Dec 2005 03:48:33 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1017324wra for ; Sun, 18 Dec 2005 19:48:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=doQmA0QaFt7mF+7MWtwgs1vMTk5nTIc8tTMVE0iTU8YvPGH1T63siyzWsEGrqmKW0uWcvjjGP3uLXIZJMAxgnJaJzV1Rg9Z22Icr5H2AziDFgm562QRoqeWhe3nAhvyTVOe1D9uxx/ub8Oj+jRUGVKPpveRPwr7uQgh03yVBQoM= Received: by 10.65.160.12 with SMTP id m12mr2622785qbo; Sun, 18 Dec 2005 19:48:32 -0800 (PST) Received: by 10.65.194.11 with HTTP; Sun, 18 Dec 2005 19:48:32 -0800 (PST) Message-ID: <6e4453640512181948y47c6578fu153c11c2256ac56e@mail.gmail.com> Date: Sun, 18 Dec 2005 20:48:32 -0700 From: TuxGirl To: Nikolas Britton , questions@freebsd.org In-Reply-To: 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: 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:48:39 -0000 > > 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 I will try this, however, when I mentioned that other commands were also not playing nicely with the file, I was referring to commands such as cp, mv, and ls. I'll see if another tar command will work, though. thanks for the reply! ~Erin