Page 1 of 1

installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Posted: February 22nd, 2012, 6:57 am
by dalhoff
hi forum,

ive been trying to update latest build of sabnzbd on my nas without any luck when i run python2.5 -OO SABnzbd.py it just hangs there like forever when i force it to cloase i get this msg (2012-02-21 21:48:37,393::WARNING::[__init__:159] Signal 2 caught, saving and exiting...) any help would be appriciated.

greets dalhoff

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Posted: February 22nd, 2012, 2:11 pm
by shypike
If it produces no output, I'd say there something wrong with the Python installation.
You can try:
python2.5 SABnzbd.py --help

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Posted: February 23rd, 2012, 2:10 pm
by dalhoff
that does not give me any info either, first when i force it to stop it comes out with this

Code: Select all

HOME-NAS:~/src/SABnzbd-0.6.15# python2.5 SABnzbd.py --help
Traceback (most recent call last):
  File "SABnzbd.py", line 65, in <module>
    import sabnzbd
  File "/root/src/SABnzbd-0.6.15/sabnzbd/__init__.py", line 65, in <module>
    from sabnzbd.nzbqueue import NzbQueue
  File "/root/src/SABnzbd-0.6.15/sabnzbd/nzbqueue.py", line 29, in <module>
    from sabnzbd.nzbstuff import NzbObject
  File "/root/src/SABnzbd-0.6.15/sabnzbd/nzbstuff.py", line 40, in <module>
    from sabnzbd.misc import to_units, cat_to_opts, cat_convert, sanitize_folder                                                                                                                                                             name, \
  File "/root/src/SABnzbd-0.6.15/sabnzbd/misc.py", line 38, in <module>
    import sabnzbd.config as config
  File "/root/src/SABnzbd-0.6.15/sabnzbd/config.py", line 28, in <module>
    from sabnzbd.utils import configobj
  File "/root/src/SABnzbd-0.6.15/sabnzbd/utils/configobj.py", line 1084, in <mod                                                                                                                                                             ule>
    class ConfigObj(Section):
  File "/root/src/SABnzbd-0.6.15/sabnzbd/utils/configobj.py", line 1098, in Conf                                                                                                                                                             igObj
    re.VERBOSE)
  File "/usr/local/lib/python2.5/re.py", line 188, in compile
    return _compile(pattern, flags)
  File "/usr/local/lib/python2.5/re.py", line 239, in _compile
    p = sre_compile.compile(pattern, flags)
  File "/usr/local/lib/python2.5/sre_compile.py", line 511, in compile
    code = _code(p, flags)
  File "/usr/local/lib/python2.5/sre_compile.py", line 495, in _code
    _compile(code, p.data, flags)
  File "/usr/local/lib/python2.5/sre_compile.py", line 107, in _compile
    _compile(code, av[1], flags)
  File "/usr/local/lib/python2.5/sre_compile.py", line 148, in _compile
    _compile(code, av, flags)
  File "/usr/local/lib/python2.5/sre_compile.py", line 46, in _compile
    for op, av in pattern:
  File "/usr/local/lib/python2.5/sre_parse.py", line 136, in __getitem__
    def __getitem__(self, index):
KeyboardInterrupt

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Posted: February 23rd, 2012, 2:27 pm
by shypike
Very strange, it looks like you miss some libraries.
Do you have an sabnzbd.ini file yet?
If so, remove it and try again.

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Posted: February 23rd, 2012, 4:31 pm
by dalhoff
yeah i have it, and it runs fine just wanted to update to latest build.
do i need some specific version of python for the newest build to run?

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Posted: February 23rd, 2012, 5:47 pm
by shypike
Python 2.5, 2.6 or 2.7

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Posted: February 25th, 2012, 8:45 am
by dalhoff
got it to run now, but it still says version 0.6.14 :( maybe i should try to make a clean install

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Posted: February 25th, 2012, 8:52 am
by shypike
This might be an easier (but not free) solution:
http://readynasxtras.com/readynas-sparc ... nzbd-sparc

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Posted: February 25th, 2012, 10:07 am
by dalhoff
found the solution, needed to change the file in init.d to find sabnzbd in the new dir :)