Compiling version 3.0.20 from source on RedHat Fedora Core 4 everything seems to go smoothly. However upon trying to join a 2000 domain with the following command "net ads join -U Administrator%Password 'OU'" I get the following error: [2005/08/26 09:43:56, 0] utils/net_ads.c:ads_startup(191) ads_connect: No such file or directory I have checked my smb.conf file with the testparm utility and Kerberos seems to be working fine using kinit. Does anyone have any info on this error or how to workaround/fix the problem. Best regards, Theo ========================================================================= Theodore A. Jencks Network Systems Administrator 1000 Broadway, Suite 150 Oakland, CA 94607 Phone: (510) 267.5152 Fax: (510) 267.5100 Email: tjencks@navis.com http://www.navis.com <http://www.navis.com/> This e-mail message and any files attached to it are intended only for the recipients named above, and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, or the employee or agent responsible for delivering this message to an intended recipient, you are strictly prohibited from reading, copying, distributing, disclosing or otherwise using this communication. Please immediately notify the sender, either by replying to this message or by telephoning (+1 510 267 5000), and delete all copies of this message from your system.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Theodore Jencks wrote:> Compiling version 3.0.20 from source on RedHat Fedora Core 4 everything > seems to go smoothly. However upon trying to join a 2000 domain with > the following command "net ads join -U Administrator%Password 'OU'" I > get the following error: > > > > [2005/08/26 09:43:56, 0] utils/net_ads.c:ads_startup(191) > > ads_connect: No such file or directory > > > > I have checked my smb.conf file with the testparm utility and Kerberos > seems to be working fine using kinit. Does anyone have any info on this > error or how to workaround/fix the problem.Better look at a level 10 debug log fron the 'net join' to see why the error is being generated. That's my advice at least. cheers, jerry ====================================================================Alleviating the pain of Windows(tm) ------- http://www.samba.org GnuPG Key ----- http://www.plainjoe.org/gpg_public.asc "I never saved anything for the swim back." Ethan Hawk in Gattaca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDD007IR7qMdg1EfYRAnPmAKCOwcriQUybsEUZv398ALHjEKAXkwCg3o2X JeTTF775me+aSUqskFX0dhQ=w6Py -----END PGP SIGNATURE-----
Where would I find the log for this? How would I set the debug level to 10 on a Redhat system? Regards, Theo -----Original Message----- From: Gerald (Jerry) Carter [mailto:jerry@samba.org] Sent: Friday, August 26, 2005 10:11 AM To: Theodore Jencks Cc: samba@lists.samba.org Subject: Re: [Samba] net ads join error -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Theodore Jencks wrote:> Compiling version 3.0.20 from source on RedHat Fedora Core 4everything> seems to go smoothly. However upon trying to join a 2000 domain with > the following command "net ads join -U Administrator%Password 'OU'" I > get the following error: > > > > [2005/08/26 09:43:56, 0] utils/net_ads.c:ads_startup(191) > > ads_connect: No such file or directory > > > > I have checked my smb.conf file with the testparm utility and Kerberos > seems to be working fine using kinit. Does anyone have any info onthis> error or how to workaround/fix the problem.Better look at a level 10 debug log fron the 'net join' to see why the error is being generated. That's my advice at least. cheers, jerry ====================================================================Alleviating the pain of Windows(tm) ------- http://www.samba.org GnuPG Key ----- http://www.plainjoe.org/gpg_public.asc "I never saved anything for the swim back." Ethan Hawk in Gattaca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDD007IR7qMdg1EfYRAnPmAKCOwcriQUybsEUZv398ALHjEKAXkwCg3o2X JeTTF775me+aSUqskFX0dhQ=w6Py -----END PGP SIGNATURE-----
in smb.conf add line log level = 10 then restart nmb, smb and winbind. -----Original Message----- From: Theodore Jencks [mailto:tjencks@navis.com] Sent: Friday, August 26, 2005 1:03 PM To: samba@lists.samba.org Subject: RE: [Samba] net ads join error Where would I find the log for this? How would I set the debug level to 10 on a Redhat system? Regards, Theo -----Original Message----- From: Gerald (Jerry) Carter [mailto:jerry@samba.org] Sent: Friday, August 26, 2005 10:11 AM To: Theodore Jencks Cc: samba@lists.samba.org Subject: Re: [Samba] net ads join error -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Theodore Jencks wrote:> Compiling version 3.0.20 from source on RedHat Fedora Core 4everything> seems to go smoothly. However upon trying to join a 2000 domain with > the following command "net ads join -U Administrator%Password 'OU'" I > get the following error: > > > > [2005/08/26 09:43:56, 0] utils/net_ads.c:ads_startup(191) > > ads_connect: No such file or directory > > > > I have checked my smb.conf file with the testparm utility and Kerberos > seems to be working fine using kinit. Does anyone have any info onthis> error or how to workaround/fix the problem.Better look at a level 10 debug log fron the 'net join' to see why the error is being generated. That's my advice at least. cheers, jerry ====================================================================Alleviating the pain of Windows(tm) ------- http://www.samba.org GnuPG Key ----- http://www.plainjoe.org/gpg_public.asc "I never saved anything for the swim back." Ethan Hawk in Gattaca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDD007IR7qMdg1EfYRAnPmAKCOwcriQUybsEUZv398ALHjEKAXkwCg3o2X JeTTF775me+aSUqskFX0dhQ=w6Py -----END PGP SIGNATURE----- -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
If you run this command: net ads join -U admin%pass There is nothing logged in smbd.log. Regards, Theo -----Original Message----- From: Kevin Wilson [mailto:Kevin.Wilson@comtrol.com] Sent: Friday, August 26, 2005 11:07 AM To: Theodore Jencks Cc: 'samba@lists.samba.org' Subject: RE: [Samba] net ads join error in smb.conf add line log level = 10 then restart nmb, smb and winbind. -----Original Message----- From: Theodore Jencks [mailto:tjencks@navis.com] Sent: Friday, August 26, 2005 1:03 PM To: samba@lists.samba.org Subject: RE: [Samba] net ads join error Where would I find the log for this? How would I set the debug level to 10 on a Redhat system? Regards, Theo -----Original Message----- From: Gerald (Jerry) Carter [mailto:jerry@samba.org] Sent: Friday, August 26, 2005 10:11 AM To: Theodore Jencks Cc: samba@lists.samba.org Subject: Re: [Samba] net ads join error -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Theodore Jencks wrote:> Compiling version 3.0.20 from source on RedHat Fedora Core 4everything> seems to go smoothly. However upon trying to join a 2000 domain with > the following command "net ads join -U Administrator%Password 'OU'" I > get the following error: > > > > [2005/08/26 09:43:56, 0] utils/net_ads.c:ads_startup(191) > > ads_connect: No such file or directory > > > > I have checked my smb.conf file with the testparm utility and Kerberos > seems to be working fine using kinit. Does anyone have any info onthis> error or how to workaround/fix the problem.Better look at a level 10 debug log fron the 'net join' to see why the error is being generated. That's my advice at least. cheers, jerry ====================================================================Alleviating the pain of Windows(tm) ------- http://www.samba.org GnuPG Key ----- http://www.plainjoe.org/gpg_public.asc "I never saved anything for the swim back." Ethan Hawk in Gattaca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDD007IR7qMdg1EfYRAnPmAKCOwcriQUybsEUZv398ALHjEKAXkwCg3o2X JeTTF775me+aSUqskFX0dhQ=w6Py -----END PGP SIGNATURE----- -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
So now it looks like I can join the domain however I get the following output. Seems like there might be an issue with samba-3.0.20 and the new GCC 4 and glibc. Any idea's possibilities? I'm also not quite sure my previous problem went away the only thing I changed was adding my kdc server into the samba lmhosts file. Regards, Theo [root@theo samba]# net ads join -U tjencks%PASSWD Using short domain name -- HQ Joined 'THEO' to realm 'HQ.NAVIS.NET' *** glibc detected *** net: free(): invalid pointer: 0x007eedb0 *** ======= Backtrace: ========/lib/libc.so.6[0x415124] /lib/libc.so.6(__libc_free+0x77)[0x41565f] /lib/libcom_err.so.2(remove_error_table+0x4b)[0x111abb] /usr/lib/libkrb5.so.3[0x78c8c4] /usr/lib/libkrb5.so.3[0x78c5c7] /usr/lib/libkrb5.so.3[0x7dd9da] /lib/ld-linux.so.2[0xb9e2d8] /lib/libc.so.6(exit+0xc5)[0x3dcba9] /lib/libc.so.6(__libc_start_main+0xe7)[0x3c6d67] net[0x1dc941] ======= Memory map: =======00111000-00113000 r-xp 00000000 08:02 1653405 /lib/libcom_err.so.2.1 00113000-00114000 rw-p 00001000 08:02 1653405 /lib/libcom_err.so.2.1 00114000-00129000 r-xp 00000000 08:05 68293 /usr/lib/libsasl2.so.2.0.20 00129000-0012a000 rw-p 00015000 08:05 68293 /usr/lib/libsasl2.so.2.0.20 0012a000-0013c000 r-xp 00000000 08:05 67504 /usr/lib/libz.so.1.2.2.2 0013c000-0013d000 rw-p 00011000 08:05 67504 /usr/lib/libz.so.1.2.2.2 0013d000-0013f000 r-xp 00000000 08:05 129857 /usr/lib/gconv/UTF-16.so 0013f000-00141000 rw-p 00001000 08:05 129857 /usr/lib/gconv/UTF-16.so 00141000-00143000 r-xp 00000000 08:05 129764 /usr/lib/gconv/IBM850.so 00143000-00145000 rw-p 00001000 08:05 129764 /usr/lib/gconv/IBM850.so 00145000-0014e000 r-xp 00000000 08:02 1653268 /lib/libnss_files-2.3.5.so 0014e000-0014f000 r--p 00008000 08:02 1653268 /lib/libnss_files-2.3.5.so 0014f000-00150000 rw-p 00009000 08:02 1653268 /lib/libnss_files-2.3.5.so 00150000-00159000 r-xp 00000000 08:02 1653361 /lib/libgcc_s-4.0.1-20050727.so.1 00159000-0015a000 rw-p 00009000 08:02 1653361 /lib/libgcc_s-4.0.1-20050727.so.1 001ad000-00390000 r-xp 00000000 08:05 1945158 /usr/bin/net 00390000-003a1000 rw-p 001e2000 08:05 1945158 /usr/bin/net 003a1000-003b2000 rw-p 003a1000 00:00 0 003b2000-004d5000 r-xp 00000000 08:02 1653269 /lib/libc-2.3.5.so 004d5000-004d7000 r--p 00123000 08:02 1653269 /lib/libc-2.3.5.so 004d7000-004d9000 rw-p 00125000 08:02 1653269 /lib/libc-2.3.5.so 004d9000-004db000 rw-p 004d9000 00:00 0 004db000-005d3000 r-xp 00000000 08:02 1653406 /lib/libcrypto.so.0.9.7f 005d3000-005e5000 rw-p 000f8000 08:02 1653406 /lib/libcrypto.so.0.9.7f 005e5000-005e8000 rw-p 005e5000 00:00 0 0077d000-007ec000 r-xp 00000000 08:05 67813 /usr/lib/libkrb5.so.3.2 007ec000-007ef000 rw-p 0006e000 08:05 67813 /usr/lib/libkrb5.so.3.2 0084b000-0084c000 r-xp 0084b000 00:00 0 00889000-0088b000 r-xp 00000000 08:05 67792 /usr/lib/libkrb5support.so.0.0 0088b000-0088c000 rw-p 00001000 08:05 67792 /usr/lib/libkrb5support.so.0.0 008a8000-008aa000 r-xp 00000000 08:02 1653327 /lib/libdl-2.3.5.so 008aa000-008ab000 r--p 00001000 08:02 1653327 /lib/libdl-2.3.5.so 008ab000-008ac000 rw-p 00002000 08:02 1653327 /lib/libdl-2.3.5.so 00924000-0092b000 r-xp 00000000 08:05 67239 /usr/lib/libpopt.so.0.0.0 0092b000-0092c000 rw-p 00006000 08:05 67239 /usr/lib/libpopt.so.0.0.0 009de000-009eb000 r-xp 00000000 08:05 67393 /usr/lib/liblber-2.2.so.7.0.16 009eb000-009ec000 rw-p 0000c000 08:05 67393 /usr/lib/liblber-2.2.so.7.0.16 00a79000-00a88000 r-xp 00000000 08:02 1653392 /lib/libresolv-2.3.5.so 00a88000-00a89000 r--p 0000e000 08:02 1653392 /lib/libresolv-2.3.5.so 00a89000-00a8a000 rw-p 0000f000 08:02 1653392 /lib/libresolv-2.3.5.so 00a8a000-00a8c000 rw-p 00a8a000 00:00 0 00ad6000-00ae8000 r-xp 00000000 08:02 1653234 /lib/libnsl-2.3.5.so 00ae8000-00ae9000 r--p 00011000 08:02 1653234 /lib/libnsl-2.3.5.so 00ae9000-00aea000 rw-p 00012000 08:02 1653234 /lib/libnsl-2.3.5.so 00aea000-00aec000 rw-p 00aea000 00:00 0 00b14000-00b2b000 r-xp 00000000 08:05 67850 /usr/lib/libgssapi_krb5.so.2.2 00b2b000-00b2c000 rw-p 00017000 08:05 67850 /usr/lib/libgssapi_krb5.so.2.2 00b90000-00baa000 r-xp 00000000 08:02 1653266 /lib/ld-2.3.5.so 00baa000-00bab000 r--p 00019000 08:02 1653266 /lib/ld-2.3.5.so 00bab000-00bac000 rw-p 0001a000 08:02 1653266 /lib/ld-2.3.5.so 00c88000-00cab000 r-xp 00000000 08:05 67807 /uAborted