Re: [Freeipa-devel] [PATCH] jderose 019 remove some cruft

2009-10-15 Thread Jason Gerard DeRose
On Wed, 2009-10-14 at 17:21 -0400, Rob Crittenden wrote: Jason Gerard DeRose wrote: On Tue, 2009-10-13 at 22:45 -0600, Jason Gerard DeRose wrote: This removes the util.add_global_options() function and the frontend.Application class, neither of which are now needed. And *this* actually

Re: [Freeipa-devel] [PATCH] 296 work with newer schema layout of 389-DS

2009-10-15 Thread Simo Sorce
On Wed, 2009-10-14 at 11:53 -0400, Rob Crittenden wrote: The HEAD branch of upstream of 389-DS has lots new schema stuff. We have to work around some incompatibilities with the DNS schema in 05rfc2247.ldif but this isn't required in the HEAD, so don't fail if we can't replace this file. It

Re: [Freeipa-devel] [PATCH] 294 sleep before doing a task

2009-10-15 Thread Pavel Zuna
Rob Crittenden wrote: One of the last steps of an install is to run through any updates. This change adds a sleep() prior to calling tasks to ensure postop writes are done We were seeing a rare deadlock of DS when creating the memberOf task because one thread was adding memberOf in a postop

Re: [Freeipa-devel] [PATCH] 294 sleep before doing a task

2009-10-15 Thread Simo Sorce
On Thu, 2009-10-15 at 15:28 +0200, Pavel Zuna wrote: Rob Crittenden wrote: One of the last steps of an install is to run through any updates. This change adds a sleep() prior to calling tasks to ensure postop writes are done We were seeing a rare deadlock of DS when creating the

Re: [Freeipa-devel] [PATCH] 294 sleep before doing a task

2009-10-15 Thread Nathan Kinder
On 10/15/2009 06:40 AM, Simo Sorce wrote: On Thu, 2009-10-15 at 15:28 +0200, Pavel Zuna wrote: Rob Crittenden wrote: One of the last steps of an install is to run through any updates. This change adds a sleep() prior to calling tasks to ensure postop writes are done We were seeing a

Re: [Freeipa-devel] [PATCH] 294 sleep before doing a task

2009-10-15 Thread Simo Sorce
On Thu, 2009-10-15 at 08:15 -0700, Nathan Kinder wrote: On 10/15/2009 06:40 AM, Simo Sorce wrote: On Thu, 2009-10-15 at 15:28 +0200, Pavel Zuna wrote: Rob Crittenden wrote: One of the last steps of an install is to run through any updates. This change adds a sleep() prior to

[Freeipa-devel] [PATCH] jderose 021 Fixed try/except/finally for Python 2.4 compatability

2009-10-15 Thread Jason Gerard DeRose
This should fix the build failure in the daily build. From 5fad455ff41c7ab8acb8b41ea1c9c752830ce1ea Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose jder...@redhat.com Date: Thu, 15 Oct 2009 15:00:57 -0600 Subject: [PATCH] Fixed try/except/finally for Python 2.4 compatability ---