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

Give a warning in documentation about installing gems with umask 0077 #6

Open
maticmeznar opened this issue Jul 4, 2015 · 1 comment

Comments

@maticmeznar
Copy link

I spent most of yesterday figuring out my problems with Sensu saying it cannot find the gems I installed, etc. It turns out that because my umask is 0077, installed gems were only readable by root and not by sensu user. Installing gems with umask 0022 solves the problem. People have filled bug reports against rubygems in the past about this particular behavior, but they were closed as WONTFIX. I just think a warning in sensu-plugins documentation would be prudent to avoid wasting time.

@mattyjones
Copy link
Member

@maticmeznar I will add this as a note and close it then.

Thanks!

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

2 participants