Since hellanzb is not working could you give sab a try?
http://www.sabnzbd.org/
Many thanks
--- -------- 

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).
--- -------- 

--- -------- 

--- -------- 

super-poussin wrote:duo reformated everything reinstalled but it's require pyhton 2.4.3 I can only install Pyhton 2.3 on Readynas
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).
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#
# 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
--- -------- 

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
Return to Community Add-on Requests
Users browsing this forum: No registered users and 0 guests