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...
freenas en sabnzbd
-
- Pro Member
- Berichten: 310
- Lid geworden op: 05 jan 2007, 13:02
- Locatie: Dilsen
- Uitgedeelde bedankjes: 4 keer
- Bedankt: 1 keer
- cloink
- Elite Poster
- Berichten: 3698
- Lid geworden op: 29 okt 2007, 10:29
- Twitter: cloink
- Uitgedeelde bedankjes: 117 keer
- Bedankt: 152 keer
- Contacteer:
Maar uw /var/tmp (oftewel /tmp ?) mount allicht niet. Gebruik anders het "df" commando eens?Silver_Rain schreef: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...
ooh. shiny.
-
- Pro Member
- Berichten: 310
- Lid geworden op: 05 jan 2007, 13:02
- Locatie: Dilsen
- Uitgedeelde bedankjes: 4 keer
- Bedankt: 1 keer
Blijkbaar was m'n tmp al te klein.
Heb dit aangepast.
Zal laten weten als ik alle anders stappen kan uitvoeren nu.
Alvast bedankt voor je reactie, dat heeft me weer op weg geholpen !
EDIT: Installatie met succes !
http://forums.sabnzbd.org/index.php?topic=408.0 voor als iemand dit ook wil installeren
Heb dit aangepast.
Zal laten weten als ik alle anders stappen kan uitvoeren nu.
Alvast bedankt voor je reactie, dat heeft me weer op weg geholpen !

EDIT: Installatie met succes !
http://forums.sabnzbd.org/index.php?topic=408.0 voor als iemand dit ook wil installeren
