Univention Bugzilla – Attachment 9595 Details for
Bug 41867
Traceback - Listener constantly busy and restarting bind - S4 fails to sync DNS forward zone due to duplicate values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
limited patch
41867.patch (text/plain), 929 bytes, created by
Jürn Brodersen
on 2018-07-13 16:19:18 CEST
(
hide
)
Description:
limited patch
Filename:
MIME Type:
Creator:
Jürn Brodersen
Created:
2018-07-13 16:19:18 CEST
Size:
929 bytes
patch
obsolete
>diff --git a/services/univention-s4-connector/modules/univention/s4connector/s4/dns.py b/services/univention-s4-connector/modules/univention/s4connector/s4/dns.py >index c44dbbbd5d..8394598478 100644 >--- a/services/univention-s4-connector/modules/univention/s4connector/s4/dns.py >+++ b/services/univention-s4-connector/modules/univention/s4connector/s4/dns.py >@@ -546,7 +546,7 @@ def __pack_soaRecord(object, dnsRecords): > soa = soaRecord.split(' ') > mname = soa[0] > rname = soa[1] >- serial = int(soa[2]) >+ serial = int(soa[2]) -1 if int(soa[2]) > 0 else 0 > refresh = int(soa[3]) > retry = int(soa[4]) > expire = int(soa[5]) >@@ -798,7 +798,7 @@ def s4_zone_create(s4connector, object): > > __pack_txtRecord(object, dnsRecords) > >- s4connector.lo_s4.modify(soa_dn, [('dnsRecord', old_dnsRecords, dnsRecords)]) >+ s4connector.lo_s4.modify(soa_dn, [('dnsRecord', old_dnsRecords, list(set(dnsRecords)))]) > > return True >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 41867
:
7844
| 9595