Anthony Liguori
2005-Aug-04 16:05 UTC
[Xen-devel] [PATCH 3/3] Make xend start launch XenStore
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. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Regards, Anthony Liguori _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Rusty Russell
2005-Aug-05 01:48 UTC
Re: [Xen-devel] [PATCH 3/3] Make xend start launch XenStore
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=... Rusty. -- A bad analogy is like a leaky screwdriver -- Richard Braakman _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Nivedita Singhvi
2005-Aug-05 03:01 UTC
Re: [Xen-devel] [PATCH 3/3] Make xend start launch XenStore
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel