NFS issues continue with Gotham beta 2
#77
1. oncrpc isn't needed anymore in 1.6
2. only the libnfs target has to be built in the project
3. the branch for our 1.6.3 is https://github.com/Memphiz/libnfs/commits/xbmcgotham
4. No clue what or how to printout in libnfs
5. Instead add CLog::Log(LOGDEBUG, "blah blah blah") in NFSFile.cpp/NFSDirectory.cpp (method stat). Printout any error codes the libnfs functions we call from there show including the path which was stat'ed.

Something like CLog::Log(LOGDEBUG, "NFSDEBUGPRINTOUT: stat returned %d for path %s", err, url.get().c_str()); (not sure about the url ... it might be a path string - then path.c_str() - what ever is given in the parameter to the stat call ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply


Messages In This Thread
RE: NFS issues continue with Gotham beta 2 - by Memphiz - 2014-04-04, 11:56
Logout Mark Read Team Forum Stats Members Help
NFS issues continue with Gotham beta 20