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] Xen Ubuntu 10.04

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen Ubuntu 10.04
From: Marcela Castro León <mcastrol@xxxxxxxxx>
Date: Tue, 26 Oct 2010 15:41:50 +0200
Delivery-date: Tue, 26 Oct 2010 06:43:12 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=TE/utW5n8TmeOWRHxBQGD1KdYRCFufi7LcIZQ47Y964=; b=gO4uB4me2fAE4NwkXMXig/rBtGcqcV7V1231jE2jgl2YPeQilNs8zBNUoIGJSjEyCc HEOnJevSb8A5o1nofNhM7neQtUHP4ulxEcRrL1tMrzDw2Um+MVH9ff1taxCvs/vnrUiP OPsW1Mj8+T9XGE6YKkK1B8cecFCdjHu9m+2gM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=op96CgNIgpONqplUCORDhi4H23p0juAyV+wQ+VDDWnkkONayOmr/Yl+6V2+GTpw12P AuHUDnS4qAdQKuOJ3VKH94mRcC9aMMKLbtAXUJkpb3BGmtprs8D4qyPmhTEr5SectrOd i1QJdmfvhQNvzHi76LVVnlHVghL6+4h4GIJ1M=
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
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
<Prev in Thread] Current Thread [Next in Thread>