From owner-freebsd-xen@freebsd.org Mon Oct 1 16:47:21 2018 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C75D10A3637 for ; Mon, 1 Oct 2018 16:47:21 +0000 (UTC) (envelope-from prvs=805c673d1=roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.ctxuk.citrix.com [185.25.65.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.citrix.com", Issuer "DigiCert SHA2 Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D74F481B93 for ; Mon, 1 Oct 2018 16:47:20 +0000 (UTC) (envelope-from prvs=805c673d1=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.54,328,1534809600"; d="scan'208";a="79852527" Date: Mon, 1 Oct 2018 18:45:59 +0200 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: R0me0 *** CC: Subject: Re: freebsd 11.2-p3 Xen - cant start Xen with dom0_max_vcpus= 2 or more Message-ID: <20181001164444.ns22hvxvjxsu7asg@mac> References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-ClientProxiedBy: AMSPEX02CAS02.citrite.net (10.69.22.113) To AMSPEX02CL02.citrite.net (10.69.22.126) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list 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: Mon, 01 Oct 2018 16:47:21 -0000 On Mon, Sep 24, 2018 at 01:52:20PM -0300, R0me0 *** wrote: > Hello guys, > > I have trying to deploy a production enviroment using FreeBSD > > If I try to boot Xen with more than 1 vcpu allocated to Dom0, the host > freezes. > > ( also tryied compiled from ports ) > > any direction will be appreciated. > > Thanks in Advance Can you paste the full boot log (from the serial console) when booting with more than one vCPU? Thanks, Roger.