Hello,
I am following from SambaWiki the Howto "Join a domain as a DC" and I
have some problem with the internal DNS.
Part "1.2 Joining the existind domain as a DC" was succesfull but the
"1.3 Check required DNS entries of the new host" not really...
As mentionned, the new DCs DNS entries were not set correctly during
joining and the manual record doesn't work, it return this:
[root at samba4 ?]#samba-tool dns add 172.20.2.3 ariane.intra samba4 A
172.20.2.2 -uadministrateur
Password for [ARIANE\administrateur]:
ERROR(runtime): uncaught exception - (-1073610706,
INT_STATUS_RPC_PROCNUM_OUT_OF_RANGE)
File
"/usr/local/samba/1ib64/python2.6/site-packages/samba/netcmd/__init__.py",
line 175, in _run
return self.run(*args, "kwargs)
File
"/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/dns.py",
line 1067, in run
0, server, zone, name, add_rec_buf, None)
And any commands "samba-tool dns" are failing:
[root at samba4 ?]# samba-tool dns zonelist sigec
Password for [administrateur at ARIANE.INTRA]:
ERROR(runtime): uncaught exception - (-1073610706,
INT_STATUS_RPC_PROCNUM_OUT_OF_RANGC)
File
"/usr/local/samba/11b64/python2.6/site-packages/samba/netcmd/__init__.py",
line 175, in _run
return self.run(*args, "kwargs)
File
"/usr/local/samba/11b64/python2.6/site-packages/samba/netcmd/dns.py",
line 814, in run
request_filter)
Thanks for help!
( samba -4.1.8 on CentOS release 6.5 )