From owner-freebsd-scsi@FreeBSD.ORG Mon May 17 18:24:04 2010 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4245106564A for ; Mon, 17 May 2010 18:24:04 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id B167C8FC1B for ; Mon, 17 May 2010 18:24:04 +0000 (UTC) Received: from [192.168.221.2] (remotevpn [192.168.221.2]) by ns1.feral.com (8.14.3/8.14.3) with ESMTP id o4HIO3IU059922; Mon, 17 May 2010 11:24:03 -0700 (PDT) (envelope-from mj@feral.com) Message-ID: <4BF189BE.9000008@feral.com> Date: Mon, 17 May 2010 11:23:58 -0700 From: Matthew Jacob Organization: Feral Software User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Holm Tiffe , Matthew Jacob , freebsd-scsi@freebsd.org References: <20100517150513.GA93298@pegasus.freiberg-net.de> <4BF16C62.6010104@feral.com> <20100517175923.GA96425@pegasus.freiberg-net.de> In-Reply-To: <20100517175923.GA96425@pegasus.freiberg-net.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-4.2.3 (ns1.feral.com [192.168.221.1]); Mon, 17 May 2010 11:24:04 -0700 (PDT) Cc: Subject: Re: Problems with DLT on 8-Stable X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2010 18:24:04 -0000 Holm Tiffe wrote: > You can get what you ever want, but there is no message in > /var/log/messages regarding this. > The messages state a "Media Not Present" error, on top of two TUR conditions. Do any of these correlate to you changing the tapes? The '65536-byte tape record' message is interesting. For some reason, sa is receiving a write that is no 64K in size, and the tape is in 'fixed' 64K block mode. Can you send the output of 'mt -f /dev/nsa1 status' with a tape loaded. More than that I'll have to dig up a tape drive and attach it- I haven't used on on FreeBSD in years.