Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Permissions on archivematica_src_dir folder #405

Open
rayzilt opened this issue Sep 25, 2024 · 3 comments
Open

Problem: Permissions on archivematica_src_dir folder #405

rayzilt opened this issue Sep 25, 2024 · 3 comments

Comments

@rayzilt
Copy link
Contributor

rayzilt commented Sep 25, 2024

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.

@rayzilt
Copy link
Contributor Author

rayzilt commented Oct 2, 2024

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

@rayzilt
Copy link
Contributor Author

rayzilt commented Nov 5, 2024

Updated all tasks with correct 'mode' property. Playbook runs fine and services start up correctly on a system with umask set to '0027'.

@rayzilt
Copy link
Contributor Author

rayzilt commented Nov 5, 2024

PR: #406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant