From owner-freebsd-virtualization@FreeBSD.ORG Sun Feb 22 07:06:03 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F479C3C for ; Sun, 22 Feb 2015 07:06:03 +0000 (UTC) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A946789 for ; Sun, 22 Feb 2015 07:06:02 +0000 (UTC) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 149BF28110C for ; Sun, 22 Feb 2015 17:05:54 +1000 (EST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au X-Virus-Scanned: amavisd-new at iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zrB_jD32-OZs for ; Sun, 22 Feb 2015 17:05:53 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-76-126-65-88.hsd1.ca.comcast.net [76.126.65.88]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id E8944280AC4; Sun, 22 Feb 2015 17:05:51 +1000 (EST) Message-ID: <54E97FCD.1080608@freebsd.org> Date: Sat, 21 Feb 2015 23:05:49 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Shawn Webb Subject: Re: Kernel Panic on Xen HVM Guest References: <3097385.Fj7qiCLWdZ@shawnwebb-laptop> In-Reply-To: <3097385.Fj7qiCLWdZ@shawnwebb-laptop> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2015 07:06:03 -0000 > I'm experiencing a kernel panic at boot time on my RootBSD VPS on FreeBSD- > CURRENT. > > Since I'm limited to VNC, I've uploaded a screenshot of the crash here: > http://imgur.com/yWtvJDc To clarify, this isn't x2apic-related but rather to some fallout from a networking commit: https://svnweb.freebsd.org/changeset/base/278977 ... also discussed on -current. later, Peter.