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

EPERM error if logs/pids is owned by different user #175

Open
eirikurn opened this issue Dec 5, 2011 · 0 comments
Open

EPERM error if logs/pids is owned by different user #175

eirikurn opened this issue Dec 5, 2011 · 0 comments

Comments

@eirikurn
Copy link
Contributor

eirikurn commented Dec 5, 2011

In my setup, the automated production environment manages the logs and pids folders. They are not owned by the node runner, but they are group writable for the node runner.

Cluster however tries to create these folders and asks for 755 permissions, so even if the folder exists, node still tries to enforce the permission and fails because it is not the owner of the folder.

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