-
Notifications
You must be signed in to change notification settings - Fork 253
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
Fedora KDE: Could not change permissions for "file.jpg" #271
Comments
I've just run into a similar problem on Arch Linux. The system is unable to set attributes and hence chmod doesn't work. The issue is already tracked there, but seeing that this issue also exists in Fedora, I believe this could be an upstream issue. I don't know anything about the Fedora package, but in the Arch package, this issue occurred when the build source changed from cloning the repo with tag 1.6 to getting gocryptfs_v1.6_src-deps.tar.gz. The former also only depended on go-2, while the latter depends on a hell of a lot Haskell packages. |
I agree, sounds like a problem in gocryptfs. Can I download the arch linux gocryptfs binary somewhere? |
FWIW, I haven't noticed any problems in Debian. We built from gocryptfs_v1.6_src.tar.gz (no deps). For identification purposes, I attached your relevant upstream signature gocryptfs_v1.6_src.tar.gz.asc.gz (Github required a zipped upload). You can also find hashes here. |
You can find version information for our build dependencies in this |
I can reproduce the problem with gocryptfs_v1.6_src-deps.tar.gz . |
So I think you need this commit: 658cc4a . I have released gocryptfs v1.6.1 that includes this commit: https://github.com/rfjakob/gocryptfs/releases/tag/v1.6.1 This only affects users who are on Go 1.11 or higher. Debian has Go 1.10, so I guess that's the difference. |
@xelra @matthieugras does gocryptfs v1.6.1 fix the issue? |
On Wednesday, December 12, 2018 9:45:23 PM CET rfjakob wrote:
@xelra @matthieugras does gocryptfs v1.6.1 fix the issue?
I'm sorry, I can't test it because I'm not using Fedora anymore
|
@rfjakob I can confirm that the issue is fixed with v1.6.1. I was also seeing the EOPNOTSUPP errors, so I think the fix was spot on. Strange that the error only showed on a certain build source. IMO this issue can be closed. |
My guess is that the move from AUR also changed the Go version that was used to build gocryptfs? Thanks for testing! |
I'm getting this error message when I'm trying to copy some files in Dolphin (GUI file explorer) to the the crypted folder. If I copy too many files this opens so many windows that my system freezes.
The text was updated successfully, but these errors were encountered: