Bug 38446

Summary: Installing packages via "Package Management" does not allow restarting apache
Product: UCS Reporter: Dirk Wiesenthal <wiesenthal>
Component: UMC - App-CenterAssignee: Dirk Wiesenthal <wiesenthal>
Status: CLOSED FIXED QA Contact: Florian Best <best>
Severity: normal    
Priority: P5 CC: da, walkenhorst
Version: UCS 4.0   
Target Milestone: UCS 4.0-1-errata   
Hardware: Other   
OS: Linux   
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:

Description Dirk Wiesenthal univentionstaff 2015-05-06 09:55:54 CEST
Line is:
  with package_manager.no_umc_restart():

Could be:
  with package_manager.no_umc_restart(exclude_apache=True):

the first one is the code for installing single packages, the second one for installing apps. Should be harmonized, i.e. allowing apache restart when installing packages.
Comment 1 Dirk Wiesenthal univentionstaff 2015-05-06 12:05:49 CEST
Fixed in
  univention-management-console-module-appcenter 4.1.20-22.344.201505061151
Comment 2 Florian Best univentionstaff 2015-05-06 14:00:14 CEST
OK: apache restart during installation possible
OK: YAML
Comment 3 Janek Walkenhorst univentionstaff 2015-05-07 17:43:56 CEST
<http://errata.univention.de/ucs/4.0/189.html>