Is your grub config updated to use xen?
I don't think the Ubuntu xen packages/grub do the "right thing" for
adding xen to grub.cfg.
You could use the attached script in /etc/grub.d and run update-grub
to fix this.
-Bruce
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
>
10_linux
Description: Binary data
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|