Nick Craig-Wood
Nick Craig-Wood
This seems like it might be a bug in cgofuse
There is something strange going on in the directory reading routines - I reported an upstream issue here: https://github.com/billziss-gh/cgofuse/issues/49 I've added a workaround for that and collected up the other...
The integration tests failed alas. Run them with ``` cd cmd/cmount go test -c -tags cmount && sudo ./cmount.test -test.v ``` I haven't figured out why yet!
@ghollf do you want to revitalise https://github.com/rclone/rclone/pull/6279 ?
With the help of @darthShadow we came up with this workaround ```diff diff --git a/backend/s3/s3.go b/backend/s3/s3.go index eda36a259..ef7a4d740 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -5862,6 +5862,14 @@ func (o *Object)...
Thanks for your help and investigations @RanVaknin Given that we've found an acceptable workaround I think we can close this issue now, and if anyone in the future has the...
Thanks @RanVaknin I think a lot of users keep their SSE keys as base64 anyway as they can have non printable characters in - this is what we found in...
Perfect - thanks @RanVaknin
That does look wrong. Please give this a try [v1.69.0-beta.8340.ace20e3ef.fix-8106-smb-panic](https://beta.rclone.org/branch/fix-8106-smb-panic/v1.69.0-beta.8340.ace20e3ef.fix-8106-smb-panic/) on branch [fix-8106-smb-panic](https://github.com/rclone/rclone/tree/fix-8106-smb-panic) (uploaded in 15-30 mins)
oops committed some stuff I didn't mean to! Try this instead [v1.69.0-beta.8340.0ccfbe71e.fix-8106-smb-panic](https://beta.rclone.org/branch/fix-8106-smb-panic/v1.69.0-beta.8340.0ccfbe71e.fix-8106-smb-panic/) on branch [fix-8106-smb-panic](https://github.com/rclone/rclone/tree/fix-8106-smb-panic) (uploaded in 15-30 mins)