From: Nivedita Singhvi <nsnix@comcast.net>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH 3/3] Make xend start launch XenStore
Date: Thu, 04 Aug 2005 20:01:46 -0700 [thread overview]
Message-ID: <42F2D69A.1060701@comcast.net> (raw)
In-Reply-To: <1123206486.10802.45.camel@localhost.localdomain>
Rusty Russell wrote:
> On Thu, 2005-08-04 at 11:05 -0500, Anthony Liguori wrote:
>
>>The following patch makes tools/misc/xend start up the XenStore. It
>>would be nicer to use init.d scripts to do this sort of stuff but this
>>works for now.
>
>
> Perhaps a xend debugging switch we can turn on now and turn off closer
> to release?
>
> It'd be nice to have xenstored run with --trace-file=...
I think this is a good idea.
And I'd even recommend turning xen debug on by default for the next
month or so (I seriously doubt anyone is running current xen-unstable
in a production environment - ??).
Here are the current defaults, as seen in xen/Rules.mk:
verbose ?= n
debug ?= n
perfc ?= n
perfc_arrays?= n
trace ?= n
optimize ?= y
domu_debug ?= n
crash_debug ?= n
Would anyone else agree to:
verbose ?= n
debug ?= y
perfc ?= n
perfc_arrays?= n
trace ?= y
optimize ?= y
domu_debug ?= y
crash_debug ?= y
thanks,
Nivedita
prev parent reply other threads:[~2005-08-05 3:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-04 16:05 [PATCH 3/3] Make xend start launch XenStore Anthony Liguori
2005-08-05 1:48 ` Rusty Russell
2005-08-05 3:01 ` Nivedita Singhvi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42F2D69A.1060701@comcast.net \
--to=nsnix@comcast.net \
--cc=rusty@rustcorp.com.au \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.