From owner-freebsd-current@FreeBSD.ORG Tue Oct 23 04:16:25 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87F5216A417 for ; Tue, 23 Oct 2007 04:16:25 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 2823513C48D for ; Tue, 23 Oct 2007 04:16:24 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so3051084pyb for ; Mon, 22 Oct 2007 21:16:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ICp+wo/N3+p9xjwnBjAQBWXpms7WpO7KtGalOD2LT0M=; b=Iptsb6j6/HLq9AntfTjNmVrtqWzUm+E8qirMEN1wsrs3Qtld1SsQKGGGRm3LkmRaJeU4kcVNOwlUuZyPZAD2g7KdeDpI4T0mqZehbyp+eRxE2hvbQQQOsy/7OiSCjDiDgY0y1a1Kah48qkTqbsQFLpmTm6YfcXXF14QEm3Lvho0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sHpuayQL18xfem4TXxd0JQGXJBO/ePIL4iiQaE9BRLLmY+TnHqKATxfDYdYcvwWmFknTnqn8hSJrgFSeCg79HhgR+AlJ6Z6+qCh5kL7hrYDbVN9+YfBO1i9xNr6OqDi+7NOT67wkxuHgyX1Y2rQFCd8I+g/9EjDG71U1LVYmhMw= Received: by 10.35.69.11 with SMTP id w11mr6956688pyk.1193109468291; Mon, 22 Oct 2007 20:17:48 -0700 (PDT) Received: by 10.35.117.12 with HTTP; Mon, 22 Oct 2007 20:17:48 -0700 (PDT) Message-ID: <8cb6106e0710222017p133ddccyc973c6ebcd23e270@mail.gmail.com> Date: Mon, 22 Oct 2007 23:17:48 -0400 From: "Josh Carroll" To: "Bruce Cran" In-Reply-To: <471CF3F3.6070803@cran.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <471CF3F3.6070803@cran.org.uk> Cc: current@freebsd.org Subject: Re: bsdtar can't handle files >8GB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2007 04:16:25 -0000 > tar: Unrecognized archive format: Inappropriate file type or format > tar: Error exit delayed from previous errors. Confirmed in RELENG_7 as well. Interestingly enough, if the file inside the tarball is nothing but zeros (dd if=/dev/zero ...), I don't get this error. However, it doesn't work either. The resulting file is 0 bytes, rather than 10 GB of \0. Note that 10 1GB files worked just fine. Josh