xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xend: prompt user start xencommons
@ 2010-06-22  2:02 Yu Zhiguo
  2010-06-22 15:02 ` Ian Jackson
  0 siblings, 1 reply; 3+ messages in thread
From: Yu Zhiguo @ 2010-06-22  2:02 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

prompt user start xencommons first if it is not running.

Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com>

diff -r be32d4fe1e8a -r 139ec4ec4067 tools/hotplug/Linux/init.d/xend
--- a/tools/hotplug/Linux/init.d/xend	Tue Jun 22 17:39:37 2010 +0800
+++ b/tools/hotplug/Linux/init.d/xend	Tue Jun 22 18:04:59 2010 +0800
@@ -37,6 +37,11 @@
 
 case "$1" in
   start)
+	service xencommons status >/dev/null 2>&1
+	if [ $? -ne 0 ]; then
+		echo "xencommons should be started first."
+		exit 1
+	fi
 	mkdir -p /var/lock/subsys
 	touch /var/lock/subsys/xend
 	xend start

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

end of thread, other threads:[~2010-06-23  1:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22  2:02 [PATCH] xend: prompt user start xencommons Yu Zhiguo
2010-06-22 15:02 ` Ian Jackson
2010-06-23  1:09   ` Yu Zhiguo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).