From owner-freebsd-questions@FreeBSD.ORG Mon May 21 17:19:22 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D268106564A; Mon, 21 May 2012 17:19:22 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 223888FC23; Mon, 21 May 2012 17:19:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=QDQYTsKicQApn4memU3LH+y8nPxTe/XWsXZ1eFbpqIc=; b=rDK17jY5hUhhbF4mpZrcMwtjYuAGGnFrRYKmMKwcnCyii5OigN1mH7AAwdf3CNN0cStCnQMry04Nq3vEwcsfGeOoaM8xgvlsyfJ/ckwZc6g9ItofnuUdBeTT0rKFk61G; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SWWGO-0006lk-9c; Mon, 21 May 2012 12:19:21 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1337620754-3288-3287/5/17; Mon, 21 May 2012 17:19:14 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-hackers@freebsd.org, freebsd-questions@FreeBSD.org References: <490F2075-3E4D-4F85-9935-937CED8FB10B@averesystems.com> Date: Mon, 21 May 2012 12:19:14 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <490F2075-3E4D-4F85-9935-937CED8FB10B@averesystems.com> User-Agent: Opera Mail/11.64 (FreeBSD) X-SA-Score: -1.5 Cc: Subject: Re: Please help me diagnose this crazy VMWare/FreeBSD 8.x crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 17:19:22 -0000 On Mon, 21 May 2012 12:01:19 -0500, Andrew Boyer wrote: > You could try switching mpt to MSI. MSI interrupts are never shared. > Add this to /boot/device.hints: > >> hint.mpt.0.msi_enable="1" Currently implementing this on the known crashy servers. I've been looking around and all of our VM's that do NOT crash also do not share interrupts between em0/mpt0. Thank you very much.... if this is the fix we will be SO grateful.