All of lore.kernel.org
 help / color / mirror / Atom feed
* bug in init.d/xenstored
@ 2011-06-18 20:30 Mike Wright
  2011-06-18 20:42 ` Mike Wright
  2011-06-21 14:22 ` Ian Jackson
  0 siblings, 2 replies; 5+ messages in thread
From: Mike Wright @ 2011-06-18 20:30 UTC (permalink / raw)
  To: xen-devel

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-21 23:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-18 20:30 bug in init.d/xenstored Mike Wright
2011-06-18 20:42 ` Mike Wright
2011-06-21 15:22   ` Ian Jackson
2011-06-21 14:22 ` Ian Jackson
2011-06-21 23:01   ` Mike Wright

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.