hi,
When trying to replicate between two DCs, the “Device timeout” problem always occurs.
root@dc002:~# samba-tool drs replicate DC002 DC1 DC=campus,DC=sertao,DC=ifrs,DC=edu,DC=br --full-sync -d10
ERROR(<class 'samba.drs_utils.drsException'>): DsReplicaSync failed - drsException: DsReplicaSync failed (3221225653, '{Device Timeout} The specified I/O operation on %hs was not completed before the time-out period expired.')
File "/usr/lib/python3/dist-packages/samba/netcmd/drs.py", line 567, in run
drs_utils.sendDsReplicaSync(server_bind, server_bind_handle, source_dsa_guid, NC, req_options)
File "/usr/lib/python3/dist-packages/samba/drs_utils.py", line 100, in sendDsReplicaSync
raise drsException("DsReplicaSync failed %s" % estr)
Execution with -d10
https://pastebin.com/raw/cRPhLJe9
Could you help me?