-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Can we get a better error message for noexec /tmp? #4548
Comments
Ideally pyi_test_temp_path could be modified to check if path is noexec. The code currently tries /tmp, /var/tmp and /usr/tmp, there is a good chance at least one of those is not mounted noexec. But currently only a mkdtemp check exists, no mount. |
Nice, thanks for pointing me to that part of the code! I'll prepare a PR. |
Sorry for the too-early optimism. I had somehow assumed pyinstaller was written in python. :-D Let's hope someone else jumps in. |
We might add |
Would like to see this fixed. |
UP ! I would like to see this fixed as well 👍 |
Hi! Not sure if this is a pyinstaller bug, or a problem with the way Ubuntu bundles docker-compose. However, pyinstaller seems like the most central place to fix it:
Could we give a more helpful error message here, to remind users of bundled programs that it's about /tmp being mounted noexec?
This issue is intended to improve the experience for users of bundled programs.
#3870 is a related issue, but as I understand it, from the bundle provider's view.
The text was updated successfully, but these errors were encountered: