Skip to content
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

EOPNOTSUPP on O_TMPFILE #119

Open
ezrizhu opened this issue Jul 24, 2023 · 1 comment
Open

EOPNOTSUPP on O_TMPFILE #119

ezrizhu opened this issue Jul 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ezrizhu
Copy link
Collaborator

ezrizhu commented Jul 24, 2023

openat(AT_FDCWD, "/tmp", O_RDWR|O_EXCL|O_CLOEXEC|O_TMPFILE, 0600) = -1 EOPNOTSUPP (Operation not supported)

Motivation: apt update on future branch mostly works besides being unable to make tmpfiles for signature verification, emitting warnings. Everything else works.

@mgree
Copy link
Contributor

mgree commented Jul 28, 2023

There's an old patch on the mailing list from 2021 that seems to add support for O_TMPFILE in overlayfs, but for some reason the patch seems to never have been actually submitted. 🤔

@mgree mgree added the bug Something isn't working label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants