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] Installing Xen 3.1.3 from source over an existing Xen hyperv

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Installing Xen 3.1.3 from source over an existing Xen hypervisor
From: Virajith Jalaparti <virajith.j@xxxxxxxxx>
Date: Thu, 14 Oct 2010 10:51:53 -0500
Delivery-date: Thu, 14 Oct 2010 08:53:32 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=31AySzX3qiStZzZ4JoNfAYv2lQHorhwGfftNpXn79gw=; b=OhKHj6tYMFiQ0q4FYBgU+i+xBS4ZByWHoAv5CtGCFMXkBFv9bxTw64JlXIfHMsHTzW op9F/V43PqVg9Lq6AaSq9xibAQ/uVSITIviwcQohpohRXfnxBsg1CJzQN6T/y1evel9E CqxgO4hWR0Iamkpnh1CD6rlasU3WWYNwdUSrQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=kZFLpVAsNsNo1s9H6ssKpAFaI1rtpLwFGDwpg48d5cVFxKlLqpkCheuLyervKGwFgO jKU+golWVJNE2Yqhm3pi/bfA5xT90eYh6GTOG1C5Zzx4Z9kepbhou5PtGcCUiv8LLPG5 p3pC4VvXBn/DSfI5oEM8DfgrBJtj/JNdveBb8=
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
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4
 Hi,

Initially, I had installed Xen 3.1 using "yum install" command in CentOS. However, now I am trying to re-install Xen 3.1.3 from source code (as I wanted to modify the code for some of my experiments). For this, I just did "make xen; make tools; make install-xen; make install-tools". I did not do a "make world" since I wanted to use the linux kernel which was installed during my earlier install of Xen (using yum install").

I have a couple of questions regarding this:
1. Is this sufficient to make a completely new install of Xen which works perfectly? 2. I believe the answer for (1) above is No. This is because, after I did that, I am not able to run "xm" or "xend".
When I try to run xm (in root mode) I get the following error:
"Traceback (most recent call last):
  File "/usr/sbin/xm", line 8, in ?
    from xen.xm import main
  File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 54, in ?
    from xen.xm import console
  File "usr/lib64/python2.4/site-packages/xen/xm/console.py", line 19, in ?
ImportError: /usr/lib64/python2.4/site-packages/xen/lowlevel/xs.so: undefined symbol: xs_set_target".

Does any one know why I get this error? (an error in build process may be?).

Further, when I just run "xend", I get the following error:
"Traceback (most recent call last):
  File "/usr/sbin/xen-python-path", line 38, in ?
    print os.path.join(xen.util.auxbin.libpath(), p)
AttributeError: 'module' object has no attribute 'libpath'"

Further a "ps aux" shows that xend is not running.

Can someone help me in fixing this problem? Is there a way to perform a fresh install of Xen 3.1.3 without having to downloading a new kernel?

Thanks in advance,
Virajith


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Installing Xen 3.1.3 from source over an existing Xen hypervisor, Virajith Jalaparti <=