Re: [Ms-nfs41-client-devel] WSL: Use ms-nfs41-client on WSL Linux?

2024-10-29 Thread Cedric Blancher via Cygwin
On Tue, 29 Oct 2024 at 14:13, Martin Wege wrote: > > Hello, > > How can I use ms-nfs41-client from a WSL Linux? WSL does not mount anything except C: at boot time. So you need to do a manual mount inside WSL. Example 1, using drive letter N: First mount NFS share in Windows's Cygwin terminal: /

libresolv does not provide __ns_initparse, resulting in LD undefined reference

2024-10-29 Thread Named T. Relay via Cygwin
Hello, Today i installed cygwin to compile a windows .exe out of a Linux source program. While G++ on Linux compiles it correctly into a binary, on cygwin i got an issue during linking: $ g++ -O2 -Wall -Isrc -o bin/sealtool src/sign-verify.cpp -lcrypto -lssl -lcurl -lresolv /usr/lib/gcc/x86_6

Re: [Ms-nfs41-client-devel] Windows Server NFS, getfact not working on NFS

2024-10-29 Thread Sam Edge via Cygwin
On 29/10/2024 15:47, Corinna Vinschen via Cygwin wrote: On Oct 29 15:08, Sam Edge via Cygwin wrote: On 29/10/2024 14:38, Corinna Vinschen via Cygwin wrote: On Oct 29 13:56, Martin Wege via Cygwin wrote: No, FILE_PERSISTENT_ACLS is not in that output. Reading https://learn.microsoft.com/en-us

Re: [Ms-nfs41-client-devel] Windows Server NFS, getfact not working on NFS

2024-10-29 Thread Corinna Vinschen via Cygwin
On Oct 29 15:08, Sam Edge via Cygwin wrote: > On 29/10/2024 14:38, Corinna Vinschen via Cygwin wrote: > > On Oct 29 13:56, Martin Wege via Cygwin wrote: > > > No, FILE_PERSISTENT_ACLS is not in that output. > > > > > > Reading > > > https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-f

Re: [Ms-nfs41-client-devel] Windows Server NFS, getfact not working on NFS

2024-10-29 Thread Sam Edge via Cygwin
On 29/10/2024 14:38, Corinna Vinschen via Cygwin wrote: On Oct 29 13:56, Martin Wege via Cygwin wrote: On Sun, Oct 6, 2024 at 8:53 AM Cedric Blancher wrote: Please run winfsinfo on the NFS filesystem: /bin/winfsinfo getvolumeinfo "$(cygpath -w /cygdrive/n/nfsshare1)" Does winfsinfo getvolumei

Re: [Ms-nfs41-client-devel] Windows Server NFS, getfact not working on NFS

2024-10-29 Thread Corinna Vinschen via Cygwin
On Oct 29 13:56, Martin Wege via Cygwin wrote: > On Sun, Oct 6, 2024 at 8:53 AM Cedric Blancher > wrote: > > Please run winfsinfo on the NFS filesystem: > > /bin/winfsinfo getvolumeinfo "$(cygpath -w /cygdrive/n/nfsshare1)" > > > > Does winfsinfo getvolumeinfo list the FILE_PERSISTENT_ACLS flag in

Re: [Ms-nfs41-client-devel] Windows Server NFS, getfact not working on NFS

2024-10-29 Thread Martin Wege via Cygwin
On Sun, Oct 6, 2024 at 8:53 AM Cedric Blancher wrote: > > On Sat, 5 Oct 2024 at 14:44, Martin Wege wrote: > > > > Greetings! > > > > If I mount a NFS filesystem from a Windows NFS4.1 server (Windows > > Server 2022) on Windows 10, then getfacl does not work: > > > > cd /cygdrive/n/nfsshare1 > > t