From owner-freebsd-current@FreeBSD.ORG Tue Jun 1 10:56:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E197F16A4CE; Tue, 1 Jun 2004 10:56:28 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F5543D41; Tue, 1 Jun 2004 10:56:28 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Tue, 1 Jun 2004 13:56:27 -0400 Message-ID: From: Don Bowman To: 'Scott Long' , Don Bowman Date: Tue, 1 Jun 2004 13:56:25 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" cc: "'current@freebsd.org'" Subject: RE: hang with raid, postgresql X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2004 17:56:29 -0000 From: Scott Long [mailto:scottl@freebsd.org] > Don Bowman wrote: > > From: Scott Long [mailto:scottl@freebsd.org] > > ... > > > >>Please try the latest aac driver sources. > > > > > > On line 705 of aac.c, i hit this panic, and > > cannot boot: > > panic("aac_startio: unexpected error %d from " > > "busdma\n", error); > > > > --don > > Crap, I committed the wrong version of the patch. I'll > fix it right now. OK, now i can boot, no panics yet :) I get this new error, 'Error 5 sending GetDeviceProbeInfo'. Its not fatal, just hangs for a bit (5-seconds?) There's also a 'SCSI bus reset' issued. I will update you later on how this change affects things. aacd0: on aac0 aacd0: 419994MB (860149632 sectors) aac0: Error 5 sending GetDeviceProbeInfo command aac0: Error 5 sending GetDeviceProbeInfo command aac0: **Monitor** SCSI bus reset issued on channel 0 ses0 at aacp0 bus 0 target 8 lun 0 ses0: Fixed unknown SCSI-2 device ses0: 3.300MB/s transfers ses0: SAF-TE Compliant Device ses1 at aacp1 bus 0 target 8 lun 0 ses1: Fixed unknown SCSI-2 device ses1: 3.300MB/s transfers ses1: SAF-TE Compliant Device pass0 at aacp0 bus 0 target 0 lun 0 pass0: Fixed unknown SCSI-3 device pass0: 160.000MB/s transfers (80.000MHz, offset 127, 16bit) pass1 at aacp0 bus 0 target 1 lun 0 pass1: Fixed unknown SCSI-3 device pass1: 160.000MB/s transfers (80.000MHz, offset 127, 16bit) pass2 at aacp0 bus 0 target 2 lun 0 pass2: Fixed unknown SCSI-3 device pass2: 160.000MB/s transfers (80.000MHz, offset 127, 16bit) pass3 at aacp0 bus 0 target 3 lun 0 pass3: Fixed unknown SCSI-3 device pass3: 160.000MB/s transfers (80.000MHz, offset 127, 16bit) SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! # camcontrol devlist at scbus0 target 0 lun 0 (pass0) at scbus0 target 1 lun 0 (pass1) at scbus0 target 2 lun 0 (pass2) at scbus0 target 3 lun 0 (pass3) at scbus0 target 8 lun 0 (pass4,ses0) at scbus1 target 8 lun 0 (pass5,ses1) --don