mifritscher

Results 12 comments of mifritscher

Attention: I tried to make 9p running on a Windows host, NOT on a Windows guest! The biggest obstacle is that the variants of open(root-directory,directory in this root-directory) is needed...

ReactOS (Windows XP clone) could be interested in that as well. They added support for NFS and VirtualBox shared folders, both using the redirector infrastructure. Because ReactOS is open source...

I hackfixed it as well by simply copying both -android and -jdbc into -core.

Btw, I get following warnings: ``` CC goldy.o goldy.c: In function 'acquire_peername': goldy.c:499:5: warning: implicit declaration of function 'inet_ntop'; did you mean 'inet_ntoa'? [-Wimplicit-function-declaration] 499 | inet_ntop(AF_INET, &s_ip4->sin_addr, sc->client_ip_str, |...

P.S. You can find the windows binary under https://mifritscher.de/austausch/zft/goldy.zip .

Upgrading to mbedtls 2.7.1 didn't solve the issue. Raising the debug level on mbedtls, I got: ``` 2019-08-07 15:12:38.205000 DEBUG mbedtls_debug [2] ssl_tls.c:6850: => handshake 2019-08-07 15:12:38.205000 DEBUG mbedtls_debug [2]...

If I understand it right, it wants to have MBEDTLS_SSL_HS_CLIENT_HELLO = 1, but it got a MBEDTLS_SSL_HS_CLIENT_KEY_EXCHANGE = 16. Can it be that there are packets being mixed up?

On Windows 7 64 bit, JavaCV 1.4, on Skylake (with switchable graphics, I've a AMD GPU as well), I get following: ` 40 [h264_qsv @ 00000000219bbde0] Initialized an internal MFX...

I'm using grub grub-probe (GRUB) 2.12~rc1-12 (But I looked at grub master, without notable difference) I got this problem after updating from zfs 2.1.4 to 2.2.2 (without zfs upgrade). a...

I can confirm that using grub 2.12 does indeed help. So one of the top 4 commits of https://git.savannah.gnu.org/cgit/grub.git/log/grub-core/fs/zfs/zfs.c solves the problem. If I need to guess I would say...