Perhaps I should be starting my own thread...but maybe I'll post here first and see if anyone can help.
I'm having trouble using scripts that write to the my NFS server. I'm using the latest artwork script downloader 1.0.1 (although this has been an issue I've been having since I made the switch to NFS a month ago...the previous scripts extrafanart.downloader and logo one also gave the same "nfs_pwrite_async" error message)
Here's my log
http://pastebin.com/zWa4qnLC
Pretty much all of the artwork is not copied over as it says:
Code:
20:52:15 T:2961149952 NOTICE: Artwork Downloader: Downloaded successfully: banner.jpg
20:52:15 T:2961149952 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //TV/8 Simple Rules/banner.jpg
20:52:15 T:2961149952 ERROR: Failed to pwrite(media/WDBACKUP/TV/8 Simple Rules/banner.jpg) nfs_pwrite_async failed
20:52:15 T:2961149952 ERROR: Cache - Failed write to file nfs://172.16.1.114/media/WDBACKUP/TV/8 Simple Rules/banner.jpg
20:52:15 T:2961149952 DEBUG: CFileNFS::Close closing file media/WDBACKUP/TV/8 Simple Rules/banner.jpg
20:52:15 T:2961149952 WARNING: Artwork Downloader: Could not copy file (Destination may be read only), skipping: u'nfs://172.16.1.114/media/WDBACKUP/TV/8 Simple Rules/banner.jpg'
20:52:15 T:2961149952 DEBUG: Artwork Downloader: Finished with: banner
The "nfs_pwrite_async failed" is always the error. It's not a permissions issue, as you'll see just a few lines down from that, it DOES successfully copy over an artwork:
Code:
20:52:15 T:2961149952 DEBUG: Artwork Downloader: Starting with processing: defaultthumb
20:52:15 T:2961149952 DEBUG: Artwork Downloader: ID of downloaded image: 676351
20:52:15 T:2961149952 NOTICE: Artwork Downloader: Downloaded successfully: folder.jpg
20:52:16 T:2961149952 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - //TV/8 Simple Rules/folder.jpg
20:52:16 T:2961149952 DEBUG: CFileNFS::Close closing file media/WDBACKUP/TV/8 Simple Rules/folder.jpg
20:52:16 T:2961149952 DEBUG: Artwork Downloader: Copied successfully: nfs://172.16.1.114/media/WDBACKUP/TV/8 Simple Rules/folder.jpg
20:52:16 T:2961149952 DEBUG: Artwork Downloader: Skipped. Reason: Max number defaultthumb reached: 1
20:52:16 T:2961149952 DEBUG: Artwork Downloader: Finished with: defaultthumb
So i'm not sure what else I should be looking at. I can connect to the NFS server outside XBMC and can write to just fine.
Any ideas?
EDIT: I checked to see if I could transfer files in file manager. At first I thought that was okay, because i just tested with a small xml file from the Profile directory...but when I went back in and tried to transfer a larger file, it gave the same error. I narrowed it down to 64 KB, anything more than that, it gives the error.