From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 19:30:14 2005 Return-Path: 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 E9A4C16A4CF for ; Wed, 2 Feb 2005 19:30:14 +0000 (GMT) Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C78A43D3F for ; Wed, 2 Feb 2005 19:30:12 +0000 (GMT) (envelope-from pieckiel@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:pieckiel@sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j12JTQU6014684 for ; Wed, 2 Feb 2005 19:29:26 GMT Received: (from pieckiel@localhost) by sdf.lonestar.org (8.13.1/8.12.8/Submit) id j12JTQQr016686 for freebsd-questions@freebsd.org; Wed, 2 Feb 2005 14:29:26 -0500 (EST) Date: Wed, 2 Feb 2005 14:29:26 -0500 From: "Kevin A. Pieckiel" To: freebsd-questions@freebsd.org Message-ID: <20050202192926.GB8804@SDF.LONESTAR.ORG> Mail-Followup-To: freebsd-questions@freebsd.org References: <20050202190345.GA8804@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050202190345.GA8804@SDF.LONESTAR.ORG> User-Agent: Mutt/1.4.2.1i Subject: Re: gtar failing, please help! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 19:30:15 -0000 On Wed, Feb 02, 2005 at 02:03:45PM -0500, Kevin A. Pieckiel wrote: > I have some backup scripts that manipulate a tape library and tape > drive to perform my nightly backups. Ever since the switch from > gtar to bsdtar in the base system, gtar fails to write any data > to my tape and usually puts my SCSI bus in an unusable state. I > must then issue a camcontrol reset command to free up the tape > drive for use. Just for grins, I tried playing with dump. Dump fails as well: # dump -0 -a -b 64 -C 32 -f /dev/nsa0 -n -u -L / DUMP: Date of this level 0 dump: Wed Feb 2 14:27:05 2005 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping snapshot of /dev/amrd0s1a (/) to /dev/nsa0 DUMP: mapping (Pass I) [regular files] DUMP: Cache 32 MB, blocksize = 65536 DUMP: mapping (Pass II) [directories] DUMP: estimated 176863 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: write error 64 blocks into volume 1 Broadcast Message from kpieckiel@hr-stc-file2.smartrafficenter.net (/dev/ttyp0) at 14:27 EST... Message from the dump program to all operators DUMP: NEEDS ATTENTION: write error 64 blocks into volume 1 DUMP WRITE ERROR! DUMP: Do you want to restart?: ("yes" or "no") I just don't know what to do. I'm half tempted to use Windows for the fileserver at this point. I *need* working backups!