net ads join -U User command return with Bus Error(coredump)
Created attachment 5393 [details] That's what net ads join puts out.
Created attachment 5394 [details] That's what net ads join puts out.
Can you compile with -g, run that net binary under gdb and post a "bt full" when it has crashed? Thanks, Volker
Created attachment 5395 [details] That's how Samba 3.3.10 was compiled 5393 is the same as 5394
Created attachment 5399 [details] Gdb net ads ... I hope that's what you need Ralf
That looks like a problem deep in the ldap libs. I would have hoped for more stacktrace, but ber_memvfree_x looks like ldap. Which ones do you use? Can you try different ldap libs? Volker
(In reply to comment #0) > net ads join -U User command return with Bus Error(coredump) (In reply to comment #1) > Created an attachment (id=5393) [details] > That's what net ads join puts out. Hi I use version 2.4.19 of openLdap. But this one with Samba 3.4.5 is working fine. The only difference is Samba 3.3.10 is running under Solaris 8, Samba 3.4.5 is running under Solaris 10. on Solaris 8 the newer gnu compiler 3.4.6 does not link and this one is needed to get Samba 3.4.5 compiled. Okay I try an older one. Ralf
Hi, as you said the problem must be the openldap libraries, I compiled them again. After that my problems disappeared. Thanks for your help Ralf