From owner-freebsd-questions@FreeBSD.ORG Mon Jul 24 22:18:48 2006 Return-Path: X-Original-To: freebsd-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 5DD1C16A4DA for ; Mon, 24 Jul 2006 22:18:48 +0000 (UTC) (envelope-from jaime@snowmoon.com) Received: from malkav.snowmoon.com (malkav.snowmoon.com [66.109.35.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27BC43D49 for ; Mon, 24 Jul 2006 22:18:47 +0000 (GMT) (envelope-from jaime@snowmoon.com) Received: from localhost (localhost.snowmoon.com [127.0.0.1]) by malkav.snowmoon.com (Postfix) with ESMTP id C8A4636645 for ; Mon, 24 Jul 2006 18:18:26 -0400 (EDT) Received: from malkav.snowmoon.com ([127.0.0.1]) by localhost (malkav.snowmoon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30474-04 for ; Mon, 24 Jul 2006 18:18:20 -0400 (EDT) Received: from [192.168.0.8] (cpe-24-195-194-146.nycap.res.rr.com [24.195.194.146]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by malkav.snowmoon.com (Postfix) with ESMTP id 9742236642 for ; Mon, 24 Jul 2006 18:18:20 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <3ABD124B-04D2-4861-84A1-6EC27F1466D2@snowmoon.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Jaime Date: Mon, 24 Jul 2006 18:18:40 -0400 X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at snowmoon.com Subject: tar dies on making tape backup 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, 24 Jul 2006 22:18:48 -0000 I'm attempting to use tar to feed my filesystem(s) to a DLT tape drive. I've done this with FreeBSD 3 through 5 and DAT (DDS-3 and DDS-4) tapes for years. The command now appears to work for a while and then dies with this message about 2.5 hours into the process: archive_write_pax_header: 'x' header failed?! This can't happen. Any idea what this means? I'm using: $ uname -a FreeBSD atlas.cairodurham.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Jun 28 11:27:09 EDT 2006 root@atlas.cairodurham.org:/usr/obj/usr/ src/sys/SMP i386 This is my first FreeBSD 6.x system, my first SMP kernel, and my first DLT drive on a FreeBSD system. Using Google, I couldn't find any answers that were useful. (Just a few dead threads from various forums and mailing lists.) Thanks in advance, Jaime