[4946] in linux-scsi channel archive
Re: scsi tape problems in 2.1.123
daemon@ATHENA.MIT.EDU (Kai M{kisara)
Mon Oct 19 04:38:04 1998
Date: Mon, 19 Oct 1998 10:04:59 +0300 (EET DST)
From: Kai M{kisara <makisara@metla.fi>
Reply-To: Kai.Makisara@metla.fi
To: Finn Arne Gangstad <finnag@guardian.no>
cc: linux-scsi@vger.rutgers.edu
In-Reply-To: <Pine.LNX.3.96.981016132225.1154D-100000@lucifer.guardian.no>
On Fri, 16 Oct 1998, Finn Arne Gangstad wrote:
>
> dump fails to backup to scsi tape on a machine here in 2.1.123, it
> complains about end of tape at once. The following message is logged by
> the kernel:
>
> st0: Error 27070000 (sugg. bt 0x20, driver bt 0x27, host bt 0x7).
>
This can be interpreted by using linux/scsi/scsi.h. The suggestion byte
0x20 is SUGGEST_ABORT, the driver code 0x07 (suggestion and driver code
are packed into one byte), and the host byte 0x07 is DID_ERROR. This means
that the Buslogic driver encountered an internal error. Further
interpretation can be found by looking at linux/drivers/scsi/Buslogic.c.
There are many conditions that return DID_ERROR. Some of those are related
to SCSI bus error conditions but there are also errors related to the host
adapter software and the driver.
The standard suggestion is: check your cables, termination, and SCSI
address assignments.
Kai
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu