Unable to start 0.4.3

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
User avatar
Taomyn
Full Member
Full Member
Posts: 127
Joined: August 25th, 2008, 3:29 am

Unable to start 0.4.3

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

Re: Unable to start 0.4.3

Post 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.
User avatar
Taomyn
Full Member
Full Member
Posts: 127
Joined: August 25th, 2008, 3:29 am

Re: Unable to start 0.4.3

Post 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.
ingenias
Newbie
Newbie
Posts: 2
Joined: September 1st, 2008, 10:23 am

Re: Unable to start 0.4.3

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

Re: Unable to start 0.4.3

Post by shypike »

This means that Python or one of the required Python modules is not compatible
with your operating system.
Post Reply