freenas en sabnzbd
Geplaatst: 09 maa 2010, 22:04
Kan iemand me helpen,
Ik probeer sabnzbd te installeren op freenas.
Maar krijg het gewoon niet klaar.
Iemand die me stap voor stap kan uitleggen wat ik moet doen?
ssh verbinding lukt.
Dan doe ik pkg_add -vr sabnzbdplus
Maar dan krijg ik al een hoop errors, "Seek failed: Invalid argument"
Alvast bedankt :wink
EDIT:
1) Untar file to a temp folder on freenas. eg. tar zxvf sabnzb0.4.3.tar
2) pkg_add -v sabnzbdplus-0.4.3.tbz
3) first ran it from command line ... /usr/local/bin/SABnzbd.py
4) cntrl-c to exit.
5) it created a /root/.sabnzbd dir
6) edited /root/.sabnzbd/sabnzbd.ini
7) changed from localhost to 192.168.0.22
Cool re-ran as in step 3)
9) went to http://192.168.0.22:8080/sabnzbd/
10) configured to my liking
11) created script as below to stop / start as a daemon process...
#! /bin/sh
case "$1" in
start)
echo "Starting SABnzbd."
/usr/bin/sudo -u sabuser -H /usr/local/src/SABnzbd/SABnzbd.py -d -f /root/.sabnzbd/sabnzbd.ini
;;
stop)
echo "Shutting down SABnzbd."
/usr/bin/fetch "http://192.168.0.22:8080/sabnzbd/api?mode=shutdown" > /dev/null
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac
exit 0
12) noticed in console logging external binary unzip missing...
2008-09-23 20:14:32,166::ERROR::unzip binary... NOT found!
13) did pkg_add -rv unzip. this installed unzip into /usr/local/bin
14) restarted sabnzbd using script... /root/sab.sh start
15) checked "connections" tab - no sign of missing unzip.
bij stap 2 gaat het mis,
Ik krijg dan volgende melding:
pkg_add: find_play_pen: can't find enough temporary space to extract the files, please set your
PKG_TMPDIR environment variable to a location with at least 35M bytes
free
Requested space: 1347K bytes, free space: 10M bytes in /var/tmp/instmp.QcoYZW
Toch is m'n schijf 8GB groot...
Ik probeer sabnzbd te installeren op freenas.
Maar krijg het gewoon niet klaar.
Iemand die me stap voor stap kan uitleggen wat ik moet doen?
ssh verbinding lukt.
Dan doe ik pkg_add -vr sabnzbdplus
Maar dan krijg ik al een hoop errors, "Seek failed: Invalid argument"
Alvast bedankt :wink
EDIT:
1) Untar file to a temp folder on freenas. eg. tar zxvf sabnzb0.4.3.tar
2) pkg_add -v sabnzbdplus-0.4.3.tbz
3) first ran it from command line ... /usr/local/bin/SABnzbd.py
4) cntrl-c to exit.
5) it created a /root/.sabnzbd dir
6) edited /root/.sabnzbd/sabnzbd.ini
7) changed from localhost to 192.168.0.22
Cool re-ran as in step 3)
9) went to http://192.168.0.22:8080/sabnzbd/
10) configured to my liking
11) created script as below to stop / start as a daemon process...
#! /bin/sh
case "$1" in
start)
echo "Starting SABnzbd."
/usr/bin/sudo -u sabuser -H /usr/local/src/SABnzbd/SABnzbd.py -d -f /root/.sabnzbd/sabnzbd.ini
;;
stop)
echo "Shutting down SABnzbd."
/usr/bin/fetch "http://192.168.0.22:8080/sabnzbd/api?mode=shutdown" > /dev/null
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac
exit 0
12) noticed in console logging external binary unzip missing...
2008-09-23 20:14:32,166::ERROR::unzip binary... NOT found!
13) did pkg_add -rv unzip. this installed unzip into /usr/local/bin
14) restarted sabnzbd using script... /root/sab.sh start
15) checked "connections" tab - no sign of missing unzip.
bij stap 2 gaat het mis,
Ik krijg dan volgende melding:
pkg_add: find_play_pen: can't find enough temporary space to extract the files, please set your
PKG_TMPDIR environment variable to a location with at least 35M bytes
free
Requested space: 1347K bytes, free space: 10M bytes in /var/tmp/instmp.QcoYZW
Toch is m'n schijf 8GB groot...