Bug 24876 - Konfliktbehandlung in der Softwareauswahl
Konfliktbehandlung in der Softwareauswahl
Status: CLOSED DUPLICATE of bug 22905
Product: UCS
Classification: Unclassified
Component: UMC - Basic settings
UCS 3.0
Other Linux
: P5 normal (vote)
: UCS 3.0 - RC
Assigned To: Alexander Kläser
Janek Walkenhorst
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-24 20:26 CET by Stefan Gohmann
Modified: 2011-12-13 15:48 CET (History)
0 users

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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2011-11-24 20:26:43 CET
Im Installer gibt es ein Konflikthandling für die Softwareauswahl, damit nicht KVM und Xen gemeinsam ausgewählt wird, bzw. S3 und S4.

Zusätzlich gibt es eine Warnung, wenn S3 oder S4 auf Backup oder Slave ausgewählt werden. Siehe Code im Installer:


                if xen and kvm:
                        return _('Software conflict!\n\nIt is not allowed to install the software packages %s and %s on one system. Please select only one of these two component.') % (self.packages[kvm[0]][kvm[1]][0], self.packages[xen[0]][xen[1]][0])

                if s3 and s4:
                        return _('Software conflict!\n\nIt is not allowed to install the software packages %s and %s on one system. Please select only one of these two component.') % (self.packages[s4[0]][s4[1]][0], self.packages[s3[0]][s3[1]][0])

                if self.all_results['system_role'] in ['domaincontroller_backup', 'domaincontroller_slave']:
                        if s3 and self.samba3_warning == False:
                                self.samba3_warning = True
                                return _('The software package %s was selected. It is not possible to mix NT and Active Directory compatible domaincontroller.\n\nMake sure the existing UCS domain is NT-compatible (Samba 3). This warning is shown only once. The installation can be continued with this selection.') % (self.packages[s3[0]][s3[1]][0])

                        if s4 and self.samba4_warning == False:
                                if self.all_results['system_role'] in ['domaincontroller_backup', 'domaincontroller_slave']:
                                        self.samba4_warning = True
                                        return _('The software package %s was selected. It is not possible to mix NT and Active Directory compatible domaincontroller.\n\nMake sure the existing UCS domain is Active Directory-compatible (Samba 4). This warning is shown only once. The installation can be continued with this selection.') % (self.packages[s4[0]][s4[1]][0])
Comment 1 Alexander Kläser univentionstaff 2011-11-24 23:05:02 CET

*** This bug has been marked as a duplicate of bug 22905 ***
Comment 2 Alexander Kläser univentionstaff 2011-11-24 23:05:25 CET
Es müssten eigentlich alle Fälle in Bug 22905 beschrieben sein.
Comment 3 Janek Walkenhorst univentionstaff 2011-11-29 17:23:53 CET
(In reply to comment #2)
> Es müssten eigentlich alle Fälle in Bug 22905 beschrieben sein.

OK
Comment 4 Sönke Schwardt-Krummrich univentionstaff 2011-12-13 15:48:57 CET
UCS 3.0-0 wurde veröffentlicht. Sollte der hier beschriebene Bug mit einer
neueren Version von UCS erneut auftreten, so sollte dieser Bug dupliziert
werden: "Clone This Bug"