installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
dalhoff
Newbie
Newbie
Posts: 12
Joined: January 28th, 2012, 8:19 pm
Location: DK
Contact:

installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Post 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
dalhoff
Newbie
Newbie
Posts: 12
Joined: January 28th, 2012, 8:19 pm
Location: DK
Contact:

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Post 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.
dalhoff
Newbie
Newbie
Posts: 12
Joined: January 28th, 2012, 8:19 pm
Location: DK
Contact:

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Post 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?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Post by shypike »

Python 2.5, 2.6 or 2.7
dalhoff
Newbie
Newbie
Posts: 12
Joined: January 28th, 2012, 8:19 pm
Location: DK
Contact:

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Post by dalhoff »

got it to run now, but it still says version 0.6.14 :( maybe i should try to make a clean install
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Post by shypike »

This might be an easier (but not free) solution:
http://readynasxtras.com/readynas-sparc ... nzbd-sparc
dalhoff
Newbie
Newbie
Posts: 12
Joined: January 28th, 2012, 8:19 pm
Location: DK
Contact:

Re: installing sabnzbd-0.6.15 on Netgear Ready Dou Nas

Post by dalhoff »

found the solution, needed to change the file in init.d to find sabnzbd in the new dir :)
Post Reply