From owner-freebsd-virtualization@FreeBSD.ORG Fri May 14 11:14:07 2010 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91936106567A for ; Fri, 14 May 2010 11:14:07 +0000 (UTC) (envelope-from admin@masterito.spb.ru) Received: from webmail.majordomo.ru (webmail.majordomo.ru [78.108.81.8]) by mx1.freebsd.org (Postfix) with ESMTP id 526BF8FC0A for ; Fri, 14 May 2010 11:14:07 +0000 (UTC) Received: from [85.114.9.98] (helo=[192.168.0.140]) by webmail.majordomo.ru with esmtpa (Exim 4.71 (FreeBSD)) (envelope-from ) id 1OCsZu-000Dgn-HC for freebsd-virtualization@freebsd.org; Fri, 14 May 2010 14:57:14 +0400 From: masterito To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset="UTF-8" Date: Fri, 14 May 2010 14:54:32 +0400 Message-Id: <1273834472.12145.9.camel@opensolaris> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Subject: kernel panic with several CPU X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: admin@masterito.spb.ru List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2010 11:14:07 -0000 Hello. I have xen 3.3.3 on CentOS 5.4 I install PV FreeBSD on DomU for this HOW TO: http://forums.freebsd.org/showthread.php?t=10268 When I create machine with 1 CPU (vcpus=1) - all work fine, bun when I create machine with 4 CPU (vcpus=4) I see kernel panic on console: APIC: Using the MPTable enumerator. SMP: Added CPU 0 (BSP) SMP: Added CPU 1 (AP) SMP: Added CPU 2 (AP) SMP: Added CPU 3 (AP) gdtpfn=3df8cb pdptpfn=f63f4 panic: HYPERVISOR_vcpu_op(VCPUOP_initialise, cpu, &ctxt): /usr/src/sys/i386/xen/mp_machdep.c:929 cpuid = 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x3a: movl $0,kdb_why db> Can somebody help me with resolv this problem? ---- Vasilyev Igor