Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 1996 07:12:25 -0700 (PDT)
From:      "Jonathan M. Bresler" <jmb>
To:        peter@taronga.com (Peter da Silva)
Cc:        scsi@freebsd.org
Subject:   Re: Archive Anaconda on 1540B -- waiting forever for tape to become ready
Message-ID:  <199604211412.HAA19797@freefall.freebsd.org>
In-Reply-To: <199604210600.BAA05138@bonkers.taronga.com> from "Peter da Silva" at Apr 21, 96 01:00:00 am

next in thread | previous in thread | raw e-mail | index | archive | help
Peter da Silva wrote:
> 
> > 	is this a brand new blank tape?  never before used?
> > 	if so you have to "force" the tape.  try "mt -f /dev/rst0 fsf 1"
> > 	for me that results in
> > 		"st0(ncr1:4:0): HARDWARE FAILURE info:1 asc:80,8a"
> > 	but afterward mt operations work!
> 
> That got it to do something, and the status worked, so I decided to
> try tarring some stuff to it. Now I get:
> 
> Apr 21 00:50:32 bonkers /kernel: st0(aha0:5:0): HARDWARE FAILURE info:1 asc:80,8a 
> Apr 21 00:53:34 bonkers /kernel: st0(aha0:5:0): timed out 
> 

	this message appears only once in the aha1542.c code, in the function
	aha_timeout().   stefan esser added to the ncr.c code to deal with
	time outs by extending the interval for command completion.  
	the timeout was extended from 4 to 1200 (which is 20 minutes, if 
	i remember correctly that the units are seconds.)

	the timeout is part of the struct scsi_xfer and is set in scsi_base.c
	BUT this is kermel code version dependent.  so what are you
	running?  


	this should go to the scsi mailing list, i am going to cc: it
	there and remove -hackers from the list
--
Jonathan M. Bresler           FreeBSD Postmaster             jmb@FreeBSD.ORG
FreeBSD--4.4BSD Unix for PC clones, source included. http://www.freebsd.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604211412.HAA19797>