-
Notifications
You must be signed in to change notification settings - Fork 278
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
FreeBSD >> operator does not append #334
Comments
|
Cannot confirm on Leap 42.2 with kernel 4.11.6 and encfs 1.9.1. |
|
Thank you for your test @Aikhjarto. |
|
One more test : So appending using Perl seems to work... |
|
OK, same issue using another Fuse FS, such as I've then opened a FreeBSD bug : |
|
Sounds like freebsd has a problem with files opened with the O_APPEND flags
…On Jun 21, 2017 3:53 PM, "Ben RUBSON" ***@***.***> wrote:
OK, same issue using another Fuse FS, such as sshfs.
I've then opened a FreeBSD bug :
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220185
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#334 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AARgf1qCVPJEstAB8N5PwMN-fX2-sx11ks5sGSB0gaJpZM4OAi-V>
.
|
|
Good news, @cemeyer found the bug and proposed a FreeBSD patch 👍 |
|
Perl must not use O_APPEND internally. Happy to help. |
|
Good news, patch will be available in upcoming FreeBSD 11.1 : |
Hello,
I just discovered this :
EncFS does not correctly append content to the end of the file, as if it was not able to seek.
Ben
The text was updated successfully, but these errors were encountered: