Displaying 6 results from an estimated 6 matches for "samba_updatedns".
2018 May 02
4
samba_dnsupdate --all-names -> dns_tkey_negotiategss: TKEY is unacceptable
Hi Rowland,
Am 02.05.2018 um 14:27 schrieb Rowland Penny via samba:
> Try adding 'dns update command = /usr/sbin/samba_dnsupdate
> --use-samba-tool' to smb.conf
>
> and run 'samba_dnsupdate --all-names --use-samba-tool'
we did this and we now getting the following error-message:
-----------
.
.
ERROR(runtime): uncaught exception - (9711,
2018 May 02
1
samba_dnsupdate --all-names -> dns_tkey_negotiategss: TKEY is unacceptable
On Wed, 2 May 2018 19:29:15 +0200
Stefan Kania via samba <samba at lists.samba.org> wrote:
> Hi Rowland,
>
> we ran samba_updatedns because we get the error
> "ERROR_DNS_UPDATE_FAILED" when joining a Samba-host to the domain.
> We go by the wiki
> https://wiki.samba.org/index.php/Troubleshooting_Samba_Domain_Members#DNS_Update_failed:_ERROR_DNS_UPDATE_FAILED
> and we checked the dynmaic DNS update as writt...
2018 May 02
0
samba_dnsupdate --all-names -> dns_tkey_negotiategss: TKEY is unacceptable
Hi Rowland,
we ran samba_updatedns because we get the error
"ERROR_DNS_UPDATE_FAILED" when joining a Samba-host to the domain.
We go by the wiki
https://wiki.samba.org/index.php/Troubleshooting_Samba_Domain_Members#DNS_Update_failed:_ERROR_DNS_UPDATE_FAILED
and we checked the dynmaic DNS update as written in the wiki:
http...
2018 Oct 20
0
AD RODC not being used because of missing DNS entries?
...|- Forward Lookup Zone
|- samdom.example.com
| |- _msdcs
| | |- dc
| | |- _sites
| | |- Default-First-Site-Name
| | | - _tcp
| | | - _ldap - dc2
| | | - _kerberos - dc2
I tried :
# samba_updatedns --use-samba-tool --rpc-server-ip=ip.addr.of.dc1
but that resulted in 4 times:
ERROR(runtime): uncaught exception - (1383, 'WERR_INTERNAL_DB_ERROR')
File "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line 176, in _run
return self.run(*args, **kwargs)
File...
2020 Oct 21
1
Replication fails with (WERR_GEN_FAILURE)
...s_utils.drsuapi_connect(ctx.server, ctx.lp, ctx.creds)
File "/usr/lib/python2.7/dist-packages/samba/drs_utils.py", line 59,
in drsuapi_connect
raise drsException("DRS connection to %s failed: %s" % (server, e))
-------------
No changes where made to smb.conf all default.
samba_updatedns --verbose --all-names
is running on both DCs without any error.
Time is exactly the same on both DCs.
These are the packages I installed via Ansible:
--------------
#Installing all needed packages for Samba-DC with bind9
- name: install samba- and bind9-package for ADDC
apt:
name:...
2018 Oct 20
2
AD RODC not being used because of missing DNS entries?
On Sat, 20 Oct 2018 13:58:15 +0200 (CEST)
tomict via samba <samba at lists.samba.org> wrote:
>
> > Just one thought, where does the nameserver on DC2 point ?
> > Is it to DC1 ?
> > or itself, DC2 ?
>
> > If it is pointing to itself, try pointing it at DC1
>
> > Rowland
>
> The Nameserver on DC2 points to the ip address of DC1
>
> Tom