Bug 28794 - univention-dnsedit: Entfernen von srv-records funktioniert nicht
univention-dnsedit: Entfernen von srv-records funktioniert nicht
Status: RESOLVED DUPLICATE of bug 32592
Product: UCS
Classification: Unclassified
Component: DNS
UCS 3.0
Other Linux
: P5 normal (vote)
: UCS 3.x
Assigned To: UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-16 12:18 CEST by Lukas Walter
Modified: 2018-04-13 13:32 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:
hahn: Patch_Available+


Attachments
Diff (1.05 KB, patch)
2012-10-16 12:19 CEST, Lukas Walter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Walter univentionstaff 2012-10-16 12:18:40 CEST
Das Entfernen von srv-records mit univention-dnsedit ist momentan nicht möglich.

=============================================================================
root@mas6:~# /usr/share/univention-directory-manager-tools/univention-dnsedit vrtp.awbn remove srv   foo tcp 0 100 7389 master.fqdn   
E: failed The property Location is required
=============================================================================

Phillip war so frei das Problem lokal auf meiner VM zu beheben, den Diff hänge ich an diesen Bug.
Comment 1 Lukas Walter univentionstaff 2012-10-16 12:19:10 CEST
Created attachment 4715 [details]
Diff
Comment 2 Janis Meybohm univentionstaff 2012-10-17 11:13:18 CEST
Ich habe das in der join.log eines Kunden beim AUsführen des samba4-dns Joinscripts gesehen:

---
...
...
Adding SRV record "ldap._tcp.d86a00af-c046-4f73-b2ef-528f9f51e31a.domains msdcs 0 100 389 ucs-srv.kunde.local." to zone kunde.local... done
Traceback (most recent call last):
  File "/usr/share/univention-admin-tools/univention-dnsedit", line 408, in <module>
    remove_srv_record(nargs)
  File "/usr/share/univention-admin-tools/univention-dnsedit", line 250, in remove_srv_record
    record['location']=l
  File "/usr/lib/pymodules/python2.6/univention/admin/handlers/__init__.py", line 214, in __setitem__
    raise univention.admin.uexceptions.valueRequired, _('The property %s is required') % self.descriptions[key].short_description
univention.admin.uexceptions.valueRequired: The property Location is required
Adding SRV record "kerberos tcp 0 100 88 ucs-srv.kunde.local." to zone kunde.local... done
...
...
---
Comment 3 Janis Meybohm univentionstaff 2013-02-07 09:41:35 CET
Erneut bei einem Kunden beobachtet: 2013020521000727, UCS 3.1

Adding SRV record "ldap._tcp.4791faf9-94eb-49c1-a8e9-e81732d119f3.domains msdcs 0 100 389 x.y.z.a.de." to zone x.y.z.a.de... done
Traceback (most recent call last):
  File "/usr/share/univention-admin-tools/univention-dnsedit", line 408, in <module>
    remove_srv_record(nargs)
  File "/usr/share/univention-admin-tools/univention-dnsedit", line 250, in remove_srv_record
    record['location']=l
  File "/usr/lib/pymodules/python2.6/univention/admin/handlers/__init__.py", line 214, in __setitem__
    raise univention.admin.uexceptions.valueRequired, _('The property %s is required') % self.descriptions[key].short_description
univention.admin.uexceptions.valueRequired: The property Location is required
Comment 4 Moritz Muehlenhoff univentionstaff 2013-05-31 10:45:10 CEST
We will not ship a UCS 3.1-2 release; the next UCS release will be UCS 3.2.

As such, this bug is moved to the new target milestone.
Comment 5 Stefan Gohmann univentionstaff 2013-09-13 19:53:49 CEST

*** This bug has been marked as a duplicate of bug 32592 ***