Boris Reisig

Results 46 comments of Boris Reisig

@WayneD Compiled it again from git. I don't have lz4 ``` root@server tmp# rsync --version rsync version 3.2.2pre3 protocol version 31 Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and...

I was just testing it with php 8.1, I'll get it patched

I would recommend that if a decision couldn't be made then to merge the QUIC fork and make any changes/updates to it.

@zacaro In my registry, I had changed the following (sshfs.k) so that the permissions are set properly on the server. svc %1 %2 %U -oreconnect -oStrictHostKeyChecking=no -oPasswordAuthentication=no -oBatchMode=yes -oUserKnownHostsFile=/dev/null -oCompression=yes...

@zacaro I tried changing it to svc %1 %2 %U -oreconnect -oStrictHostKeyChecking=no -oPasswordAuthentication=no -oBatchMode=yes -oUserKnownHostsFile=/dev/null -oCompression=yes -oidmap=user,uid=-1,gid=-1 And still the same issue. I did try the "md folder" from the...

Guess it's not on any radar.

This is a HUGE blocker as most newer distros have moved to FUSE3. I tried compiling the latest version from git and it's still cannot compile against fuse3.

I have had some issues with the 4 folders re-try issues and did some extra debugging. https://github.com/billziss-gh/winfsp/issues/357

@billziss-gh Adding the command line option would help as a workaround.

We noticed the same issue here. When using TCP mode to connect to Graylog. If we reboot the Graylog server, Our rails app continuously crashes until the Graylog is back...