From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larry Ing Subject: xl is unable to find xenstored.pid Date: Wed, 03 Aug 2011 20:22:03 -0700 Message-ID: <1312428124.3585.11.camel@Astonmartin> Reply-To: larry@lwi3.net Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org I just downloaded Xen-4.1.1 from xen.org, compiled it, and installed it. I then compiled kernel 3.0.0 and added the hypervisor and dom0 kernel in a grub 2 entry. After booting, I executed "xl list," to confirm the hypervisor was running. I was greeted with this message: libxl: error: libxl.c:56:libxl_ctx_init Is xenstore daemon running? failed to stat /var/run/xenstored.pid: No such file or directory cannot init xl context I poked around and found there is a folder within /var/run called "xenstored" and I found there was no service called xenstored in /etc/init.d. There are the services I found in init.d: xencommons xend xendomains xen-watchdog After extracting the xen source here are the commands I used to compile: make xen make tools make stubdom make install-xen make install-tools make install-stubdom