On 23/05/15 16:53, Foxnet Support wrote:
Hello and thank you for your message

I know this is bind9 who takes the lead "way of speaking", that controls my DNS server. But Depending on the configuration of the fair SAMBA 4 configuration below:
Url ...
How bypassed port 53, to run Samba?
DLZ must be active, I do this answers the question?

Michel

De : Rowland Penny
Répondre à : Development list
Date : samedi 23 mai 2015 15:25
À : <devel@lists.openchange.org <mailto:devel@lists.openchange.org>>
Objet : Re: [openchange][devel] Some explanations on the functioning of the DNS

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.orghttp://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 <mailto:devel@lists.openchange.org>http://mailman.openchange.org/listinfo/devel


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

Answer the question, what does: netstat -tapen | grep ":53 " return ?

Rowland

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

Reply via email to