From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wright Subject: bug in init.d/xenstored Date: Sat, 18 Jun 2011 13:30:13 -0700 Message-ID: <4DFD0AD5.1040404@mailinator.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Hi all, 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 XENSTORED_PID="/var/run/xenstore.pid" to XENSTORED_PID="/var/run/xenstored.pid" and retried the command. "xl list" now works.