rfjakob

Results 370 comments of rfjakob

Thanks for the benchmarks! The low cpu usage suggests that it is latency-bound. Maybe my NAS is too slow to see the effect as strongly as you do. I'll try...

Can you check what you get on a [ram disk](https://gist.github.com/htr3n/344f06ba2bb20b1056d7d5570fe7f596)? It is expected that you get a fraction of your speed test result. I have 1000MB/s on the speed test...

Last commit should fix the -wpanic turns this warning into a panic: Openat: O_NOFOLLOW missing: flags = 0x4 which are most of the failures

TestSeekData tries to create a 1 TiB *sparse* file, but because it's sparse, it should only take up a few kiB. Looks like this does not work here. On the...

Can you try again? I have now (1) improved the output of `test.bash -v` so we should see where it hangs (if it hangs) (2) Limited `TestSeekData` to 1 GiB...

Looks like gocryptfs does something that either davfs2 and/or the Hidrive server does not like. Yes if you can share credentials, I will test. You can send to [email protected]

Hmm, this is not so good: > 09:55:35.622146 rx 3368: MKDIR n382 {0755 (022)} ["d"] 2b > WriteDirIV: Openat: no such file or directory gocryptfs just created a directory, but...

So I was unable to mount this (maybe the password has expired), but have you tried setting debug most in /etc/davfs2/davfs2.conf ? Maybe we see what's going wrong here. The...