Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 20:18:40 -0500 (EST)
From:      Steven Ames <steve@virtual-voodoo.com>
To:        mrcpu@internetcds.com, steve@virtual-voodoo.com
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: OpenLDAP tests?
Message-ID:  <199908190118.UAA00958@virtual-voodoo.com>
In-Reply-To: <Pine.BSF.4.10.9908180952210.5997-100000@schizo.cdsnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Me too. Remarkable what removing a couple of Debug lines will
do for you.

Thanks!

-Steve

> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908190118.UAA00958>