You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was on a machine upgraded from Ubuntu 20.04 today, and the user's home was encrypted with ecryptfs.
This causes the Bun.writecopy_file_range syscall to fail with EINVAL.
Perhaps it would not be too awful to attempt a slower fallback in this situation.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.27+267afa293
What platform is your computer?
Linux 6.8.0-44-generic x86_64 x86_64
What steps can reproduce the bug?
I was on a machine upgraded from Ubuntu 20.04 today, and the user's home was encrypted with ecryptfs.
This causes the
Bun.write
copy_file_range
syscall to fail withEINVAL
.Perhaps it would not be too awful to attempt a slower fallback in this situation.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: