-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Multiple users cannot open processing due to folder in /tmp/ #666
Comments
Created by: benfry This should be fixed since 4.0.2: #549 Are you using the latest release? |
Created by: jonalf I'm using processing 4.1.2 revision 1290. I was wondering why we hadn't had this problem earlier in the year. After your comment about the version I checked back on it and discovered that a colleague had upgraded to the newer version last week. The upgrade coincides with the problem occurring. |
Created by: benfry Got it; will check into it—I suspect an extra subfolder may be created that's causing the issue. |
Created by: benfry Can you give it a try with this: https://download.processing.org/processing-230214-linux-x64.tgz First delete the |
Created by: jonalf First, thanks for the prompt work on this. The new processing binary gives the folder in tmp 775 permissions. So users in the same group can run processing, but not any user. See below:
|
Created by: benfry Ok, here's another to try: https://download.processing.org/processing-230216-linux-x64.tgz If that doesn't work, is there anything set with the students' user accounts (i.e. |
Created by: jonalf It works! After looking back at the problem it did seem as if it were
|
Created by: benfry Awesome, thanks for letting me know. I'll try to get this posted as 4.2 (which also includes a bunch of updates for Python Mode) in the next day or two. |
Created by: jonalf
Description
I maintain a classroom of ubuntu 20.0.4 computers, multiple users, with unique accounts, per day need to be able to launch and run processing. Students started to complain that they were getting a strange error when trying to launch processing. Processing is installed locally in
/usr/local/bin/
After investigating, I discovered that processing creates a directory in:
/tmp/processing
This directory is owned by the user that opened processing, but remains after processing is closed and the user has logged out. I believe that the existence of this directory is keeping other users from launching processing. Rebooting the computer (or just removing the directory in
/tmp
does allow a new user to start processing.The text was updated successfully, but these errors were encountered: