You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting umask to e.g. 027 several directories gets created without the required work access bit set.
This causes the installer to fail on running postgresql initdb
Expected Behavior
peam::install knows about umask issues and sets them accordingly prior starting the PE installer
Steps to Reproduce
Steps to reproduce the behavior:
set umask (system wide) to 027
run peadm::install plan (fresh installation)
Environment
Version latest and PE 2021.7.2
Platform Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Describe the Bug
When setting umask to e.g. 027 several directories gets created without the required work access bit set.
This causes the installer to fail on running postgresql initdb
Expected Behavior
peam::install knows about umask issues and sets them accordingly prior starting the PE installer
Steps to Reproduce
Steps to reproduce the behavior:
Environment
The text was updated successfully, but these errors were encountered: