Greetings, all. I am trying to join a samba4 server to an existing Windows SBS 2003 domain as a DC. I've compiled samba4 from git and am following the howto. On what is essentially the first step, I get a "failed to connect" error with an ldap:// url, and the message NT_STATUS_IO_TIMEOUT. In reviewing an strace, it looks to me like it might be trying to connect to the wrong IP. The command I'm using is: # strace -o ~/samba-join.log bin/samba-tool join ba-cam.local DC -Uadministrator --realm=ba-cam.local -d10 &> ~/samba-tool.log I've put pastes up of the -d10 output of samba-tool, and the strace. samba-tool output: http://pastey.net/145858 strace log: http://pastey.net/145857 Note that it appears to correctly find the IP of the PDC (192.168.14.253), but in the strace on lines 5486 and 5496, it's talking about a 192.167.14.253, which will of course time out. Am I doing something wrong? Is this a bug? Is there a way around this? Thanks, -Andrew
On Tue, Feb 8, 2011 at 11:27 AM, Andrew Wilkinson <drukargin at gmail.com>wrote:> Greetings, all. > > I am trying to join a samba4 server to an existing Windows SBS 2003 domain > as a DC. I've compiled samba4 from git and am following the howto. On what > is essentially the first step, I get a "failed to connect" error with an > ldap:// url, and the message NT_STATUS_IO_TIMEOUT. In reviewing an strace, > it looks to me like it might be trying to connect to the wrong IP. > > The command I'm using is: # strace -o ~/samba-join.log bin/samba-tool join > ba-cam.local DC -Uadministrator --realm=ba-cam.local -d10 &> > ~/samba-tool.log > > I've put pastes up of the -d10 output of samba-tool, and the strace. > > samba-tool output: http://pastey.net/145858 > strace log: http://pastey.net/145857 > > Note that it appears to correctly find the IP of the PDC (192.168.14.253), > but in the strace on lines 5486 and 5496, it's talking about a > 192.167.14.253, which will of course time out. > > Am I doing something wrong? Is this a bug? Is there a way around this? > > Thanks, > > -Andrew >Or, I could just have an erroneous /etc/hosts entry... Sorry for the noise. -Andrew
> > > I am trying to join a samba4 server to an existing Windows SBS 2003 > domain > as a DC. I've compiled samba4 from git and am following the howto. > On what > is essentially the first step, I get a "failed to connect" error with > an > ldap:// url, and the message NT_STATUS_IO_TIMEOUT. In reviewing an > strace, > it looks to me like it might be trying to connect to the wrong IP. > > The command I'm using is: # strace -o ~/samba-join.log bin/samba-tool > join > ba-cam.local DC -Uadministrator --realm=ba-cam.local -d10 &> > ~/samba-tool.log > > I've put pastes up of the -d10 output of samba-tool, and the strace. > > samba-tool output: http://pastey.net/145858 > strace log: http://pastey.net/145857 > > Note that it appears to correctly find the IP of the PDC > (192.168.14.253), > but in the strace on lines 5486 and 5496, it's talking about a > 192.167.14.253, which will of course time out.That addy has to be a DNS entry. Look there.> > > > Am I doing something wrong? Is this a bug? Is there a way around > this? > > Thanks, > > -Andrew > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
Seemingly Similar Threads
- Winetricks gfw under root vs under user
- Sharing a caching NFS mount with samba?
- net rpc rights list 'accounts' works, kinda, sorta?
- Failed to store repsFrom - Indexed and full searches both failed!
- Failed to store repsFrom - Indexed and full searches both failed!