
Re: [HOW TO][Optware] Install SABnzbd
Python error?
I'm new to Linux-OS. I installed using the above script.
Doesn't seem to work: can't connect to the given port.
Code:
[root@PlayonHD root]# #install optware first!
[root@PlayonHD root]# #main install
[root@PlayonHD root]# ipkg install sabnzbdplus
pkg install py25-feedparser
#get service script for easy starting and stopping.
wget
http://dl.dropbox.com/u/1225177/pohd/howto/S90sabnzbd -O /opt/etc/init.d/S9 0sabnzbd
#enable service
service sabnzbd on
#start service
service sabnzbd start
#done:
echo "Go to
http://YOUR-POHD:8080/sabnzbd/ and edit your settings."
Package sabnzbdplus (0.4.12-1) installed in /opt/ is up to date.
Nothing to be done
Successfully terminated.
[root@PlayonHD root]# #for rss-feeds:
[root@PlayonHD root]# ipkg install py25-feedparser
Installing py25-feedparser (4.1-1) to /opt/...
Downloading
http://ipkg.nslu2-linux.org/feeds/optwa ... mipsel.ipkInstalling python25 (2.5.4-2) to /opt/...
Downloading
http://ipkg.nslu2-linux.org/feeds/optwa ... mipsel.ipkNothing to be done
An error ocurred, return value: 22.
Collected errors: ipkg_download: ERROR: Command failed with return value 3: `wget -q -P /opt/ipkg-pdW1He
http://ipkg.nslu2-linux.org/feeds/optwa ... ipsel.ipk'Failed to download python25. Perhaps you need to run 'ipkg update'?
[root@PlayonHD root]#
[root@PlayonHD root]# #get service script for easy starting and stopping.
[root@PlayonHD root]# wget
http://dl.dropbox.com/u/1225177/pohd/howto/S90sabnzbd -O /opt/etc/init.d/S90sabnzbd
--2010-01-02 22:54:04--
http://dl.dropbox.com/u/1225177/pohd/howto/S90sabnzbdResolving dl.dropbox.com... 174.129.33.163, 174.129.33.164, 75.101.129.115, ...
Connecting to dl.dropbox.com|174.129.33.163|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 363 [application/octet-stream]
Saving to: `/opt/etc/init.d/S90sabnzbd'
100%[======================================>] 363 --.-K/s in 0.001s
2010-01-02 22:54:05 (575 KB/s) - `/opt/etc/init.d/S90sabnzbd' saved [363/363]
[root@PlayonHD root]#
[root@PlayonHD root]# #enable service
[root@PlayonHD root]# service sabnzbd on
Usage: /opt/etc/init.d/S90sabnzbd {start|stop|restart}
[root@PlayonHD root]#
[root@PlayonHD root]# #start service
[root@PlayonHD root]# service sabnzbd start
Starting SABnzbd.
/opt/etc/init.d/S90sabnzbd: /opt/etc/init.d/S90sabnzbd: 20: python2.5: not found
[root@PlayonHD root]#
[root@PlayonHD root]# #done:
[root@PlayonHD root]# echo "Go to
http://YOUR-POHD:8080/sabnzbd/ and edit your settings."
Idea anybody?