JieBinCao
JieBinCao
The error message for tracking RPC is: Read from socket(1120) failed, errno:10057 (Unknown error). Closing socket.
I added this sentence to the above code snippet: nfs_set_mountport(nfs, 2049); After returning a -14 status code, the breakpoint was traced and entered into the rpc_process_deply interface implemented in pdu....
> Collect a network trace with wireshark. > > Generally, PROG_UNAVAIL means that either NFS or Portmapper is not configured/running on the server. > > Run "rpcinfo" on the server....
> Ok. Collect a network trace with wireshark when you try to mount the share and I can have a look. I've collected the network trace with Wireshark. Here it...
> > > Ok. Collect a network trace with wireshark when you try to mount the share and I can have a look. > > > I've collected the network...
> Looks like a configuration error in your environment. Look at packet 133. The server responds to the MOUNT NULL procedure. Open the "Remote Procedure Call" expansion and look at...
> Get rid of this : nfs_set_mountport(nfs, 2049); The mount program is very likely not running on 2049 but on an ephemeral port. Get rid of this : nfs_set_countport (nfs,...
> seeing the same issue with v6, but only on Windows. Android and macOS were confirmed to work correctly. Issue observed in Kodi, see the link just above this comment....
> as far as I can see, in Kodi the only windows-specific code is a few defines that are used here: https://github.com/xbmc/xbmc/blob/e7e6ee63bf222e4a5896598d5520dd509dbaef1d/xbmc/filesystem/NFSFile.cpp#L947 > > ``` > ret = nfs_creat(m_pNfsContext, filename.c_str(),...
> no, you can not have a link to D:\..in nfs. Windows does not have soft-links in the same sense as unix has. In posix, links are evaluated on the...