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-users

[Xen-users] Unable to open a connection to the Xen hypervisor/daemon

To: xen-users-owner@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx, xen-users-request@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Unable to open a connection to the Xen hypervisor/daemon
From: "Eric Jansen" <janseneric@xxxxxxxxx>
Date: Wed, 19 Nov 2008 13:27:31 +0100
Delivery-date: Wed, 19 Nov 2008 04:29:45 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=G3SrtYP4/ebU1io2OsASXGWAcSPIZc+IjQrmhgAe5Jc=; b=mwXG4uPMXl/Bpl8PLDpUMae0ArneMJl0/0Qjlw2rlo8zTGGwa0SsmundhxnRe5lQAM 5oQMvfZJR9Nb5KITN6gB7HbQtCnpH2CSAAqpeXcTlXukNuR5fsjYdxeLyXjO3w4hDdvz 6CBp7Ow6vfhVe59BF9HI+xtP3cEIoOed2pNhU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tOdXwqpaWOvrzjxX+kpTmKh+E1dSeJfA07eF7ltCiR4vonxBOTEikTrPof+xjJxSHI FBEOZ/lymFiRb6CkPjVOwWFPcfhQO9yyZV//BYmty9shbQzTazSKMfA3ESo9zGe3wLo9 f/GSCHkh0SDcbM9X8w5uKmQOHC2E35SCyYlz8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
After done with installing the xen3.3.0 on CentOS 5.2 x86_32, I got problems with opening the connection to the Xen hypervisor/daemon.
I do not know how to fix it.
On installing xen 3.3.0, I did like following:
download xen-3.3.0.tar.gz
cd /usr/src
I copied all xen-3.3.0.tar.gz to here and extract it
cd xen-3.3.0
make world
make install
..... (succeded)
/sbin/depmod 2.6.18.8-xen
/sbin/mkinitrd /boot/initrd-2.6.18.8-xen.img 2.6.18.8-xen

change the grub:
title Xen-3.3 CentOS 5.2 x86_32  (2.6.18.8-xen) 
root (hd0,0)
kernel /boot/xen-3.3.gz
module /boot/vmlinuz-2.6.18.8-xen ro root=LABEL=/1 rhgb quiet
module /boot/initrd-2.6.18.8-xen.img
REBOOT and entried to the new kernel xen3.3.0 .... (succeded without kernel panic)
And when I opened virt-manager, it seems there's no connection to the host.
What should I do?

Thank before

--
Eric Jansen
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Unable to open a connection to the Xen hypervisor/daemon, Eric Jansen <=