From owner-freebsd-hackers Wed Aug 18 9:54:18 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from mail-01.cdsnet.net (mail-01.cdsnet.net [206.107.16.35]) by hub.freebsd.org (Postfix) with SMTP id 0505D14F0E for ; Wed, 18 Aug 1999 09:54:15 -0700 (PDT) (envelope-from mrcpu@internetcds.com) Received: (qmail 15221 invoked from network); 18 Aug 1999 16:54:02 -0000 Received: from schizo.cdsnet.net (204.118.244.32) by mail.cdsnet.net with SMTP; 18 Aug 1999 16:54:02 -0000 Date: Wed, 18 Aug 1999 09:52:39 -0700 (PDT) From: Jaye Mathisen X-Sender: mrcpu@schizo.cdsnet.net To: Steven Ames Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: OpenLDAP tests? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Found it. This let the tests run fine for me. =================================================================== RCS file: /repo/OpenLDAP/pkg/ldap/servers/slapd/daemon.c,v retrieving revision 1.14.2.7.2.8 retrieving revision 1.14.2.7.2.9 diff -u -r1.14.2.7.2.8 -r1.14.2.7.2.9 --- servers/slapd/daemon.c 1999/03/02 18:30:05 1.14.2.7.2.8 +++ servers/slapd/daemon.c 1999/07/20 05:10:35 1.14.2.7.2.9 @@ -390,7 +390,6 @@ void slap_set_shutdown( int sig ) { - Debug( LDAP_DEBUG_ANY, "slapd got shutdown signal %d\n", sig, 0, 0 ); slapd_shutdown = 1; ldap_pvt_thread_kill( listener_tid, LDAP_SIGUSR1 ); @@ -401,8 +400,6 @@ void slap_do_nothing( int sig ) { - Debug( LDAP_DEBUG_TRACE, "slapd got do_nothing signal %d\n", sig, 0, 0 ); - /* reinstall self */ (void) SIGNAL( sig, slap_do_nothing ); } On Wed, 18 Aug 1999, Steven Ames wrote: > Thanks! I'll check the site (but would appreciate your sending it to me > also). > > -Steve > > On Tue, 17 Aug 1999, Jaye Mathisen wrote: > > > > > There is a patch that fixes this, I found it, and submitted a bug report > > on their web page. > > > > I don't have it handy, but if you go to www.openldap.org and to their > > faq-o-matic, and it should be in there. > > > > I'll see if I can find it and send it to you in the mean time. > > > > On Tue, 17 Aug 1999, Steven Ames wrote: > > > > > > > > I've got a project at work where using LDAP would make my life > > > much simpler. So... on my home PC (running FBSD 4.0-CURRENT 8.2.99) > > > I installed openldap from the ports collection (V1.2.3...ports cvsuped > > > about an hour ago from cvsup5.freebsd.org). > > > > > > I cd into the test area /usr/ports/work/ldap/tests and type 'make'. > > > Looking good... until... on test0003-search it stops. It just holds. > > > My CPU is up to 99% and its chewed up 18 minutes of CPU before I hit > > > Ctrl-C and stopped it. I did a 'make clean' moved scripts/test0003-seach > > > to scripts/test0009-search (so it would run last) and tried again. > > > Same results on test0004-modify. *sigh* > > > > > > Do the tests just not run? I didn't dare to just go ahead and use it > > > as I'm not familiar enough with LDAP to judge if a failure is my fault > > > or a system problem. I'd feel a lot safer if the tests all passed so that > > > if anything goes wrong from that point I can call it user error. > > > > > > Anyone? > > > > > > -Steve > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-hackers" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message