How do I get it to work under Debian Squeeze? (raspberry pi)

Support for the Debian/Ubuntu package, created by JCFP.
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
Doju
Newbie
Newbie
Posts: 20
Joined: September 27th, 2009, 11:38 am

How do I get it to work under Debian Squeeze? (raspberry pi)

Post by Doju »

Info: newest version of SABnzbd+ under Debian Squeeze on a Raspberry Pi

I'm running into some issues. The primary one being that every download fails, when it should not.

It warns me that I do not have an unarchiver, though I believe I do. How do I alert SABnzbd+ of it?

I can't imagine this is the reason though as it fails without mentioning the archiver. Maybe that is the reason, though.

Also, if anyone has any time, whenever I open SAB I do it through the run dialog (run -> sabnzbdplus) how do I make it be recognized like a program? Easier to add nzbs that way.
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: How do I get it to work under Debian Squeeze? (raspberry

Post by sander »

Have a look at the sabnzbd.log (in ~/.sabnzbd/) for these lines:

Code: Select all

2012-05-20 21:56:43,690::INFO::[SABnzbd:461] _yenc module... found!
2012-05-20 21:56:43,690::INFO::[SABnzbd:469] par2 binary... found (/usr/bin/par2)
2012-05-20 21:56:43,690::INFO::[SABnzbd:477] unrar binary... found (/usr/bin/unrar)
2012-05-20 21:56:43,691::INFO::[SABnzbd:482] unzip binary... found (/usr/bin/unzip)
2012-05-20 21:56:43,691::INFO::[SABnzbd:488] nice binary... found (/usr/bin/nice)
2012-05-20 21:56:43,691::INFO::[SABnzbd:492] ionice binary... found (/usr/bin/ionice)
2012-05-20 21:56:43,691::INFO::[SABnzbd:497] pyOpenSSL... found (True)

Or just type on the command line
unrar
par
zip

... are they all there?
Doju
Newbie
Newbie
Posts: 20
Joined: September 27th, 2009, 11:38 am

Re: How do I get it to work under Debian Squeeze? (raspberry

Post by Doju »

It understood all but par. And using the search function in Sublime Text 2 I was unable to find any of those lines in the log file.
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: How do I get it to work under Debian Squeeze? (raspberry

Post by sander »

Doju wrote:It understood all but par. And using the search function in Sublime Text 2 I was unable to find any of those lines in the log file.
Sorry, I meants par2. Is that installed?

What is the exact error message you get from SAB?
Post Reply