From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: [PATCH] Fix closing of /var/log/xend.log fd Date: Thu, 1 Sep 2005 11:26:27 +0100 Message-ID: <3d8eece20509010326325323a7@mail.gmail.com> References: <1125547393.2569.90.camel@bree.local.net> Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1125547393.2569.90.camel@bree.local.net> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Katz Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Thanks! On 9/1/05, Jeremy Katz wrote: > The attached patch fixes the problem where /var/log/xend.log was getting > closed and then /var/log/xend-debug was getting all the spam about the > fd being closed in the logging stuff. >=20 > Basically what was happening is that the main thread wasn't sticking > around and during its exit, the atexit handlers of the python logging > stuff got called closing the log fd. >=20 > Patch makes it so that we instead wait on the real server threads to > exit before shutting things down. >=20 > Signed-off-by: Jeremy Katz >=20 > Jeremy >=20 >=20 > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >=20 >=20 >=20 >