From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 25 17:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D510316A4CE for ; Sun, 25 Jul 2004 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC86643D4C for ; Sun, 25 Jul 2004 17:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6PHeQUv095907 for ; Sun, 25 Jul 2004 17:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6PHeQGk095906; Sun, 25 Jul 2004 17:40:26 GMT (envelope-from gnats) Date: Sun, 25 Jul 2004 17:40:26 GMT Message-Id: <200407251740.i6PHeQGk095906@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tim Kientzle Subject: Re: bin/9123: pax can't read tar archives that contain files > 4GB X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Kientzle List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 17:40:27 -0000 The following reply was made to PR bin/9123; it has been noted by GNATS. From: Tim Kientzle To: freebsd-gnats-submit@freebsd.org, rtm@eecs.harvard.edu Cc: Kris Kennaway Subject: Re: bin/9123: pax can't read tar archives that contain files > 4GB Date: Sun, 25 Jul 2004 10:32:21 -0700 http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/9123 Is this still a problem? I've tested it and it looks fixed in -CURRENT (as of a couple of years ago). (Of course, pax still can't handle entries >=8g, a limitation not present in bsdtar, star, or even gtar. Maybe it's time to start on a libarchive-based pax implementation. ;-) If there are no objections, I'll close this. Tim