Laurence Milton
Dabbler
- Joined
- Apr 2, 2017
- Messages
- 16
I want to upgrade to 11.2 but not until I have my plugins running in iocage instead of warden. I have successfully done this with all my plugins but I am having trouble with SABnzbd when I try and add an nzb. I get the following error:-
If I ssh into Freenas and look for the directories mentioned in the last line above they do exist under the Root directory of the iocage jail. The directory /usr/local/share/sabnzbdplus/cherrypy also exists.
I am assuming that python is expecting one or other of these directories to be readable, writeable or both. I am not sure what permissions I need to change on which folders to get this to work?
I used the directions in this post to setup sabnzbd and my other plugins. https://forums.freenas.org/index.ph...lidarr-jackett-ombi-transmission-organizr.58/ so I am not sure why I am getting this error when no one else is.
Any assistance to resolve this would be appreciated.
Code:
HTTP Traceback (most recent call last): File "/usr/local/share/sabnzbdplus/cherrypy/_cprequest.py", line 663, in respond self.body.process() File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 989, in process super(RequestBody, self).process() File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 558, in process proc(self) File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data process_multipart(entity) File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 215, in process_multipart part.process() File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 556, in process self.default_proc() File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 715, in default_proc self.file = self.read_into_file() File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 729, in read_into_file fp_out = self.make_file() File "/usr/local/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 512, in make_file return tempfile.TemporaryFile() File "/usr/local/lib/python2.7/tempfile.py", line 504, in TemporaryFile dir = gettempdir() File "/usr/local/lib/python2.7/tempfile.py", line 275, in gettempdir tempdir = _get_default_tempdir() File "/usr/local/lib/python2.7/tempfile.py", line 217, in _get_default_tempdir ("No usable temporary directory found in %s" % dirlist)) IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/usr/local/share/sabnzbdplus']
If I ssh into Freenas and look for the directories mentioned in the last line above they do exist under the Root directory of the iocage jail. The directory /usr/local/share/sabnzbdplus/cherrypy also exists.
I am assuming that python is expecting one or other of these directories to be readable, writeable or both. I am not sure what permissions I need to change on which folders to get this to work?
I used the directions in this post to setup sabnzbd and my other plugins. https://forums.freenas.org/index.ph...lidarr-jackett-ombi-transmission-organizr.58/ so I am not sure why I am getting this error when no one else is.
Any assistance to resolve this would be appreciated.