We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Despite changing the permissions here, I am unable to access the directory if someone else has created it.
su devin python -c "import ray; ray.init(); sleep(10)" su alexey python -c "import ray; ray.init(); sleep(10)"
The text was updated successfully, but these errors were encountered:
Can you check the actual permissions of /tmp/ray? Perhaps the attempt to change the permissions failed.
/tmp/ray
Sorry, something went wrong.
This was resolved with #3591. I found a race condition that was preventing the permissions from being deterministically changed.
devin-petersohn
No branches or pull requests
System information
Describe the problem
Despite changing the permissions here, I am unable to access the directory if someone else has created it.
Source code / logs
The text was updated successfully, but these errors were encountered: