From owner-freebsd-questions Fri Jul 5 11:57:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA25513 for questions-outgoing; Fri, 5 Jul 1996 11:57:20 -0700 (PDT) Received: from sam.networx.ie (dublin-ts13-66.indigo.ie [194.125.134.66]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA25491 for ; Fri, 5 Jul 1996 11:57:14 -0700 (PDT) Received: from mip1.networx.ie (mip1.networx.ie [194.9.12.1]) by sam.networx.ie (8.6.12/8.6.12) with SMTP id TAA01839 for ; Fri, 5 Jul 1996 19:48:41 GMT X-Organisation: I.T. NetworX Ltd X-Business: Network Consultancy and Training X-Address: 67 Merrion Square, Dublin 2, Ireland X-Voice: +353-1-676-8866 X-Fax: +353-1-676-8868 Received: from mike.networx.ie by mip1.networx.ie Date: Fri, 5 Jul 1996 19:46:43 BST From: Michael Ryan Reply-To: mike@NetworX.ie Subject: SCSI timeout on HP 2GB DAT To: FreeBSD Support Message-Id: Priority: Normal Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello all, I'm doing a backup to a HP SureStore 2000 2GB DAT drive attached to an Adaptec 2940 PCI SCSI adapter on a FreeBSD 2.1 120MHz Pentium, from a remote machine on the network. A bare-bones listing of the script to perform the backup is as follows: find / -depth -print | cpio -o -H newc -C 65536 | gzip -c | dd obs=64k | rsh tapehost -l tape dd obs=64k of=/dev/rst0 The file ~tape/.rhosts on tapehost is okay. The backup runs fine, until around 92MB is transferred, then the following error messages appear on the console and the backup aborts. Anybody got any ideas what's wrong? Kernel error messages: st0(ahc0:3:0): NOT READY asc:4,1 st0(ahc0:3:0): Logical unit is in process of becoming ready ahc0: target 3, lun 0 (st0) timed out st0(ahc0:3:0): BUS DEVICE RESET message queued. ahc0: target 3, lun 0 (st0) timed out st0(ahc0:3:0): UNIT ATTENTION asc:28,0 st0(ahc0:3:0): Not ready to ready transition, medium may have changed ahc0: Issued Channel A Bus Reset #1. 1 SCBs aborted st0(ahc0:3:0): UNIT ATTENTION asc:29,0 st0(ahc0:3:0): Power on, reset, or bus device reset occurred Error message from dd: dd: /dev/rst0: Input/output error Thanks for any help, Mike ---