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

Fix directory permissions on config_dir and data_dir #205

Merged
merged 1 commit into from
Aug 3, 2015

Conversation

ewr
Copy link
Contributor

@ewr ewr commented Aug 3, 2015

With /etc/consul getting created 0640, consul was failing to start with a permission denied error trying to lstat a service definition.

Error reading '/etc/consul': lstat /etc/consul/scpr_testing_web.json: permission denied

vagrant@server-ubuntu-1204:~$ ls -l /etc/ | grep consul
drw-r--r-- 2 root   root    4096 Aug  3 14:49 consul

That directory should potentially be owned by service_user rather than root, but that doesn't affect operation.

With `/etc/consul` getting created `0640`, consul was failing to start with
a permission denied error trying to lstat a service definition.
johnbellone added a commit that referenced this pull request Aug 3, 2015
Fix directory permissions on config_dir and data_dir
@johnbellone johnbellone merged commit 948692c into sous-chefs:master Aug 3, 2015
@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants