From owner-freebsd-stable@FreeBSD.ORG Sun Dec 7 00:36:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1947616A4CE for ; Sun, 7 Dec 2003 00:36:10 -0800 (PST) Received: from queue.paperwork.com (ns.place4us.com [206.8.93.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id B09D743FDD for ; Sun, 7 Dec 2003 00:36:08 -0800 (PST) (envelope-from denon@denon.cx) Received: from ONYX.denon.cx (unknown [206.8.93.100]) by queue.paperwork.com (CCS Enterprise SMTP) with ESMTP id 2954B75928 for ; Sun, 7 Dec 2003 02:45:26 -0600 (CST) Message-Id: <6.0.1.1.2.20031207022844.066a9008@mail.jon.com> X-Sender: denon@denon.cx (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Sun, 07 Dec 2003 02:35:59 -0600 To: freebsd-stable@freebsd.org From: denon Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: FreeBSD 4.8 and instabilities with Buslogic SCSI drivers in VMWare X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 08:36:10 -0000 We've been doing more work with VMware and FreeBSD lately. Overall it's been going well, but we have a machine that's giving me grief, and I'm a bit concerned. It's running 4.8-Release, with a single virtual SCSI drive. It's been running fine for months, but as of recently, it's started locking up. When it locks up, this is what's in the messages: /kernel: (da0:bt0:0:0:0): CCB 0xca993340 - timed out /kernel: bt0: btdone - Attempt to free non-active BCCB 0xca9933c0 This is the scsi card it sees (from vmware) /kernel: bt0: port 0x1060-0x107f mem 0xfd000000-0xfd00001f irq 9 The host machine is running Windows 2003 Server, on an SMP Xeon host. The virtual machine's I/O is pretty minor, and it doesn't hit the cpu/etc much either. Pretty lightweight install. Any thoughts on the situation would be appreciated. -d