On 23/05/15 14:10, Foxnet Support wrote:
Hi and good weekend if you message

Is it possible to have an explanation of the operation of the DNS in general?
Because when I run Samba in command mode, like this:

/usr/sbin/samba -d3 -i -M single


I see my DNS server do not work properly with OpenChange.

Failed to listen on 0.0.0.0:53 - NT_STATUS_ADDRESS_ALREADY_ASSOCIATED

Failed to bind to 0.0.0.0:53 TCP - NT_STATUS_ADDRESS_ALREADY_ASSOCIATED


The command I run early in my configuration is like this:

*samba-tool domain provision --realm=example.com \
           --domain=OPENCHANGE \
           --adminpass='%1OpenChange' \
           --server-role='domain controller'*
Also, this also with the "samba_dnsupdate" it shows me an error:

*/usr/sbin/samba_dnsupdate: Traceback (most recent call last):*

*/usr/sbin/samba_dnsupdate: File "/usr/sbin/samba_dnsupdate", line 612, in <module>*

*/usr/sbin/samba_dnsupdate:     get_credentials(lp)*

*/usr/sbin/samba_dnsupdate: File "/usr/sbin/samba_dnsupdate", line 125, in get_credentials*

*/usr/sbin/samba_dnsupdate:     raise e*

*/usr/sbin/samba_dnsupdate: RuntimeError: kinit for MAIL$@DOMAIN.BE failed (Cannot contact any KDC for requested realm)*

*/usr/sbin/samba_dnsupdate: *

*Child /usr/sbin/samba_dnsupdate exited with status 1 - Operation not permitted*

*../source4/dsdb/dns/dns_update.c:294: Failed DNS update – NT_STATUS_ACCESS_DENIED*


Well, I know if it is here that have post my message, if this is the case, help is welcome.


thank you


Michel



_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Something else is already using port 53, run this command to find out what:

netstat -tapen | grep ":53 "

Probably dnsmasq or similar

Rowland

_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to