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

Re: [Xen-users] Xen Ubuntu 10.04

To: Marcela Castro León <mcastrol@xxxxxxxxx>
Subject: Re: [Xen-users] Xen Ubuntu 10.04
From: Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Date: Tue, 26 Oct 2010 18:11:22 -0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 26 Oct 2010 13:14:04 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=iUbzKrRvovPdFdnRE3j7++G6QzuP0MqY35goB2wXNnY=; b=XyeTFO+rDklLWEGw8atl7oZyL3pUDe3HQWdpy/xaZbEZM8+txUuTaQi72MQ6PqwPOJ BDakoV7stFOqOi0PmWChEFIPdeqRp3LZor0TKJssL5+VJSq3PS9RTbMPRdkybnsMZl9f qWlAmna0VNlOG6nfFCOIuAj9aDfebbzXTMtkk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=nSwOR7evfUa7So5OhacJq0hGSIXnWA5ohuzFDJtbbzzCs77AKQYXwPTWdP+TDf/O+F l8FXaJZsarttPsQEt7Ev2M+5+J9lbRufkI4BIlVmRNkTsx7vRN6CploaOhqCmHIlPBT5 7Yao2z3HnEesJwxj7fWBf3vQmhFU11RIDt+AU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTi=5wveHOUh+FvwAJDCqEMxS-ZsB0iauSpXBXAdQ@xxxxxxxxxxxxxx>
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>
References: <AANLkTi=5wveHOUh+FvwAJDCqEMxS-ZsB0iauSpXBXAdQ@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Marcela,

 The Ubuntu (versions 9.04 <-> 10.10) does not have the Linux with the dom0 support, which is necessary to run Xen, only the Hypervisor is there...
 You should try the Debian Lenny or even the Xen Live CD v2.0 to test and deploy your Xen environment...

 BTW, you can try my procedure to compile the Xen 4.0.1 on top of Ubuntu 10.04 Desktop 64 bits.

 http://www.gossamer-threads.com/lists/xen/users/185290

 And, if you want, you can try the open source version of the XenServer, the Xen Cloud Platform: http://www.xen.org/products/cloud_source.html

Regards,
Thiago

2010/10/26 Marcela Castro León <mcastrol@xxxxxxxxx>
Hello
I've just installed ubuntu 10.04, My machine has 2 processor intel core duo E8400 3GHz. I've checked grep vmx /proc/cpuinfo it's ok.

The installed packages are:
  libxen3                      
  libxen3-dev  
  python-xen-3.3   
  ubuntu-xen-server           
  xen-docs-3.3
  xen-hypervisor-3.3    
  xen-tools                                            
  xen-utils-3.3               

But I get this error when I tried to start xend

marcela@aoniken:/etc/init.d$ sudo xend start
ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory)
Traceback (most recent call last):
  File "/usr/sbin/xend", line 44, in <module>
    from xen.xend.server import SrvDaemon
  File "/usr/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py", line 26, in <module>
    import relocate
  File "/usr/lib/python2.6/dist-packages/xen/xend/server/relocate.py", line 28, in <module>
    from xen.xend import XendDomain
  File "/usr/lib/python2.6/dist-packages/xen/xend/XendDomain.py", line 35, in <module>
    from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
  File "/usr/lib/python2.6/dist-packages/xen/xend/XendCheckpoint.py", line 20, in <module>
    from xen.xend import balloon, sxp, image
  File "/usr/lib/python2.6/dist-packages/xen/xend/image.py", line 44, in <module>
    xc = xen.lowlevel.xc.xc()
xen.lowlevel.xc.Error: (1, 'Internal error', 'Could not obtain handle on privileged command interface (2 = No such file or directory)')
marcela@aoniken:/etc/init.d$

I'd appreciate any help.
Thank you.


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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>