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
On systems where umask is set not default due to stricting, task 'Synchronize requirements' fails with permission denied.
This happens on a system where umask is set '0027', default umask is '0022' as root.
The user 'archiveamtica' is not allowed to change directory into archivematica_src_dir due to in this situation the folder has 0750 permissions. Owner and Group are both root.
I've created a PR which set the mode 0755 on directory creating.
The text was updated successfully, but these errors were encountered:
When deployment is finnished, services do not start due to access denied at serveral places. I'll make a new comment with more information later and will update the PR
On systems where umask is set not default due to stricting, task 'Synchronize requirements' fails with permission denied.
This happens on a system where umask is set '0027', default umask is '0022' as root.
The user 'archiveamtica' is not allowed to change directory into archivematica_src_dir due to in this situation the folder has 0750 permissions. Owner and Group are both root.
I've created a PR which set the mode 0755 on directory creating.
The text was updated successfully, but these errors were encountered: