Pccom Frank
2012-Nov-16 21:42 UTC
[Samba] Samba4 in FreeBSD 9 i386 for Domain controller not working. Samba version 4.1.0 pre1-GIT cf15406
Hi, Samab gurus! I tried to make Samba4 work on FreeBSD 9.1 i386 but failed to join an XP computer to the domain. What I did is: 1, git clone git://git.samba.org/samba.git samba-master 2, cd /usr/local/samba-master 3, ./configure --enable-debug --enable-selftest && make && make install 4, /usr/local/samba/sbin/samba-tool domain provision --realm=xyz.pccom.ca--domain=dcxyz --adminpass='123456' --server-role=dc 5, cp /usr/local/samba/private/krb.conf /etc 6, echo 'kerberos5_server_enable="YES"' >> /etc/rc.conf 7, echo 'kadmind5_server_enable="YES"' >> /etc/rc.conf 8, echo 'domain xyz.pccom.ca' >> /etc/resolv.conf the dns server keep the same as before. 9, /usr/local/samba/bin/samba -i -M single I found "Failed to bind to 192.168.1.248 UDP_NT_ADDRESS_ALREADY_ASSOCIATED" .... I do "git pull" every day. In the samba-master directory, I did a "make test", many failures and errors. If any one can help me, I can send the st/summary files to him. Your help will be appreciated.
Andrew Bartlett
2012-Nov-18 23:38 UTC
[Samba] Samba4 in FreeBSD 9 i386 for Domain controller not working. Samba version 4.1.0 pre1-GIT cf15406
On Fri, 2012-11-16 at 16:42 -0500, Pccom Frank wrote:> Hi, Samab gurus! > > I tried to make Samba4 work on FreeBSD 9.1 i386 but failed to join an XP > computer to the domain. > > What I did is: > > 1, git clone git://git.samba.org/samba.git samba-master > > 2, cd /usr/local/samba-master > 3, ./configure --enable-debug --enable-selftest && make && make install > 4, /usr/local/samba/sbin/samba-tool domain provision > --realm=xyz.pccom.ca--domain=dcxyz --adminpass='123456' > --server-role=dc > 5, cp /usr/local/samba/private/krb.conf /etcWhat suggested that you should do this?> 6, echo 'kerberos5_server_enable="YES"' >> /etc/rc.conf > 7, echo 'kadmind5_server_enable="YES"' >> /etc/rc.confThis step is not included in any official Samba HOWTO.> 8, echo 'domain xyz.pccom.ca' >> /etc/resolv.conf > the dns server keep the same as before. > 9, /usr/local/samba/bin/samba -i -M single > > I found > > "Failed to bind to 192.168.1.248 UDP_NT_ADDRESS_ALREADY_ASSOCIATED"Our KDC cannot start because you enabled a different KDC and it is listening on port 88 already. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org
Possibly Parallel Threads
- Freebsd 6.1 and Kerberos in rc.conf
- Samba4 on Ubuntu 12.04 won't join existing domain
- Samba4 git pull(11/30/2013) link error on FreeBSD 9.2
- Samba 4.2.0pre1-GIT-bf1e65c cut off client connections for file sharing.
- Samba4 git pull of today (11/28/2013) link error on FreeBSD 9.2 RELEASE