From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nivedita Singhvi Subject: Re: [PATCH 3/3] Make xend start launch XenStore Date: Thu, 04 Aug 2005 20:01:46 -0700 Message-ID: <42F2D69A.1060701@comcast.net> References: <42F23CD3.8090907@us.ibm.com> <1123206486.10802.45.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1123206486.10802.45.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Rusty Russell Cc: xen-devel List-Id: xen-devel@lists.xenproject.org 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