Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2000 19:15:33 -0800
From:      Mike Smith <msmith@freebsd.org>
To:        joe@filmgroup.co.uk
Cc:        scottl@freebsd.org, scsi@freebsd.org, geoffb@chuggalug.clues.com
Subject:   Re: Installing on Dell PERC 3/Si RAID card 
Message-ID:  <200011150315.eAF3FXF01152@mass.osd.bsdi.com>
In-Reply-To: Your message of "Tue, 14 Nov 2000 14:03:00 GMT." <20001114140300.A28125@filmgroup.co.uk> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Heya,
> 
> We are using a 5.0 snapshot from 5.0-20001104-CURRENT (as well as a few
> others) and the install utility sees the disks, lets us config and newfs
> them and then starts copying bin over so it is writing to disk.
> 
> This bombs out after 1 - 2 mins with the following error:
> 
> table full timeout trap
> shutting down aac
> 
> Any ideas whats wrong here, anything that we can do?

Urk.  Scott, this sounds like you're forgetting to untimeout() commands 
when they complete.

Folks; we've been trying to track down a problem with these controllers 
where they seem to mysteriously stop responding after a while.  I think 
you're running into a problem with some code that Scott added to try to 
track this down.

Scott - if you have some time, try removing the per-command timeout and 
just save time_second into the command structure, and then in a timeout 
routine running every (eg) 10 seconds, bitch about commands that have 
been on the busy queue for more than 30 seconds...

If you don't have any time to work on this, let me know and I'll do it.

Joe, Geoff; if you have any particular time constraints, let me know and 
I'll try to meet them.  

Regards,
Mike

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
           V I C T O R Y   N O T   V E N G E A N C E




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




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