Page 1 of 1

Unable to start 0.4.3

Posted: September 9th, 2008, 3:52 am
by Taomyn
I have SABnzbd+ installed on my QNAP TS409-pro thanks to a great QPKG of 0.4.2, but when I applied their update to 0.4.3 it no longer starts. Now I appreciate that they created the upgrade so I should be asking them, but I have done that and have had no response. Hence asking here in case it's something simple. When starting it from the console I get:

Code: Select all

Starting SABnzbd+...
Starting SABnzbd+ daemon...
Traceback (most recent call last):
  File "/usr/bin/SABnzbd.py", line 43, in <module>
    import sabnzbd
  File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/__init__.py", line 17, in <module>
    from sabnzbd.version import __version__, __baseline__
  File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/sabnzbd/__init__.py", line 38, in <module>
    from sabnzbd.assembler import Assembler
  File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/assembler.py", line 30, in <module>
    from sabnzbd.interface import CheckFreeSpace
  File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/sabnzbd/interface.py", line 46, in <module>
    from sabnzbd.email import email_send
  File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/email.py", line 38, in <module>
    from sabnzbd.misc import to_units, from_units, SplitHost
  File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/sabnzbd/misc.py", line 49, in <module>
    from sabnzbd.utils.rarfile import is_rarfile, RarFile
ImportError: No module named rarfile
Any ideas on what's going wrong?

Re: Unable to start 0.4.3

Posted: September 9th, 2008, 7:34 am
by shypike
They failed to include a new file, called rarfile.py, which was introduced in 0.4.3.
Sloppy job!

Get the tar.gz file from sourceforge and add this file yourself.
And don't forget to complain to the makers of the package.

Re: Unable to start 0.4.3

Posted: September 10th, 2008, 5:47 am
by Taomyn
shypike wrote: They failed to include a new file, called rarfile.py, which was introduced in 0.4.3.
Sloppy job!

Get the tar.gz file from sourceforge and add this file yourself.
And don't forget to complain to the makers of the package.
Cheers - tried just to copy that one file but it still failed then I noticed it seems their upgrade puts most of the files into a new "sabnzbd" folder under the normal one or something like that. I went back to 0.4.2 then manually copied the files from 0.4.3 over the top and now it starts - woo-hoo.

Re: Unable to start 0.4.3

Posted: September 15th, 2008, 6:15 am
by ingenias
Got the tar.gz file from sourceforge and try to install sabnzbd 0.4.3, when i do python SABnzbd.py, i get the next error:

python: relocation error: /opt/lib/libpthread.so.0: symbol errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference

Re: Unable to start 0.4.3

Posted: September 15th, 2008, 8:35 am
by shypike
This means that Python or one of the required Python modules is not compatible
with your operating system.