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.
ERROR::[misc:751] Failed moving
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
ERROR::[misc:751] Failed moving
Last edited by pelosm on November 1st, 2013, 1:17 pm, edited 2 times in total.
Re: ERROR::[misc:751] Failed moving
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.
Doing SMB from Linux is a small nightmare, so unfortunately I cannot help you in that area.
Re: ERROR::[misc:751] Failed moving
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?
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]
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)
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)

