Page 1 of 1

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

Posted: May 25th, 2012, 4:44 pm
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.

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

Posted: May 25th, 2012, 4:53 pm
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?

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

Posted: May 25th, 2012, 5:03 pm
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.

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

Posted: May 26th, 2012, 2:09 am
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?