[XEM DOM0] xl command not working
#1
Sat, 2014-10-04 17:24
maxrb
-
- Offline
- 3 years 5 months ago
- 2014-10-04
I am new on alpine linux, and I am encountering an issue while using xl command.
Indeed, I followed the DMO0 wiki and I am trying to configure a DOMU system. I think I missed something because xl command return an error :
# xl create -c vm/debian.cfg xc: error: Could not obtain handle on privileged command interface (2 = No such file or directory): Internal error libxl: error: libxl.c:98:libxl_ctx_alloc: cannot open libxc handle: No such file or directory cannot init xl context
Do you have an idea where the problem came from ?
Thank you
Maxime
have you checked that xend and xenstored are running ? (process names from my memory, but you should definitely have "xen" processes running as deamons)
what version of alpine, xen ?
Thank you for reply.
xend and xenrestored are not running (no other xen* daemon running).
Versions :
xen-4.3.3-r0
alpine-3.0.4-x86_64
From xen website I thought xend was depracated. In fact I have this error when I try to start it manually :
Can you post the debian.cfg file? i'll see if I can replicate the problem.
What is the output of
xl info
xl -vvv create vm/debian.cfg -c
If this is a fresh install you can move to edge which has xen 4.4x
I always get the same issue running command xl :
I think my xen installation isn't complete, so I am looking for what is missing...
Here is my /vm/debian.cfg :
Here is my modules list :
# cat /etc/modules af_packet xen_netback xen_blkback tun xen_privcmd xen_pciback xen_wdt
rc-update
gives me :And here is my extlinux conf file :
Do you notice anything missing ?