-
Notifications
You must be signed in to change notification settings - Fork 822
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
memfd_create() is not available #3542
Comments
Ref #1209 for sport. I had forgotten it was left open as a landing zone for memfd and then closed it because the use case was satisfied. |
Query for the devs: How "doable" is |
We have thus far avoided implementing memory-backed files (memfd, tmpfs, et al.), instead relying on the system drive for temporary storage (aka really slow memory). We could do something similar here, in which case it would just be a little bit of infrastructure to handle the lifetimes of "anonymous" files. A better solution would require plumbing in some real tmpfs concepts, and that will be quite a bit more work, though I am not aware of any technical blockers. |
Appreciate the reply Brian. My headspace when I wrote the query was in what you called "real tmpfs concepts" (which I know WSL doesn't have), but of course you can do anything |
Adding reference to NGINX Unit issue: |
See the File Sealing section in the |
Firefox crashes on openSUSE 15.1 (in |
Windows build number: 10.0.17134.285
Distro: Ubuntu 18.04.1 LTS
I want to use NGINX Unit but it fails with the following error:
Here's the content of
/var/log/unit.log
:This happened when I tried to configure it using
curl -X PUT -d @/path/to/configuration.json --unix-socket /run/control.unit.sock http://localhost/config/applications/app_name
The text was updated successfully, but these errors were encountered: