-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Need better handler for tmp files to unblock running under different users #397
Comments
I'm not sure what you mean by this. |
In tmp dir will be created file exo_used_ports. Once another user wanna use exo, file is there and cause user can't use |
@AlexCheema some further discussion of this in #396. On a linux machine, let's say User 1 creates a file in I think the solution here might be to just simplify the |
I don't think it may interfere with another machine on the network because machines may have the same ports while they are sitting on different addresses.
I don't see the issue if just try to bind next available port regardless of what written in the file. Also can introduce and stick to default port, fallback to random if default already used. |
exo/exo/helpers.py
Line 38 in bc1d88d
If user A used exo, user B will unable to use exo due tmp file blocked by user A until manually removed or system reloaded (in cases tmp folder wiped during reload)
The text was updated successfully, but these errors were encountered: