Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

Re: [Xen-users] Xen and Dapper

To: William Hanwoody <hanwoody@xxxxxxxxx>
Subject: Re: [Xen-users] Xen and Dapper
From: John Lenz <jlenz2@xxxxxxxxxxxxx>
Date: Thu, 14 Sep 2006 13:12:31 -0500
Cc: Sean@xxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 14 Sep 2006 11:13:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200609141747.05693.hanwoody@xxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <63675.193.134.170.35.1158224604.squirrel@xxxxxxxxxxxxxxxxx> <200609141747.05693.hanwoody@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.5 (X11/20060728)
On 09/14/06 12:47, William Hanwoody wrote:
> 在 Thursday 14 September 2006 09:03,John Cassidy 写道:
>> Hello all,
>>
>> I have downloaded the XEN (3.0.2) binaries, done the install and created
>> the XEN kernel.
>>
>> I used this Howto: http://www.planetjoel.com/viewarticl... Dapper+Drake
>>
>> After the usual problems with /dev/loop, /var/run/xenstored and
>> /var/run/xend. Domain 0 starts and all seems well.
>>
>> VMT is enabled, I am running with an Intel D 930.
>>
>> As soon as I try to start a DomU (WINXP): xm create winxp
>>
>> everything freezes, no error messages, this needs a reboot.
>>
>> Before I send log excerpts, would anyone have had the same experience??
>>
> I met this problem too.
> try using testing version
> $hg clone  http://xenbits.xensource.com/xen-3.0-testing.hg


I've seen this problem too.  I would also suggest using testing, and you
MUST make sure enough memory is available for the guest to use.  Many
times I would forget to run a xm mem-set command to reduce dom0's
memory, and the system would restart or freeze.

I use the following script to prepare Xen for use...

#!/bin/sh
mkdir /var/run/xend
mkdir /var/run/xenstored
/etc/init.d/xend restart
xm mem-set 0 1G
modprobe loop

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>