Re: [Samba] net rpc join -U root error

2007-11-08 Thread Adam Williams
Thanks, I figured it out. looking at /var/log/samba/smbd it was trying to connect to openldap but couldn't. I had to rerun smbpasswd -w xx and then it was ok, and then I ran: [EMAIL PROTECTED] ~]# net rpc join -D ADMIN -U root Password: Joined domain ADMIN. [EMAIL PROTECTED] ~]# net rpc j

Re: [Samba] net rpc join -U root error

2007-11-07 Thread Diego Obetko
[quote] [EMAIL PROTECTED] samba]# net rpc join -U root% Unable to find a suitable server [EMAIL PROTECTED] samba]# net rpc testjoin -S GOMER -U root%xxx Join to 'ADMIN' is OK [EMAIL PROTECTED] samba]# net rpc testjoin -D DOMAIN -U root%xxx Unable to find a suitable server Join to

Re: [Samba] net rpc join -U root error

2007-11-07 Thread Ivan Ordonez
I think he did a "net rpc testjoin" command and got a "no suitable server" response. Diego Obetko wrote: i'm sorry but he did join the machine in an earlier reply.. don't know if it's the same machine or situation... [quote] [EMAIL PROTECTED] etc]# net rpc join -S GOMER -U root Password: Join

Re: [Samba] net rpc join -U root error

2007-11-07 Thread Adam Williams
Yeah, odd that that command isn't working now. samba is running: [EMAIL PROTECTED] ~]# ps ax|grep mbd 6765 ?Ss 0:00 smbd -D 6768 ?Ss 0:00 nmbd -D 6769 ?S 0:00 nmbd -D but when I nmap scan, it looks like its not responding on ports 139 and 445. [EMAIL PROTE

Re: [Samba] net rpc join -U root error

2007-11-07 Thread Diego Obetko
i'm sorry but he did join the machine in an earlier reply.. don't know if it's the same machine or situation... [quote] [EMAIL PROTECTED] etc]# net rpc join -S GOMER -U root Password: Joined domain ADMIN. [/quote] On Nov 7, 2007 7:04 PM, Ivan Ordonez <[EMAIL PROTECTED]> wrote: > Make sure that

Re: [Samba] net rpc join -U root error

2007-11-07 Thread Ivan Ordonez
Make sure that the version of samba are all the same. Somehow, the 3.0.26 version is not compatible with 3.0.24. If your PDC has an earlier version to that machine you are trying to join, you will not be able to join it to the domain. Adam Williams wrote: I turned on log level = 10 and got

Re: [Samba] net rpc join -U root error

2007-11-07 Thread Adam Williams
I turned on log level = 10 and got some more data. [EMAIL PROTECTED] samba]# net rpc join -S GOMER -U root [2007/11/07 15:52:27, 0] libsmb/clientgen.c:cli_receive_smb(112) Receiving SMB: Server stopped responding [2007/11/07 15:52:27, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790) rpc_api_pipe: Rem

Re: [Samba] net rpc join -U root error

2007-11-07 Thread Diego Obetko
On Nov 7, 2007 6:34 PM, Adam Williams <[EMAIL PROTECTED]> wrote: > yeah, no luck :( > > [EMAIL PROTECTED] ~]# /etc/rc.d/init.d/smb restart && /etc/rc.d/init.d/winbind > restart > Shutting down SMB services:[ OK ] > Starting SMB services:

Re: [Samba] net rpc join -U root error

2007-11-07 Thread Adam Williams
yeah, no luck :( [EMAIL PROTECTED] ~]# /etc/rc.d/init.d/smb restart && /etc/rc.d/init.d/winbind restart Shutting down SMB services:[ OK ] Starting SMB services: [ OK ] Shutting down Winbind services:

Re: [Samba] net rpc join -U root error

2007-11-07 Thread Diego Obetko
have you tried restarting both samba and winbind services ?? or as Roy from the "IT Crowd" says.. "Have you tried turning it off and on again?" :P Diego On Nov 7, 2007 5:11 PM, Adam Williams <[EMAIL PROTECTED]> wrote: > yeah, that works, but thats not what the Samba 3 by Example book has. > > [

[Samba] net rpc join -U root error

2007-11-07 Thread Adam Williams
On my server, I have root in LDAP, and am following the Samba3 by example book, but I'm unable to get it to join the domain. I'm running samba 3.0.25b. [EMAIL PROTECTED] samba]# net rpc join -U root% Unable to find a suitable server [EMAIL PROTECTED] samba]# net rpc testjoin -S GOMER -

[Samba] net rpc join -U root error

2007-11-07 Thread Adam Williams
On my server, I have root in LDAP, and am following the Samba3 by example book, but I'm unable to get it to join the domain. I'm running samba 3.0.25b. [EMAIL PROTECTED] samba]# net rpc join -U root% Unable to find a suitable server [EMAIL PROTECTED] samb