LasLabs / docker-alpine-samba-dc

Samba4 Domain Controller Based on Alpine
Other
26 stars 10 forks source link

ERROR(runtime): uncaught exception - (9711, 'WERR_DNS_ERROR_RECORD_ALREADY_EXISTS') #11

Open vngvng opened 4 years ago

vngvng commented 4 years ago

/usr/sbin/samba_dnsupdate: ERROR(runtime): uncaught exception - (9711, 'WERR_DNS_ERROR_RECORD_ALREADY_EXISTS')

/usr/sbin/samba_dnsupdate: File "/usr/lib/python2.7/site-packages/samba/netcmd/init.py", line 176, in _run

/usr/sbin/samba_dnsupdate: return self.run(*args, **kwargs)

/usr/sbin/samba_dnsupdate: File "/usr/lib/python2.7/site-packages/samba/netcmd/dns.py", line 1098, in run

/usr/sbin/samba_dnsupdate: raise e

../source4/dsdb/dns/dns_update.c:290: Failed DNS update - with error code 29

AlvinGounder commented 4 years ago

I've seen this error as well but it doesn't seem to be causing any issues with functionality.

p3t commented 4 years ago

I got the same error after domain provisioning and I fixed it by adjusting the /etc/resolf.conf and adding the controller himself as nameserver and the realm as search. If you have a replicated secondary DC this one should be the primary nameserver and the "primary DC" the second (for the secondary vice-versa).