-
Notifications
You must be signed in to change notification settings - Fork 965
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
/var/log/juicefs.log permission denied. #1851
Labels
kind/bug
Something isn't working
Comments
It's because the user running JuiceFS doesn't have write permission in |
Better change the default log path when user is not root. |
still have the Error message. https://github.com/juicedata/juicefs/runs/6145081892?check_suite_focus=true |
it is fixed in latest client. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
run juicefs with non-root user, will show this error:
2022/04/21 02:48:42.565676 juicefs[7575] : open log file /var/log/juicefs.log: open /var/log/juicefs.log: permission denied [mount_unix.go:83]
https://github.com/juicedata/juicefs/runs/6105515257?check_suite_focus=true
What you expected to happen:
should not permission denied.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
) or Hadoop Java SDK version:cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: