* [PATCH] xencommons: xenconsoled tracing
@ 2010-07-09 15:39 Ian Campbell
0 siblings, 0 replies; only message in thread
From: Ian Campbell @ 2010-07-09 15:39 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Campbell
cut and paste error lead to using the xenstored command line syntax
for xenconsoled.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
diff -r 9d965ac1b0db -r c2d34e892cd9 tools/hotplug/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons Mon Jul 05 08:40:26 2010 +0100
+++ b/tools/hotplug/Linux/init.d/xencommons Fri Jul 09 16:39:03 2010 +0100
@@ -46,7 +46,7 @@
xenstore-write "/local/domain/0/name" "Domain-0"
fi
- test -z "$XENCONSOLED_TRACE" || XENCONSOLED_ARGS=" -T /var/log/xen/xenstored-trace.log"
+ test -z "$XENCONSOLED_TRACE" || XENCONSOLED_ARGS=" --log=$XENCONSOLED_TRACE"
xenconsoled --pid-file=$XENCONSOLED_PIDFILE $XENCONSOLED_ARGS
test -z "$XENBACKENDD_DEBUG" || XENBACKENDD_ARGS="-d"
test "`uname`" != "NetBSD" || xenbackendd $XENBACKENDD_ARGS
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-09 15:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-09 15:39 [PATCH] xencommons: xenconsoled tracing Ian Campbell
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).