Page 1 of 1

ERROR::[misc:751] Failed moving

Posted: November 1st, 2013, 5:16 am
by pelosm
Hi,
I am having a problem with SABnzbd post processing. It worked correctly for some days after configuration but for some reason it stopped working.
I have SABnzbd on a raspberry pi and the completed folder is on another hard drive in the network.

I get the following error after unpacking is completed:
Failed moving /media/USBHDD1/shares/SABnzbd/temp/filename.nfo/filename.nfo to /mnt/android/external_storage/Entreteinment/TV/_UNPACK_filename/filename.nfo

In my categories section the completed folder is stated as:
/mnt/android/external_storage/Entreteinment/TV (hard drive on the network sharing with SAMBA)

Temporary download folder is:
/media/USBHDD1/shares/SABnzbd/temp (raspberry pi hard drive)

If i manually copy files between those folders everything works fine.
Additionally, looking at the log file I see the following:
11:56:34,150::ERROR::[misc:751] Failed moving /media/USBHDD1/shares/SABnzbd/temp/filename/filename.nfo to /mnt/android/external_storage/Entreteinment/TV/_UNPACK_fielname/filename.nfo

Any ideas? I'm a bit lost here.

Re: ERROR::[misc:751] Failed moving

Posted: November 1st, 2013, 6:30 am
by shypike
This stuff always has to do with access rights.
Doing SMB from Linux is a small nightmare, so unfortunately I cannot help you in that area.

Re: ERROR::[misc:751] Failed moving

Posted: November 1st, 2013, 6:32 am
by pelosm
This is my debug log file
13:06:57,397::ERROR::[misc:751] Failed moving /media/USBHDD1/shares/SABnzbd/temp/Greys.Anatomy.S10E07.HDTV.x264-LOL/filename.nfo to /mnt/android/external_storage/Entreteinment/TV/_UNPACK_filename/filenamel.nfo
2013-11-01 13:06:57,402::INFO::[misc:752] Traceback:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/sabnzbd/misc.py", line 748, in move_to_path
shutil.copyfile(path, new_path)
File "/usr/lib/python2.7/shutil.py", line 84, in copyfile
copyfileobj(fsrc, fdst)
IOError: [Errno 28] No space left on device
2013-11-01 13:06:57,648::INFO::[postproc:482] Cleaning up filename (keep_basic=True)
2013-11-01 13:06:57,660::INFO::[__init__:835] /media/USBHDD1/shares/SABnzbd/temp/filenameL/__ADMIN__/SABnzbd_nzf_wHIGVm removed
2013-11-01 13:06:57,680::INFO::[__init__:835]

apparently SABnzbd thinks my samba network drive is full, but it is not!. any ideas how to fix this?

Re: ERROR::[misc:751] Failed moving [SOLVED]

Posted: November 1st, 2013, 7:27 pm
by pelosm
Found the solution!
The problem was samba server on my network drive was mounting the device internal hard drive and the external hard drive was somehow limited to that same size.
I was able to mount the external drive independently and that gave me the entire hard drive space. (Network hard drive is connected to an android box)