From owner-freebsd-xen@FreeBSD.ORG Tue Apr 22 14:20:01 2014 Return-Path: Delivered-To: freebsd-xen@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80590326 for ; Tue, 22 Apr 2014 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 6B7381B61 for ; Tue, 22 Apr 2014 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MEK1Un075395 for ; Tue, 22 Apr 2014 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MEK1Vl075394; Tue, 22 Apr 2014 14:20:01 GMT (envelope-from gnats) Date: Tue, 22 Apr 2014 14:20:01 GMT Message-Id: <201404221420.s3MEK1Vl075394@freefall.freebsd.org> To: freebsd-xen@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: kern/186375: [xen] FreeBSD 10 is very unstable on Xen 4.1(XCP 1.6) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 14:20:01 -0000 The following reply was made to PR kern/186375; it has been noted by GNATS. From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= To: , Cc: Subject: Re: kern/186375: [xen] FreeBSD 10 is very unstable on Xen 4.1(XCP 1.6) Date: Tue, 22 Apr 2014 16:16:59 +0200 Hello, In the PR you mention that the VM crashes/panics, could you please provide the complete logs of the crash and the panics? Without those it is impossible to diagnose the problem, much less try to fix it. I usually do buildkernel/buildworld/tindebox from a NFS share inside of a FreeBSD VM running on Xen 4.4/4.5, and so far I haven't seen any of this issues. Roger.