From owner-freebsd-xen@FreeBSD.ORG Wed Jan 12 13:27:29 2011 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 7C7A01065673; Wed, 12 Jan 2011 13:27:29 +0000 (UTC) (envelope-from got.andras@deployis.eu) Received: from mail.deployis.eu (mail.deployis.eu [217.20.135.253]) by mx1.freebsd.org (Postfix) with ESMTP id 3541D8FC0A; Wed, 12 Jan 2011 13:27:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=deployis.eu; s=default; h=Subject:To:From:Date; bh=U26u2z0fRmjxYyOuNvNTT6iS/FGgV87lqn10L4xFN7g=; b=JkJB4qZOJgTQxWzkoMBwQedm9KbMFI0rwFYuXQJOS1GvsvdZ3+jKJdoS0wjTOz1CubF8mIxERjbGnkj4Eexw4+K5rWMjpMEkMMQ3NxXXgq4pe1urk0+mHeCCQu5H1qQ7; Received: from [80.95.75.131] (port=54147 helo=[192.168.2.194]) by mail.deployis.eu with esmtpsa (Exim 4.71 #1 (Debian)) id 1Pd0jY-0008PE-03 from ; Wed, 12 Jan 2011 14:27:28 +0100 Message-ID: <4D2DAC3F.4040409@deployis.eu> Date: Wed, 12 Jan 2011 14:27:27 +0100 From: =?ISO-8859-1?Q?G=F3t_Andr=E1s?= User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: Sergey G Nasonov References: <201101121601.58282.snasonov@bcc.ru> In-Reply-To: <201101121601.58282.snasonov@bcc.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DKIM-Status: None (from 80.95.75.131) X-Mail-Status-postahivatal: trustedmail (from 80.95.75.131) Cc: freebsd-xen@freebsd.org Subject: Re: does anyone have Xen running on an AMD system? 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: Wed, 12 Jan 2011 13:27:29 -0000 Good point. I'll make tests with 768MB and 512MB on AMD and Xeon systems also. Sergey G Nasonov wrote: > I am sorry for intrusion. I have the same problem (pmap_init) running FreeBSD 8.2 r217259 i386 PV mode on Citrix XenServer 5.6. The server is IBM x3650 with intel Xeon 5405 > > cpu_count : 4 > vendor: GenuineIntel > speed: 1995.001 > modelname: Intel(R) Xeon(R) CPU E5405 @ 2.00GHz > family: 6 > model: 23 > stepping: 6 > flags: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat clflush acpi mmx fxsr sse sse2 ss ht constant_tsc pni vmx ssse3 sse4_1 > features: 000ce33d-bfebfbff-00000001-20000800 > features_after_reboot: 000ce33d-bfebfbff-00000001-20000800 > physical_features: 000ce33d-bfebfbff-00000001-20000800 > maskable: base > > WARNING: loader(8) metadata is missing! > GDB: no debug ports present > KDB: debugger backends: ddb > KDB: current backend: ddb > Copyright (c) 1992-2011 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 8.2-PRERELEASE #4: Wed Jan 12 13:30:44 MSK 2011 > root@fbsd8x32.bcc.:/usr/obj/usr/src/sys/XEN i386 > WARNING: WITNESS option enabled, expect reduced performance. > panic: pmap_init: page table page is out of range > cpuid = 0 > KDB: enter: panic > [thread pid 0 tid 0 ] > Stopped at 0xc010ab0a: movl $0,0xc03e6f74 > db> > db> > db> > > > FreeBSD VM has 1GB memory. And this problem does not appear when I reduce amount of RAM to 512 MB. > Unfortunately, currently I dont have any servers with AMD Opteron CPU to test. >