× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Re: [Super-Poussin] Sabnzbd request

lowfi
Aspirant

[Super-Poussin] Sabnzbd request

Hi,

Since hellanzb is not working could you give sab a try?

http://www.sabnzbd.org/

Many thanks 🙂
Message 1 of 62
super_poussin
Virtuoso

Re: [Super-Poussin] Sabnzbd request

will take a look 🙂
Message 2 of 62
a_carneiro
Tutor

Re: [Super-Poussin] Sabnzbd request

Oooh.... It looks very nice 🙂
Message 3 of 62
super_poussin
Virtuoso

Re: [Super-Poussin] Sabnzbd request

bad news


The following packages have unmet dependencies:
cherokee: Depends: libcherokee-base0 (= 0.5.5.dfsg-2) but it is not installable
Depends: libcherokee-server0 (= 0.5.5.dfsg-2) but it is not installable
libapache2-svn: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
libbz2-dev: Depends: libc6-dev but it is not going to be installed or
libc-dev
libdb4.4: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
libneon26: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
libsvn1: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
libxml2: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
ntop: Depends: libpcap0.7 but it is not going to be installed
Depends: libssl0.9.7 but it is not going to be installed
python: Depends: python2.3 (>= 2.3.4-18) but it is not going to be installed
subversion: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Message 4 of 62
super_poussin
Virtuoso

Re: [Super-Poussin] Sabnzbd request

I will reset to factory my duo which is used for develop 🙂 it sounds like a side effect of previous tests ....

I will do that only after my vacation.

There will be no new addons betweeen August 15 and September 1st
Message 5 of 62
a_carneiro
Tutor

Re: [Super-Poussin] Sabnzbd request

We'll try to cope 😉

Have a great time on your holidays! 😄
Message 6 of 62
super_poussin
Virtuoso

Re: [Super-Poussin] Sabnzbd request

duo reformated everything reinstalled but it's require pyhton 2.4.3 I can only install Pyhton 2.3 on Readynas 😞
Message 7 of 62
_mj
Aspirant
Aspirant

Re: [Super-Poussin] Sabnzbd request

super-poussin wrote:
duo reformated everything reinstalled but it's require pyhton 2.4.3 I can only install Pyhton 2.3 on Readynas 😞


Can you even install Python 2.3? Could you please share how? I'm very weary of updating critical packages / dependencies. 🙂


nas:~# apt-get -s install python
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libapache2-svn: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
libdb4.4: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
libneon26: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
libsvn1: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
libxml2: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
python: Depends: python2.3 (>= 2.3.4-18) but it is not going to be installed
subversion: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22sarge6.infrant1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Message 8 of 62
Nick_123
Aspirant

Re: [Super-Poussin] Sabnzbd request

Im working on installing this at the min, I have most the packages installed just havent got sabnzbd to actually work yet.


ReadyNASNV:~/SABnzbd-0.4.0# python2.5 -OO SABnzbd.py -v
Traceback (most recent call last):
File "SABnzbd.py", line 44, in <module>
import sabnzbd
File "/root/SABnzbd-0.4.0/sabnzbd/__init__.py", line 32, in <module>
import gzip
File "/usr/local/lib/python2.5/gzip.py", line 9, in <module>
import zlib
ImportError: No module named zlib
ReadyNASNV:~/SABnzbd-0.4.0#

If anyone else wants to give it a try here is what i done.

# Python 2.5.2
wget http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tgz
gzip -d Python-2.5.2.tgz
tar xf Python-2.5.2.tar
cd Python-2.5.2
./configure
make
make install
cd

# cheetah-2.0.1
wget http://mesh.dl.sourceforge.net/sourceforge/cheetahtemplate/Cheetah-2.0.1.tar.gz
gzip -d Cheetah-2.0.1.tar.gz
tar xf Cheetah-2.0.1.tar
cd Cheetah-2.0.1
python2.5 setup.py install
cd

# yenc module >= 0.3
wget http://sabnzbd.sourceforge.net/yenc-0.3.tar.gz
gzip -d yenc-0.3.tar.gz
tar xf yenc-0.3.tar
cd yenc-0.3
python2.5 setup.py install
cd

# par2cmdline >= 0.4 http://parchive.sourceforge.net/
wget http://garr.dl.sourceforge.net/sourceforge/parchive/par2cmdline-0.4.tar.gz
gzip -d par2cmdline-0.4.tar.gz
tar xf par2cmdline-0.4.tar
cd par2cmdline-0.4.tar
./configure
make
make check
make install
cd

# unrar >= 3.6.6 http://www.rarlab.com/rar_add.htm
wget http://www.rarlab.com/rar/unrarsrc-3.7.8.tar.gz
gzip -d unrarsrc-3.7.8.tar.gz
tar xf unrarsrc-3.7.8.tar
cd unrar
make -f makefile.unix
cp unrar /usr/local/bin
cd

# unzip >= 5.5.2 http://www.info-zip.org/
# use installed 5.5.1 release??
cd

# feedparser >= 4.1 http://feedparser.org/
wget http://feedparser.googlecode.com/files/feedparser-4.1.zip
mkdir feedparser-4.1
cd feedparser-4.1
unzip ../feedparser-4.1.zip
python2.5 setup.py install
cd

# SABnzbd
wget http://switch.dl.sourceforge.net/sourceforge/sabnzbdplus/SABnzbd-0.4.0-src.tar.gz
gzip -d SABnzbd-0.4.0-src.tar.gz
tar xf SABnzbd-0.4.0-src.tar
cd SABnzbd-0.4.0
# pre-compile optimized
python2.5 -OO SABnzbd.py -v
Message 9 of 62
super_poussin
Virtuoso

Re: [Super-Poussin] Sabnzbd request

apt-get install zlibc
Message 10 of 62
thibs
Aspirant

Re: [Super-Poussin] Sabnzbd request

I wrote a full tutorial to install SABnzbd+ on a ReadyNas Duo :
http://www.thibernet.com/442-install-sa ... adynas-duo

Have fun 😉
Message 11 of 62
PabloCreep
Aspirant

Re: [Super-Poussin] Sabnzbd request

thibs, I think I'm going to marry you.

I came across a couple of hiccups, but once I'd figured out I hadn't put uniq in the right place everything compiled. Had to obviously edit the sabnzbd file we created to match the IP of the readynas, and make it executable, and also change a couple of settings in the /etc/SABnzbd/sabnzbd.ini file to reflect the IP of the nas and changed the port... then we were flying. Top do - glad I, well, you, got it working!

Cheers,
Al
Message 12 of 62
bigred15
Aspirant

Re: [Super-Poussin] Sabnzbd request

PabloCreep wrote:
thibs, I think I'm going to marry you.

I came across a couple of hiccups, but once I'd figured out I hadn't put uniq in the right place everything compiled. Had to obviously edit the sabnzbd file we created to match the IP of the readynas, and make it executable, and also change a couple of settings in the /etc/SABnzbd/sabnzbd.ini file to reflect the IP of the nas and changed the port... then we were flying. Top do - glad I, well, you, got it working!

Cheers,
Al


I've been trying to get this working and followed the guide line by line but I seem to be having the same issue with uniq. Once I get to the process of installing python I get an error regarding uniq but can't seem to figure out how to fix it. I am a total linux noob and could use any help you guys can give me to get sab installed on my duo. How do I get uniq in the right place? Thanks in advance.
Message 13 of 62
bigred15
Aspirant

Re: [Super-Poussin] Sabnzbd request

Can anyone point me in the right direction on this? I am still getting an error that the "uniq" command does not exist when compiling python. I see the uniq file in src/usr/bin but it doesn't seem to do anything when i try uniq --help for example. Sorry for butchering all of this as I'm a total nix noob as I mentioned above. Is anyone still following this thread?
Message 14 of 62
bigred15
Aspirant

Re: [Super-Poussin] Sabnzbd request

I was able to get Sabnzbd+ working on my readynas duo with some help from Romain, the guy who wrote the tutorial. There is one lingering problem that I could use some guidance on. I seem to have my permissions set up properly on the Readynas, but when something gets downloaded with Sabnzbd on the readynas it seems to set the permissions so that only admin can access the files. So I have to either access a share as admin or run the process on frontview that makes all files in the share accessible to guest users. Can anyone shed some light on this problem?

Thanks
Message 15 of 62
nyquist1
Aspirant

Re: [Super-Poussin] Sabnzbd request

bigred15 wrote:
I was able to get Sabnzbd+ working on my readynas duo with some help from Romain, the guy who wrote the tutorial. There is one lingering problem that I could use some guidance on. I seem to have my permissions set up properly on the Readynas, but when something gets downloaded with Sabnzbd on the readynas it seems to set the permissions so that only admin can access the files. So I have to either access a share as admin or run the process on frontview that makes all files in the share accessible to guest users. Can anyone shed some light on this problem?

Thanks


What's probably happening is that SAB is running as root, and so when it writes to the file system, those files are owned by root.

I guess there are two ways of going about this:

a. change how you have SAB set up so it runs as whatever user the readynas chown's the files/directories to when it runs that script from FrontView.

or

b. run a chmod/chown as a post processing script in SAB.

I'm not a coder, just a doer, but perhaps a coder would be so kind as to illuminate us with the brass tacks on what needs to change.

Anyone?
Message 16 of 62
bigred15
Aspirant

Re: [Super-Poussin] Sabnzbd request

nyquist wrote:
bigred15 wrote:
I was able to get Sabnzbd+ working on my readynas duo with some help from Romain, the guy who wrote the tutorial. There is one lingering problem that I could use some guidance on. I seem to have my permissions set up properly on the Readynas, but when something gets downloaded with Sabnzbd on the readynas it seems to set the permissions so that only admin can access the files. So I have to either access a share as admin or run the process on frontview that makes all files in the share accessible to guest users. Can anyone shed some light on this problem?

Thanks


What's probably happening is that SAB is running as root, and so when it writes to the file system, those files are owned by root.

I guess there are two ways of going about this:

a. change how you have SAB set up so it runs as whatever user the readynas chown's the files/directories to when it runs that script from FrontView.

or

b. run a chmod/chown as a post processing script in SAB.

I'm not a coder, just a doer, but perhaps a coder would be so kind as to illuminate us with the brass tacks on what needs to change.

Anyone?


I appreciate the reply. It was actually right in front of my face all along. There is an input in SABnzbd+ for users running on linux systems to set the file permissions on downloads automatically. It was setting them all as root and I have changed this so that everyone can read/write/open the files right away. Thanks for responding, much appreciated.
Message 17 of 62
frejac
Aspirant

Re: [Super-Poussin] Sabnzbd request

thibs wrote:
I wrote a full tutorial to install SABnzbd+ on a ReadyNas Duo :
http://www.thibernet.com/442-install-sa ... adynas-duo

Have fun 😉


Awesome!!

Followed your guide roughly and it works great! (I went for ver 0.4.7)
I added "nice -19" to the startup script, makes the box able to handle other tasks as well.

Two things I really like with this app:
1. The integration it has to Newzbin.
2. RSS-support (I'm using RSS-feed from mytvnzb.foechoer.be)

There is a good firefox addon too, nzbStatus.

I have a NV+
Perhaps Super-Poussin could make an addon, to make it easier for others? 🙂
Message 18 of 62
GibberishDriftw
Aspirant

Re: [Super-Poussin] Sabnzbd request

thibs wrote:
I wrote a full tutorial to install SABnzbd+ on a ReadyNas Duo :
http://www.thibernet.com/442-install-sa ... adynas-duo

Have fun 😉


I got SABnzbd running on the DUO, using you tutorial, THX.
But I think the decoding and SABnzbd put to much strain on the processor.
My downloads are set to pause every couple of minutes, as I can see in SABnzbd
logging too, which leaves me with an average download speed of 700-800 KB/s.

I do have 1024 MB memory installed but no gain setting SABnzbd to using more
memory. Anyone got the same problem, or maybe a fix....

I guess I have to revert to NZBGet which does not have this problem, tho SABnzbd is
better with RSS integration, UI and possibilities.

What is the best way to uninstall SABnzbd, as the make command has no uninstall.
Complete reset to factory of DUO ? And then to copy all data back to it ?

Gibb
Message 19 of 62
tristan1
Aspirant

Re: [Super-Poussin] Sabnzbd request

Would be very nice to have this as an addon!
Message 20 of 62
RolfLobker
Aspirant

Re: [Super-Poussin] Sabnzbd request

tristan wrote:
Would be very nice to have this as an addon!


I second that!
Followed thibs tutorial to the letter but it doesn't work (NV+) and for someone who's not all that familliar with linux it can be a b&tch to troubleshoot.
Message 21 of 62
xaler
Aspirant

Re: [Super-Poussin] Sabnzbd request

I would love this too! 🙂
Message 22 of 62
wumpus
Aspirant

Re: [Super-Poussin] Sabnzbd request

I too have built Sabnzbd and find it very useful and powerful, especially with Newzbin - really great tool.

I agree, I'm only managing to get around 750kb/sec, but if I use a usenet client on my Mac I get closer to 2Mb/sec (I have a 20MBit connection). I don't think there's much I can do about it, I assume the processor is the constraint, and the value of unattended downloads, checking and unpacking outweighs the slow throughput.
Message 23 of 62
jelockwood1
Guide

Re: [Super-Poussin] Sabnzbd request

tristan wrote:
Would be very nice to have this as an addon!


Add me to the list who would like to see this as an addon. Note: I have both an NV+ and a Pro and hopefully if I ran it on the Pro the performance would be a lot better.
Message 24 of 62
vankwish
Aspirant

Re: [Super-Poussin] Sabnzbd request

Long time reader, first time poster, so hello to all and kudos to such a great community!

I too have tried and failed to follow the steps (noob 😞 ), so another "any chance it can be made into an addon!? I have an NV+ 1GB

Thank You
Message 25 of 62
Top Contributors
Discussion stats
Announcements