Bug 38446 - Installing packages via "Package Management" does not allow restarting apache
Installing packages via "Package Management" does not allow restarting apache
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC - App-Center
UCS 4.0
Other Linux
: P5 normal (vote)
: UCS 4.0-1-errata
Assigned To: Dirk Wiesenthal
Florian Best
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-05-06 09:55 CEST by Dirk Wiesenthal
Modified: 2015-05-07 17:43 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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>