From owner-freebsd-questions@freebsd.org Wed Jul 15 18:49:24 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECD1E9A2ADB for ; Wed, 15 Jul 2015 18:49:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C38061EB8 for ; Wed, 15 Jul 2015 18:49:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 57964205D5 for ; Wed, 15 Jul 2015 14:49:23 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Wed, 15 Jul 2015 14:49:23 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=LMVSB9fT2nmAr1/ GNt7y3wEHOtw=; b=kFosr1J+U/7aTLYj9dBkOSXyqABYUvFMYqVl6yeEetyXSQa EUDmRTI4fhUDhfMYnzZC3BvPQsahDvcrb6SPwQsX9WpggexG7rw7qXQ17nP79dAC 0MxSyxxKRB4UbMBN4GtjYhvib5saex/lbeIVJaYRMy0IyL/YCvcw1QMqvZ9E= Received: by web3.nyi.internal (Postfix, from userid 99) id 2BFF410DD69; Wed, 15 Jul 2015 14:49:23 -0400 (EDT) Message-Id: <1436986163.1413191.324661081.78935161@webmail.messagingengine.com> X-Sasl-Enc: ufgxXivkAEmWg3tAxY+eMQ3LTlfCdr6iFKzeDhj9DnHI 1436986163 From: Mark Felder To: Marcus Reid , Nikos Vassiliadis Cc: "freebsd-questions@freebsd.org Questions" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-63a5d8c6 Subject: Re: tar: Damaged tar archive, Retrying... Date: Wed, 15 Jul 2015 13:49:23 -0500 In-Reply-To: <20150714204305.GA89782@blazingdot.com> References: <55A3F7F2.3060400@gmx.com> <20150714204305.GA89782@blazingdot.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 18:49:25 -0000 On Tue, Jul 14, 2015, at 15:43, Marcus Reid wrote: > On Mon, Jul 13, 2015 at 08:40:02PM +0300, Nikos Vassiliadis wrote: > > Hi, > > > > I am currently using tar to copy some very files to another host and > > got this: > > > tar: Damaged tar archive > > > tar: Retrying... > > > tar: Damaged tar archive > > > tar: Retrying... > > > tar: Damaged tar archive > > > tar: Retrying... > > > tar: Damaged tar archive > > > tar: Retrying... > > > tar: Damaged tar archive > > > > The copy is done using tar|nc and nc|tar on the receiving host. > > This looks like a bug and I wonder whether the copy is OK. > > I have submitted a bug report for a problem that causes this output. > It's likely the same bug that you're encountering. > > The fix is upstream in libarchive, but in the meantime you can use gtar > :( > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201506 > Thanks for pointing out this PR. I'll try to get some movement behind this.