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 join -U root
Password:
Joined domain ADMIN.
[EMAIL PROTECTED] ~]# net rpc testjoin -S GOMER -U root
Join to 'ADMIN' is OK


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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.

 [EMAIL PROTECTED] etc]# net rpc join -S GOMER -U root
 Password:
 Joined domain ADMIN.

 But, winbind is still broken.

 [EMAIL PROTECTED] etc]# wbinfo -g
 Error looking up domain groups
 [EMAIL PROTECTED] etc]# wbinfo -u
 Error looking up domain users

 any ideas on that?

 Diego Obetko wrote:
  I've been using
  # net rpc join -S (domain) -U root
 
  Diego


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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:[  OK  ]
Starting Winbind services: [  OK  ]
[EMAIL PROTECTED] ~]# net rpc join -U root%xxx
Unable to find a suitable server


Diego Obetko wrote:

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] 
mailto:[EMAIL PROTECTED] wrote:


yeah, that works, but thats not what the Samba 3 by Example book has.

[EMAIL PROTECTED] etc]# net rpc join -S GOMER -U root
Password:
Joined domain ADMIN.

But, winbind is still broken.

[EMAIL PROTECTED] etc]# wbinfo -g
Error looking up domain groups
[EMAIL PROTECTED] etc]# wbinfo -u
Error looking up domain users

any ideas on that?

Diego Obetko wrote:
 I've been using
 # net rpc join -S (domain) -U root

 Diego



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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: [  OK  ]

 Shutting down Winbind services:[  OK  ]
 Starting Winbind services: [  OK  ]
 [EMAIL PROTECTED] ~]# net rpc join -U root%xxx
 Unable to find a suitable server

  but you used that sintax that didn't work again..

try this
# net rpc join -S GOMER -U root
then
# /etc/rc.d/init.d/smb restart  /etc/rc.d/init.d/winbind restart
then
# wbinfo -u





 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.
 
  [EMAIL PROTECTED] etc]# net rpc join -S GOMER -U root
  Password:
  Joined domain ADMIN.
 
  But, winbind is still broken.
 
  [EMAIL PROTECTED] etc]# wbinfo -g
  Error looking up domain groups
  [EMAIL PROTECTED] etc]# wbinfo -u
  Error looking up domain users
 
  any ideas on that?
 
  Diego Obetko wrote:
   I've been using
   # net rpc join -S (domain) -U root
  
   Diego
 
 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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: Remote machine GOMER pipe \NETLOGON fnum 0x7751returned 
critical error. Error was Call timed out: server did not respond after 
1 milliseconds

Password:
[2007/11/07 15:53:00, 0] libsmb/clientgen.c:cli_receive_smb(112)
 Receiving SMB: Server stopped responding
[2007/11/07 15:53:00, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
 rpc_api_pipe: Remote machine GOMER pipe \samr fnum 0x7775returned 
critical error. Error was Call timed out: server did not respond after 
1 milliseconds

Creation of workstation account failed
Unable to join domain ADMIN.
[EMAIL PROTECTED] samba]# /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:[  OK  ]
Starting Winbind services: [  OK  ]
[EMAIL PROTECTED] samba]# wbinfo -u
Error looking up domain users


Diego Obetko wrote:

 but you used that sintax that didn't work again..

try this 
# net rpc join -S GOMER -U root

then
# /etc/rc.d/init.d/smb restart  /etc/rc.d/init.d/winbind restart
then
# wbinfo -u




--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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 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: Remote machine GOMER pipe \NETLOGON fnum 0x7751returned 
critical error. Error was Call timed out: server did not respond after 
1 milliseconds

Password:
[2007/11/07 15:53:00, 0] libsmb/clientgen.c:cli_receive_smb(112)
 Receiving SMB: Server stopped responding
[2007/11/07 15:53:00, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
 rpc_api_pipe: Remote machine GOMER pipe \samr fnum 0x7775returned 
critical error. Error was Call timed out: server did not respond after 
1 milliseconds

Creation of workstation account failed
Unable to join domain ADMIN.
[EMAIL PROTECTED] samba]# /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:[  OK  ]
Starting Winbind services: [  OK  ]
[EMAIL PROTECTED] samba]# wbinfo -u
Error looking up domain users


Diego Obetko wrote:

 but you used that sintax that didn't work again..

try this # net rpc join -S GOMER -U root
then
# /etc/rc.d/init.d/smb restart  /etc/rc.d/init.d/winbind restart
then
# wbinfo -u





--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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 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 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: Remote machine GOMER pipe \NETLOGON fnum 0x7751returned
  critical error. Error was Call timed out: server did not respond after
  1 milliseconds
  Password:
  [2007/11/07 15:53:00, 0] libsmb/clientgen.c:cli_receive_smb(112)
   Receiving SMB: Server stopped responding
  [2007/11/07 15:53:00, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
   rpc_api_pipe: Remote machine GOMER pipe \samr fnum 0x7775returned
  critical error. Error was Call timed out: server did not respond after
  1 milliseconds
  Creation of workstation account failed
  Unable to join domain ADMIN.
  [EMAIL PROTECTED] samba]# /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:[  OK  ]
  Starting Winbind services: [  OK  ]
  [EMAIL PROTECTED] samba]# wbinfo -u
  Error looking up domain users
 
 
  Diego Obetko wrote:
   but you used that sintax that didn't work again..
 
  try this # net rpc join -S GOMER -U root
  then
  # /etc/rc.d/init.d/smb restart  /etc/rc.d/init.d/winbind restart
  then
  # wbinfo -u
 
 
 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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 PROTECTED] nmap-4.20]# ./nmap -sS -O -T insane gomer

Starting Nmap 4.20 ( http://insecure.org ) at 2007-11-07 16:23 CST
Interesting ports on gomer.mdah.state.ms.us (10.8.3.37):
Not shown: 1685 closed ports
PORT STATE SERVICE
21/tcp   open  ftp
22/tcp   open  ssh
80/tcp   open  http
111/tcp  open  rpcbind
389/tcp  open  ldap
610/tcp  open  npmp-local
614/tcp  open  unknown
826/tcp  open  unknown
992/tcp  open  telnets
1023/tcp open  netvenuechat
2049/tcp open  nfs
3306/tcp open  mysql

[EMAIL PROTECTED] mnt]# mount //gomer/adam /mnt/gomer -o username=adam
Password:
mount error 111 = Connection refused

but i have in my smb.conf

 interfaces = eth0, lo
 bind interfaces only = Yes

any ideas?

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:
Joined domain ADMIN.
[/quote]



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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:
Joined domain ADMIN.
[/quote]

On Nov 7, 2007 7:04 PM, Ivan Ordonez [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


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 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: Remote machine GOMER pipe \NETLOGON fnum
0x7751returned
 critical error. Error was Call timed out: server did not respond
after
 1 milliseconds
 Password:
 [2007/11/07 15:53:00, 0] libsmb/clientgen.c:cli_receive_smb(112)
  Receiving SMB: Server stopped responding
 [2007/11/07 15:53:00, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
  rpc_api_pipe: Remote machine GOMER pipe \samr fnum 0x7775returned
 critical error. Error was Call timed out: server did not respond
after
 1 milliseconds
 Creation of workstation account failed
 Unable to join domain ADMIN.
 [EMAIL PROTECTED] samba]# /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:[  OK  ]
 Starting Winbind services: [  OK  ]
 [EMAIL PROTECTED] samba]# wbinfo -u
 Error looking up domain users


 Diego Obetko wrote:
  but you used that sintax that didn't work again..

 try this # net rpc join -S GOMER -U root
 then
 # /etc/rc.d/init.d/smb restart  /etc/rc.d/init.d/winbind restart
 then
 # wbinfo -u






--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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 domain 'ADMIN' is not valid
[/quote]


What is the samba server netbios name and workgroup ??

as far as i can see the domain is ADMIN and the samba netbios name is GOMER

so, what is DOMAIN in [EMAIL PROTECTED] samba]# net rpc testjoin -D DOMAIN -U
root

another thing, you don't need to pass the password in that command.. you can
issue it as i put it up here and it will as you for root's password...


Diego


On Nov 7, 2007 9:08 PM, Ivan Ordonez [EMAIL PROTECTED] wrote:

 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:
  Joined domain ADMIN.
  [/quote]
 
  On Nov 7, 2007 7:04 PM, Ivan Ordonez [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 
  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 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: Remote machine GOMER pipe \NETLOGON fnum
  0x7751returned
   critical error. Error was Call timed out: server did not respond
  after
   1 milliseconds
   Password:
   [2007/11/07 15:53:00, 0] libsmb/clientgen.c:cli_receive_smb(112)
Receiving SMB: Server stopped responding
   [2007/11/07 15:53:00, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
rpc_api_pipe: Remote machine GOMER pipe \samr fnum 0x7775returned
   critical error. Error was Call timed out: server did not respond
  after
   1 milliseconds
   Creation of workstation account failed
   Unable to join domain ADMIN.
   [EMAIL PROTECTED] samba]# /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:[  OK
  ]
   Starting Winbind services: [  OK
  ]
   [EMAIL PROTECTED] samba]# wbinfo -u
   Error looking up domain users
  
  
   Diego Obetko wrote:
but you used that sintax that didn't work again..
  
   try this # net rpc join -S GOMER -U root
   then
   # /etc/rc.d/init.d/smb restart  /etc/rc.d/init.d/winbind
 restart
   then
   # wbinfo -u
  
  
  
 
 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba