I am about to move my incomplete directory back to the local drive (small SSD). It seems logical that permissions are whacky on NTFS. The only question I have is if I have a 32gb file broken in to rars would it make sense that I would error if I set the incomplete dir to 40gb in settings? Not sure why that logfile was changed in permissions.Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
cherrypy.response.body = self.handler()
File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 2361, in add
orphan_add(kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 1075, in orphan_add
sabnzbd.nzbqueue.repair_job(path, None)
File "/usr/share/sabnzbdplus/sabnzbd/decorators.py", line 43, in call_func
return func(*params, **kparams)
File "/usr/share/sabnzbdplus/sabnzbd/decorators.py", line 31, in newFunction
return f(*args, **kw)
File "/usr/share/sabnzbdplus/sabnzbd/nzbqueue.py", line 883, in repair_job
NzbQueue.do.repair_job(folder, new_nzb)
File "/usr/share/sabnzbdplus/sabnzbd/nzbqueue.py", line 164, in repair_job
self.add(nzo)
File "/usr/share/sabnzbdplus/sabnzbd/decorators.py", line 31, in newFunction
return f(*args, **kw)
File "/usr/share/sabnzbdplus/sabnzbd/nzbqueue.py", line 294, in add
nzo.nzo_id = sabnzbd.get_new_id('nzo', nzo.workpath, self.__nzo_table)
File "/usr/share/sabnzbdplus/sabnzbd/decorators.py", line 31, in newFunction
return f(*args, **kw)
File "/usr/share/sabnzbdplus/sabnzbd/__init__.py", line 798, in get_new_id
raise IOError
IOError
Just moved my incomplete directory back to local volume and now I get:
and2012-07-16 09:37:14,361 WARNING: Invalid NZB file Four Rooms 1995 1080p BluRay AC3 DTS ML x264 HDC.nzb, skipping (reason=, line=0)
Chowned everything in incomplete as well as the directory itself after aiming at the local drive. No luck.Failure in tempfile.mkstemp
No luck, I cannot seem to get sabnzbdplus back on its feet. Any tips?

