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 permission denied of unix socket. #33

Merged
merged 5 commits into from Nov 20, 2022
Merged

Conversation

jmjoy
Copy link
Member

@jmjoy jmjoy commented Nov 18, 2022

Mentioned in apache/skywalking#9943 (reply in thread) .

I found this is because the php-fpm manager process is run under root, but pool processes is run under other user.

So I fix it by change the socket file mode to 0777.

@jmjoy jmjoy added the bug Something isn't working label Nov 18, 2022
@jmjoy jmjoy added this to the 0.2.0 milestone Nov 18, 2022
@jmjoy jmjoy marked this pull request as ready for review November 18, 2022 07:34
@jmjoy jmjoy requested a review from heyanlong November 18, 2022 07:34
@jmjoy
Copy link
Member Author

jmjoy commented Nov 18, 2022

@heyanlong Please review the code if you are free.

@wu-sheng wu-sheng merged commit 0298928 into apache:master Nov 20, 2022
@jmjoy jmjoy deleted the permission branch November 21, 2022 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants