Bug 11929 - drs showrepl: WERR_SEM_TIMEOUT replicating from DCs with multiple IPs
Summary: drs showrepl: WERR_SEM_TIMEOUT replicating from DCs with multiple IPs
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: AD: LDB/DSDB/SAMDB (show other bugs)
Version: 4.2.3
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-19 16:02 UTC by Arvid Requate
Modified: 2016-07-29 03:30 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate 2016-05-19 16:02:16 UTC
In a domain with two DCs samba-tool drs showrepl on DC2 showed WERR_SEM_TIMEOUT for the inbound replication from DC1 and replication stalled.

As it turned out, the DC1 had three network interfaces configured for three separate /24 networks, and Samba was binding to all of them. As a result the dnsupdate process on DC1 wrote all 3 IPs into DNS.

DC2 in contrast had a single network interface configured for only one of the subnets but it persistently attempted to connect to DC1 on one of the IPs that were not reachable.

Probably Samba should be more graceful in this situation and attempt to use all registered IPs and prefer those that are reachable.
Comment 1 Andrew Bartlett 2016-07-29 03:29:23 UTC
*** Bug 10175 has been marked as a duplicate of this bug. ***
Comment 2 Andrew Bartlett 2016-07-29 03:30:25 UTC
(In reply to Andrew Bartlett from comment #1)
This was in error, Sorry.