From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: xl with xenstore stubdom Date: Mon, 22 Apr 2013 13:09:53 +0100 Message-ID: <51752891.7030706@citrix.com> References: <20130422120541.E85956F446@smtp.hushmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130422120541.E85956F446@smtp.hushmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "steve_1991@hushmail.com" Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 22/04/13 13:05, steve_1991@hushmail.com wrote: > Hi, > > I am running xenstore stubdom on my system. When I try to use xl, it gives me error that xenstore daemon is not running and couldn't stat /var/run/xenstored.pid. I want to ask does xl work with xenstore stubdom and if not then which toolstack to use for VM management? > > S xl unconditionally looks for /var/run/xenstored.pid, even when it doesn't need it. Simply touching the file is enough to fool xl into working correctly for actions not requiring xenstored, but I have no idea how well xl would cope with xenstored in a different domain. ~Andrew