Re: [Samba] smbd processes 99% cpu and end-user locks up (good gdb attached)

2005-10-19 Thread Nathan Vidican
Thanks, makes sense... so I waited for another (locked up) pid, and did a `gdb /usr/samba/sbin/smbd pid` , and got a (hopefully useful) gdb output. I have atatched the output here, along with the logfile of the user which the smbd process belonged to when it happened. So here goes guys, what

Re: [Samba] smbd processes 99% cpu and end-user locks up (good gdb attached)

2005-10-19 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan Vidican wrote: | Thanks, makes sense... so I waited for another (locked up) | pid, and did a `gdb /usr/samba/sbin/smbd pid` , and | got a (hopefully useful) gdb output. I have atatched | the output here, along with the logfile of the | user

Re: [Samba] smbd processes 99% cpu and end-user locks up (good gdb attached)

2005-10-19 Thread Nathan Vidican
I've got openldap-2.2.27 installed via FreeBSD ports-collection; made from source on this machine, I can quite easily swap it out for another version, any suggestions? - OpenLDAP.org lists 2.2.26 as the most 'stable' version, I have tried newer ones with little success before. Do I need to

Re: [Samba] smbd processes 99% cpu and end-user locks up (good gdb attached)

2005-10-19 Thread Nathan Vidican
Attached two more gdb's, seems to be the same output - working on compiling new openldap librairies now just thought to include in case something differed or sparked other ideas. Gerald (Jerry) Carter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan Vidican wrote: | Thanks,

Re: [Samba] smbd processes 99% cpu and end-user locks up (good gdb attached)

2005-10-19 Thread Nathan Vidican
I managed to update the system ldap librairies to 2.2.9, but I cannot update them beyond that becuase of the dependency from nss_ldap. Long-story short, the only source of nss_ldap I can get to even run make on is that included in the freebsd ports collection (cvsup'd this afternoon), which is

Re: [Samba] smbd processes 99% cpu and end-user locks up (good gdb attached)

2005-10-19 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan Vidican wrote: | So is there an easy way to point samba towards compiling | itself to use a different openldap distribution, or would | this be something one might accomplish at run-time? Look at my build script