From owner-freebsd-stable@FreeBSD.ORG Wed Feb 10 17:06:17 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ACA2106566B for ; Wed, 10 Feb 2010 17:06:17 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id E817D8FC0A for ; Wed, 10 Feb 2010 17:06:16 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NfG11-0006GT-A1 for freebsd-stable@freebsd.org; Wed, 10 Feb 2010 18:06:15 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Feb 2010 18:06:15 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Feb 2010 18:06:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Wed, 10 Feb 2010 18:05:59 +0100 Lines: 25 Message-ID: References: <4B72D94A.8030509@icyb.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.5) Gecko/20100118 Thunderbird/3.0 In-Reply-To: <4B72D94A.8030509@icyb.net.ua> Sender: news Cc: freebsd-hackers@freebsd.org Subject: Re: Strange problem with 8-stable, VMWare vSphere 4 & AMD CPUs (unexpected shutdowns) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 17:06:17 -0000 On 02/10/10 17:05, Andriy Gapon wrote: > on 10/02/2010 17:36 Ivan Voras said the following: >> It looks like I've stumbled upon a bug in vSphere 4 (recent update) with >> FreeBSD/amd64 8.0/8-stable (but not 7.x) guests on Opteron(s). In this >> combination, everything works fine until a moderate load is started - a >> buildworld is enough. About five minutes after the load starts, the >> vSphere client starts getting timeouts while talking with the host and >> soon after the guest VM is forcibly shut down without any trace of a >> reason in various logs. The same VM runs fine on hosts with Xeon CPUs. >> The shutdown happens regardless if there is a vSphere client connected. >> >> This is very repeatable, on Sun Fire X4140 hosts. >> >> With 7.x/7.stable guests everything works fine. >> >> I'm posting this for future reference and to see if anyone has >> encountered something like that, or has an idea why this happens. > > Wild guess - try disabling superpages in the guests. It looks like your guess is perfectly correct :) The guest has been doing buildworlds for an hour and it works fine. Thanks! It's strange how this doesn't affect the Xeons...