From owner-freebsd-scsi Mon Aug 18 22:01:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA10487 for freebsd-scsi-outgoing; Mon, 18 Aug 1997 22:01:11 -0700 (PDT) Received: from gatekeeper.tsc.tdk.com (root@gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA10482 for ; Mon, 18 Aug 1997 22:01:08 -0700 (PDT) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.4/8.8.4) with ESMTP id WAA24101; Mon, 18 Aug 1997 22:00:43 -0700 (PDT) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id WAA29894; Mon, 18 Aug 1997 22:00:42 -0700 (PDT) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id WAA28433; Mon, 18 Aug 1997 22:00:41 -0700 (PDT) From: Don Lewis Message-Id: <199708190500.WAA28433@salsa.gv.tsc.tdk.com> Date: Mon, 18 Aug 1997 22:00:40 -0700 In-Reply-To: "Justin T. Gibbs" "Re: Bus resets. Grrrr." (Aug 18, 9:59pm) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: "Justin T. Gibbs" , Greg Lehey Subject: Re: Bus resets. Grrrr. Cc: freebsd-scsi@FreeBSD.ORG (FreeBSD SCSI Mailing List) Sender: owner-freebsd-scsi@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Aug 18, 9:59pm, "Justin T. Gibbs" wrote: } Subject: Re: Bus resets. Grrrr. } } So, what does a "timeout while idle" tell us? Well, it means that either } the timeout that the type driver (in this case the "st" driver) specified } was too short [ deleted ] } The } first problem seems really common in the st driver especially when older } media or a rewind operation is involved. You can try bumping up the } timeouts in sys/scsi/st.c to see if this solves your problem. I had to increase the read/write timeout to 10 minutes from the default 2 minutes for a HP C1553 DAT using 90m tapes connected to a SunOS box. If the drive sees too many errors, it does a "head scrub" to try to dislodge any dirt from the head. This takes a really long time ... --- Truck