From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wright Subject: Re: bug in init.d/xenstored Date: Tue, 21 Jun 2011 16:01:12 -0700 Message-ID: <4E0122B8.80101@mailinator.com> References: <4DFD0AD5.1040404@mailinator.com> <19968.43287.693624.623414@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <19968.43287.693624.623414@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 06/21/2011 07:22 AM, Ian Jackson wrote: > Mike Wright writes ("[Xen-devel] bug in init.d/xenstored"): >> After a "service xencommons start" I tried a "xl list" and received the >> following error. >> >> libxl: error: libxl.c:56: libxl_ctx_init Is xenstored running? >> failed to stat /var/run/xenstored.pid: No such file or directory >> cannot init xl context >> >> I edited init.d/xenstored:36 and changed > > What version of xen is this in ? In xen-unstable, init.d/xenstored > already talks about xenstored.pid, since 22821:5ce41defa1fa. > It looks like there were files left over from 4.0.x intermixed with newer ones. I don't understand how the older xl wasn't replaced by the newer one. I gutted the system of everything xen and did a xen-4.1.1/install.sh and all the inconsistencies disappeared. Sorry for the noise, Mike Wright