WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

RE: [Xen-ia64-devel] Does anybody have successful experience ofxen-3.0.0

To: "You, Yongkang" <yongkang.you@xxxxxxxxx>, <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-ia64-devel] Does anybody have successful experience ofxen-3.0.0?
From: "Magenheimer, Dan (HP Labs Fort Collins)" <dan.magenheimer@xxxxxx>
Date: Tue, 6 Dec 2005 20:08:18 -0800
Delivery-date: Wed, 07 Dec 2005 04:08:37 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcX63lX5md54DTBiTS2xfviVvM/RHgABCSig
Thread-topic: [Xen-ia64-devel] Does anybody have successful experience ofxen-3.0.0?
> From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf 
> Of You, Yongkang
> Sent: Tuesday, December 06, 2005 8:29 PM
> To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-ia64-devel] Does anybody have successful 
> experience ofxen-3.0.0?
> 
> Hi all,
> 
> I just try xen-3.0.0 with Fred's xen_Tiger_config file to make xen0.
> After making, xen and xen0 can boot ok.
> 
> But when I tried xend start, it failed and reported:
> Exception starting xend: (111, 'Connection refused')

I think I have seen this when there is a tools mismatch with
Xen or dom0 or domU.  Try a fresh build/install.  I use:

hg clone xen-unstable.hg test-unstable.hg
cd test-unstable.hg
patch -p1 <.... # apply any patches you want to test
cp ...  # overwrite defconfig files if you want
make world
cp xen/xen /tftpboot/sparrow/xen
cp linux-2.6.12-xen0/vmlinux /tftpboot/sparrow/xenlinux
cp linux-2.6.12-xenU/vmlinux /tmp/xenlinux
sudo make uninstall
sudo make install-tools
sudo cp ~/xmdefconfig /etc/xen/xmdefconfig
sudo reboot; exit
(after reboot, as root)
# lomount ...
# xend start
# xm create

Of course you will need to change all the destination
directories so that your elilo.conf and xmdefconfig files
can find them.  Also this is for RHEL3.  There are more
steps for RHEL4 because of the initrd.

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

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