From owner-freebsd-current@FreeBSD.ORG Sat Sep 25 23:14:25 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF0616A4CE for ; Sat, 25 Sep 2004 23:14:25 +0000 (GMT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA6243D39 for ; Sat, 25 Sep 2004 23:14:23 +0000 (GMT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i8PNEK90010096; Sat, 25 Sep 2004 16:14:20 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <4155FBBE.7090806@freebsd.org> Date: Sat, 25 Sep 2004 16:14:06 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Lehmann References: <20040923062411.7b5a70d7.lehmann@ans-netz.de> <4152EAA5.30807@freebsd.org> <20040923190219.176a5848.lehmann@ans-netz.de> In-Reply-To: <20040923190219.176a5848.lehmann@ans-netz.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: bsdtar doesn't detect end of tape X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2004 23:14:25 -0000 Oliver Lehmann wrote: > Hi Tim, > > Tim Kientzle wrote: > > >>the attached patch to src/lib/libarchive, >>rebuild libarchive and bsdtar and let me >>know if it fixes it for you. > > > I applied that patch, recompiled+instaled libarchive, and then > recompiled+installed bsdtar. Now it doesn't write anything: > > root@nudel /root> mt -f /dev/sa3 comp off > root@nudel /root> cd /mnt/backups/.backup/dds2 > root@nudel dds2> bsdtar -c -b 64 -v -f /dev/sa3 . > a .: (null) > a avocado: (null) > a avocado/home: (null) > a avocado/home/olivleh1: (null) > a avocado/home/olivleh1/.hushlogin: (null) > .... Ergh. I haven't managed to reproduce this here yet; I'll keep trying. Tim