Bug#255276: slapd/slapcat hang in endless loops

2005-05-27 Thread Torsten Landschoff
On Fri, May 27, 2005 at 09:10:50AM +0800, Eugene Konev wrote: +# Find out slapd db directories +SLAPD_DBDIRS=`sed -ne 's/^directory[[:space:]]\+*\([^]\+\).*/\1/p' \ +$SLAPD_CONF ` + TL I'd rather gather this list at the time when it is needed. Apart from

Bug#255276: slapd/slapcat hang in endless loops

2005-05-26 Thread Torsten Landschoff
Hi Steve, On Wed, May 25, 2005 at 05:02:42PM -0700, Steve Langasek wrote: The attached patch adds calling db4.2_recover to slapd.init on every slapd startup. Are there any objections to applying this patch for sarge? I'll apply it with some adaptions. Most prominently it should check for

Bug#255276: slapd/slapcat hang in endless loops

2005-05-26 Thread Torsten Landschoff
Hi Eugene, On Wed, May 25, 2005 at 11:26:03PM +0800, Eugene Konev wrote: The attached patch adds calling db4.2_recover to slapd.init on every slapd startup. Thanks again for the patch. I am currently working to apply your changes. A few remarks while I am working on it: diff -Nru

Bug#255276: slapd/slapcat hang in endless loops

2005-05-26 Thread Eugene Konev
Hello Torsten. On Thu, 26 May 2005 16:53:17 +0200 you wrote: +# Find out slapd db directories +SLAPD_DBDIRS=`sed -ne 's/^directory[[:space:]]\+*\([^]\+\).*/\1/p' \ +$SLAPD_CONF ` + TL I'd rather gather this list at the time when it is needed. Apart from TL

Bug#255276: slapd/slapcat hang in endless loops

2005-05-25 Thread Eugene Konev
Hello Torsten. On Mon, 23 May 2005 17:11:44 +0200 you wrote: TL Looks like we should do that after bazillions of people requested it. TL Any suggestions how to implement this correctly? The attached patch adds calling db4.2_recover to slapd.init on every slapd startup. diff -Nru

Bug#255276: slapd/slapcat hang in endless loops

2005-05-25 Thread Steve Langasek
On Wed, May 25, 2005 at 11:26:03PM +0800, Eugene Konev wrote: On Mon, 23 May 2005 17:11:44 +0200 you wrote: TL Looks like we should do that after bazillions of people requested it. TL Any suggestions how to implement this correctly? The attached patch adds calling db4.2_recover to

Bug#255276: slapd/slapcat hang in endless loops

2005-05-23 Thread Torsten Landschoff
On Mon, May 23, 2005 at 01:40:11AM +0800, Eugene Konev wrote: After experimenting with different kinds of slapd database corrution on 2.2.23 I've found out that this behavior is hapenning then db environment files (/var/lib/ldap/__db.00[1-5]) are missing or severely corrupted. ltracing slapd

Bug#255276: slapd/slapcat hang in endless loops

2005-05-22 Thread Eugene Konev
After experimenting with different kinds of slapd database corrution on 2.2.23 I've found out that this behavior is hapenning then db environment files (/var/lib/ldap/__db.00[1-5]) are missing or severely corrupted. ltracing slapd shows that it stucks in dbenv_open, so it's problem in berkeley

Bug#255276: slapd/slapcat hang in endless loops

2005-04-24 Thread Christian Hammers
Hello A month is too long for a RC bug so I dare to ask if there's progress with this one :) The bug was marked unreproducible and the last comment from the submitter was you can close this bug and any others like it, so maybe downgrade it a bit and leave it just for reference? Regarding the