NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
lowfi
Aug 07, 2008Aspirant
[Super-Poussin] Sabnzbd request
61 Replies
Replies have been turned off for this discussion
- super_poussinVirtuosowill take a look :)
- Oooh.... It looks very nice :)
- super_poussinVirtuosobad 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). - super_poussinVirtuosoI 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 - We'll try to cope ;)
Have a great time on your holidays! :D - super_poussinVirtuosoduo reformated everything reinstalled but it's require pyhton 2.4.3 I can only install Pyhton 2.3 on Readynas :(
- _mjAspirant
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). - Nick_123AspirantIm 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 - super_poussinVirtuosoapt-get install zlibc
- thibsAspirantI wrote a full tutorial to install SABnzbd+ on a ReadyNas Duo :
http://www.thibernet.com/442-install-sa ... adynas-duo
Have fun ;-)
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!