[Samba] samba4 Administering DNS, 'WERR_INTERNAL_DB_ERROR'

Charles Howes chowes at pkts.ca
Thu May 7 16:09:23 MDT 2015


Hi,

I just solved this problem for myself:

# samba-tool user add my-username-here
User 'my-username-here' added successfully

# samba-tool group addmembers 'Domain Admins' my-username-here
Added members to group Domain Admins

# samba-tool dns add localhost example.com testname A 10.0.0.2 -U
my-username-here --password="my-password-here"
Record added successfully

> i have installed samba4 and set the reverse zone for the dc (10.2.1.6) ,
>
> using the following commands to add my clients
>     samba-tool dns add 10.2.1.6 sat.com imhotep.sat.co.uk A 10.2.1.2
>     samba-tool dns add 10.2.1.6 1.2.10.in-addr.arpa 2 PTR imhotep.sat.co.uk
>
> i get the following returned for both commands
>
> ERROR(runtime): uncaught exception - (1383, 'WERR_INTERNAL_DB_ERROR')
>   File "/usr/lib/python2.7/site-packages/samba/netcmd/__init__.py", line
> 175, in _run
>     return self.run(*args, **kwargs)
>   File "/usr/lib/python2.7/site-packages/samba/netcmd/dns.py", line
> 1067, in run
>     0, server, zone, name, add_rec_buf, None
>
>
> could my dns zone records be corrupt ?
>
> shadrock



More information about the samba mailing list