Problem with usenet plugins freenas 9.1.1

Status
Not open for further replies.

beltet

Dabbler
Joined
Sep 24, 2013
Messages
26
Hi, been searching for days now and can't find the answer...
I want to setup Sabnzbd, couchpotato and sickbeard on my freenas 9.1
But i need a basic direction how to set it up so the downloaded files ends in my specific datasets.
What permissons to use?
what users to use?
one jail or many?
If you have a good solution please share. Or if you have good thread post to direct me to please share that.

And please don't flame me... I've been searching both here and google for 3 days but only finds solutions for older freenas releases. I'm not a unix power user but learned a few things on the way when trying to set it up...
Sincerely.
 

beltet

Dabbler
Joined
Sep 24, 2013
Messages
26
Think I managed to set a few things up with shared storage for the jails (sabnzbd and couchpotato).
But I get a error in couch when trying to get files anyone knows what wrong? Log here:
Code:
[  couchpotato.core.event] Error in event "searcher.download", that wasn't caught: Traceback (most recent call last):
  File "/usr/pbi/couchpotato-amd64/CouchPotato/couchpotato/core/event.py", line 12, in runHandler
    return handler(*args, **kwargs)
  File "/usr/pbi/couchpotato-amd64/CouchPotato/couchpotato/core/plugins/searcher/main.py", line 246, in download
    filedata = data.get('download')(url = data.get('url'), nzb_id = data.get('id'))
  File "/usr/pbi/couchpotato-amd64/CouchPotato/couchpotato/core/providers/nzb/newznab/main.py", line 206, in download
    data = self.urlopen(url, show_error = False)
  File "/usr/pbi/couchpotato-amd64/CouchPotato/couchpotato/core/plugins/base.py", line 144, in urlopen
    response = urllib2.urlopen(request, timeout = timeout)
  File "/usr/pbi/couchpotato-amd64/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/pbi/couchpotato-amd64/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/pbi/couchpotato-amd64/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/pbi/couchpotato-amd64/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/pbi/couchpotato-amd64/lib/python2.7/urllib2.py", line 1222, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "/usr/pbi/couchpotato-amd64/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
URLError: <urlopen error _ssl.c:489: The handshake operation timed out>
encoding=UTF-8 debug=False args=['--config_file', '/usr/pbi/couchpotato-amd64/data/config.ini', '--data_dir', '/usr/pbi/couchpotato-amd64/data/', '--pid_file', '/usr/pbi/couchpotato-amd64/data/couchpotato.pid', '--daemon'] app_dir=/usr/pbi/couchpotato-amd64/CouchPotato data_dir=/usr/pbi/couchpotato-amd64/data/ desktop=None options=Namespace(config_file='/usr/pbi/couchpotato-amd64/data/config.ini', console_log=False, daemon=True, data_dir='/usr/pbi/couchpotato-amd64/data/', debug=False, pid_file='/usr/pbi/couchpotato-amd64/data/couchpotato.pid', quiet=False) 
 
Status
Not open for further replies.
Top