Bug 50339 - 00_checks.81_diagnostic_checks fails on UCS App Appliances
00_checks.81_diagnostic_checks fails on UCS App Appliances
Status: NEW
Product: UCS
Classification: Unclassified
Component: App Center
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
App Center maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-10-10 13:56 CEST by Felix Botner
Modified: 2019-10-10 13:58 CEST (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 Felix Botner univentionstaff 2019-10-10 13:56:18 CEST
see, http://jenkins.knut.univention.de:8080/job/UCS-4.4/job/UCS-4.4-2/job/Update%20Tests/test_system=owncloud-appliance/lastCompletedBuild/testReport/00_checks/81_diagnostic_checks/aplwmaster/

During the activation an directory /var/cache/univention-system-activation with mod 777 is created. But our diagnostic checks wants 700 for this directory.
Comment 1 Felix Botner univentionstaff 2019-10-10 13:58:01 CEST
Added workaround (chmod -R 700 /var/cache/univention-system-activation) in test/scenarios/update-testing/owncloud-appliance.cfg, please remove once this is fixed.