From owner-freebsd-xen@FreeBSD.ORG Mon Oct 25 10:34:48 2010 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 348AB1065672 for ; Mon, 25 Oct 2010 10:34:48 +0000 (UTC) (envelope-from ykohut@onapp.com) Received: from edgelb.ocscloud.net (edge01.ocscloud.net [91.210.68.35]) by mx1.freebsd.org (Postfix) with ESMTP id B97728FC17 for ; Mon, 25 Oct 2010 10:34:47 +0000 (UTC) Received: from W01EXHUB01.hosting.tg.local (10.101.22.23) by W01EXEDGE01.hosting.tg.local (91.210.68.35) with Microsoft SMTP Server (TLS) id 8.1.311.2; Mon, 25 Oct 2010 11:34:46 +0100 Received: from [192.168.128.133] (194.44.160.178) by smtpauth.thinkgrid.net (10.101.22.25) with Microsoft SMTP Server (TLS) id 8.1.311.2; Mon, 25 Oct 2010 11:34:46 +0100 From: Yuriy Kohut Date: Mon, 25 Oct 2010 13:34:44 +0300 Message-ID: <3110327A-A124-4D53-905A-B37FB61557C0@onapp.com> To: "freebsd-xen@FreeBSD.org" MIME-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 8.1-RELEASE-p1 DomU vcpus >= 2 issue X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Oct 2010 10:34:48 -0000 Hello, I faced with the following issue while configuring my =16FreeBSD = 8.1-RELEASE-p1 DomU with =16vcpus >=3D 2. Here kernel and init messages = while DomU is booting: ---- SMP: Added CPU 0 (BSP) SMP: Added CPU 1 (AP) gdtpfn=3D85f45 pdptpfn=3D13537 INTR: Adding local APIC 1 as a target FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ULE: setup cpu 0 ULE: setup cpu 1 [XEN] IPI cpu=3D0 irq=3D128 vector=3DRESCHEDULE_VECTOR (0) [XEN] IPI cpu=3D0 irq=3D129 vector=3DCALL_FUNCTION_VECTOR (1) [XEN] IPI cpu=3D1 irq=3D130 vector=3DRESCHEDULE_VECTOR (0) [XEN] IPI cpu=3D1 irq=3D131 vector=3DCALL_FUNCTION_VECTOR (1) ... start_init: trying /sbin/init pid 22 (sysctl), uid 0: exited on signal 11 Segmentation fault pid 24 (ps), uid 0: exited on signal 11 Segmentation fault pid 26 (rcorder), uid 0: exited on signal 11 Segmentation fault pid 27 (grep), uid 0: exited on signal 11 Segmentation fault pid 28 (rcorder), uid 0: exited on signal 11 Segmentation fault pid 29 (date), uid 0: exited on signal 11 Segmentation fault FreeBSD/i386 (Amnesiac) (xc0) login: root pid 30 (login), uid 0: exited on signal 11 pid 31 (getty), uid 0: exited on signal 11 pid 32 (getty), uid 0: exited on signal 11 pid 33 (getty), uid 0: exited on signal 11 pid 34 (getty), uid 0: exited on signal 11 ---- Everything is ok while vcpus =3D "1" is set into DomU config file. DomU details FreeBSD 8.1-RELEASE-p1 #11 kernel config: /usr/src/sys/XEN i386 xen config: ---- kernel =3D "/var/lib/xen/images/kernel.tWcH4oyDer8p" memory =3D "1024" name =3D "tWcH4oyDer8p" vcpus =3D "2" vid =3D "10" vif =3D [ 'mac=3D00:16:3e:68:dd:33, bridge=3Dxenbr0, ip=3D0.0.0.0, = vifname=3DtWcH4oyDer8p, rate=3D0Mb/s' ] disk =3D [ 'phy:/dev/iscsi_0_10,sda,w', 'phy:/dev/iscsi_0_130,sdb,w' ] extra =3D "boot_verbose=3D1" extra +=3D ",vfs.root.mountfrom=3Dufs:/dev/da0" extra +=3D ",kern.hz=3D100" ---- Dom0 details CentOS release 5.4 (Final) Linux vl-radar-box1.slc.westdc.net 2.6.18-164.6.1.el5xen #1 SMP Tue Nov = 3 16:48:13 EST 2009 x86_64 x86_64 x86_64 GNU/Linux xen-3.0.3-94.el5_4.2 Please assist Thank you --- Yura