SAB Running on my R-Pi. I've got a CIFS share mounted and when I move a file manually to the share it gets copied ok. (Using sudo)
I've setup CIFS using this http://forums.sabnzbd.org/viewtopic.php?f=16&t=9034
When sab tries to move the file itself, it fails. The file is copied to the destination ok, but not moved.
Code: Select all
Sep-08 18:08:13 DEBUG CP Server Thread-5 :: Destination folder for this episode: /mnt/disk1/TV/Tanked/Season 02
Sep-08 18:08:13 DEBUG CP Server Thread-5 :: Checking if the path /mnt/disk1/TV/Tanked/Season 02 already exists
Sep-08 18:08:13 DEBUG CP Server Thread-5 :: Moving file from /var/multimedia/incoming/sabnzbd/complete/Tanked.S02E10.For.Love.of.the.Game.or.Money.HDTV.x264-CRiMSON/Tanked.S02E10.For.Love.of.the.Game.or.Money.HDTV.x264-CRiMSON.mp4 to /mnt/disk1/TV/Tanked/Season 02/Tanked.S02E10.SD.TV.mp4
Sep-08 18:09:07 DEBUG POSTPROCESSER :: Starting new thread: POSTPROCESSER
Sep-08 18:13:27 DEBUG CP Server Thread-5 :: Unknown value passed in, ignoring it: <type 'int'> (13:<type 'int'>)
Sep-08 18:13:27 ERROR CP Server Thread-5 :: Unable to move file /var/multimedia/incoming/sabnzbd/complete/Tanked.S02E10.For.Love.of.the.Game.or.Money.HDTV.x264-CRiMSON/Tanked.S02E10.For.Love.of.the.Game.or.Money.HDTV.x264-CRiMSON.mp4 to /mnt/disk1/TV/Tanked/Season 02/Tanked.S02E10.SD.TV.mp4: 13
Sep-08 18:13:27 WARNING CP Server Thread-5 :: Processing failed for /var/multimedia/incoming/sabnzbd/complete/Tanked.S02E10.For.Love.of.the.Game.or.Money.HDTV.x264-CRiMSON/Tanked.S02E10.For.Love.of.the.Game.or.Money.HDTV.x264-CRiMSON.mp4: Unable to move the files to their new home
Here's the source file details:
Code: Select all
-rw-r--r-- 1 sabnzbd sabnzbd 421188316 Sep 1 04:57 Tanked.S02E10.For.Love.of.the.Game.or.Money.HDTV.x264-CRiMSON.mp4
Code: Select all
-rwxr--r-- 1 nobody nobody 421188316 Sep 8 18:13 Tanked.S02E10.SD.TV.mp4
remote share is mounted like this:
Code: Select all
sudo mount -t cifs //netbiosname/sharename /media/sharename -o credentials=/root/.smbcredentials,iocharset=utf8,gid=1001,uid=1001,nounix,file_mode=0777,dir_mode=0777