Let me guess: /mnt/lhost2-mass-storage/ is NOT an internal drive, but NAS (or maybe a USB-drive)?
No! /mnt/lhost2.. is an internal SATA2 drive. Its not returning any error messages via dmesg or /var/log/messages and seems to be working just fine as I use it as a transfer media from machine to machine using NFS mounts..
I am pretty confident to say that this started just after I upgraded from 0.7.X to 0.7.11. Before I never had this problem.
Also I've just looked in SAB's complete music folder and there are no such folders named ABC123.
EDIT: looking in SAB's detailed logs, it seems everything went fine until:
Code: Select all
2013-04-02 10:30:32,950::ERROR::[postproc:397] Error renaming "/mnt/lhost2-mass-storage/sabnzbd+/complete/Music/_UNPACK_ABC123" to "/mnt/lhost2-mass-storage/sabnzbd+/complete/Music/ABC123"
2013-04-02 10:30:32,950::INFO::[postproc:398] Traceback:
Traceback (most recent call last):
File "/var/www/htdocs/SABnzbd/sabnzbd/postproc.py", line 395, in process_job
newfiles = rename_and_collapse_folder(tmp_workdir_complete, workdir_complete, newfiles)
File "/var/www/htdocs/SABnzbd/sabnzbd/postproc.py", line 774, in rename_and_collapse_folder
renamer(oldpath, newpath)
File "/var/www/htdocs/SABnzbd/sabnzbd/misc.py", line 1247, in renamer
os.rename(old, new)
OSError: [Errno 2] No such file or directory
2013-04-02 10:30:33,070::INFO::[postproc:521] Cleaning up ABC123 (keep_basic=False)
2013-04-02 10:30:33,071::INFO::[__init__:893] /mnt/lhost2-mass-storage/sabnzbd+/incomplete/ABC123/__ADMIN__/SABnzbd_nzf_BdgU4J removed
2013-04-02 10:30:33,071::INFO::[__init__:893] /mnt/lhost2-mass-storage/sabnzbd+/incomplete/ABC123/__ADMIN__/SABnzbd_nzf_lQE172 removed
2013-04-02 10:30:33,071::INFO::[__init__:893] /mnt/lhost2-mass-storage/sabnzbd+/incomplete/ABC123/__ADMIN__/SABnzbd_nzf_AeIji8 removed
2013-04-02 10:30:33,073::INFO::[postproc:84] Saving postproc queue
Then the logs are normal again.. What happened?