I've got an old standalone - or isolated - install of SABnzbd 0.6.5 running perfectly smooth! But, as newzbin have changed url, i want to upgrade to the latest version, as to fix the url-probs, plus ofc get the usual updates/new features.
I'm on a full freenas-system (0.7.2 Sabanda (revision 8191), FreeBSD 7.3-RELEASE-p7 (revision 199506) i386full), but am NOT a *nix-savvy user! I know my console, but thats about it
I've been following these steps from the freenas forums for the initial install: HOWTO: SABnzbd, SickBeard & CouchPotato totally isolated
Now, following those same steps to install newest version in a SEPARATE directory makes the new SABnzbd start up with following errors:
Code: Select all
Traceback (most recent call last):
File "/mnt/data2/sabapps/temp/SABnzbd/SABnzbd.py", line 65, in <module>
import sabnzbd
File "/mnt/data2/sabapps/temp/SABnzbd/sabnzbd/__init__.py", line 85, in <module>
import sabnzbd.api
File "/mnt/data2/sabapps/temp/SABnzbd/sabnzbd/api.py", line 29, in <module>
locale.setlocale(locale.LC_ALL, "")
File "/usr/local/lib/python2.7/locale.py", line 531, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
Code: Select all
#!/usr/local/bin/bash
#sabstart.sh
PATH=$PATH:/mnt/data2/sabapps/temp/bin
PYTHONPATH="/mnt/data2/sabapps/temp/lib/python2.7/site-packages" /usr/local/bin/python /mnt/data2/sabapps/temp/SABnzbd/SABnzbd.py -d -f /mnt/data2/sabapps/temp/sabconfig/sabnzbd.ini -s 0.0.0.0:8085
Code: Select all
drwxr-xr-x 2 root wheel 15B Feb 17 22:25 .
drwxr-xr-x 7 root wheel 14B Feb 17 22:34 ..
-rwxr-xr-x 1 root wheel 184B Feb 7 23:22 cheetah
-rwxr-xr-x 1 root wheel 200B Feb 7 23:22 cheetah-analyze
-rwxr-xr-x 1 root wheel 200B Feb 7 23:22 cheetah-compile
-r-xr-xr-x 1 root wheel 22K Dec 3 00:59 funzip
-r-xr-xr-x 4 root wheel 224K Dec 3 01:14 par2
-r-xr-xr-x 4 root wheel 224K Dec 3 01:14 par2create
-r-xr-xr-x 4 root wheel 224K Dec 3 01:14 par2repair
-r-xr-xr-x 4 root wheel 224K Dec 3 01:14 par2verify
-r-xr-xr-x 1 root wheel 190K Jan 30 19:24 unrar
-r-xr-xr-x 1 root wheel 143K Dec 3 00:59 unzip
-r-xr-xr-x 1 root wheel 63K Dec 3 00:59 unzipsfx
-r-xr-xr-x 1 root wheel 2.9K Dec 3 00:59 zipgrep
lrwxr-xr-x 1 root wheel 5B Dec 3 00:59 zipinfo -> unzip
This works perfectly for old version, new version is NoGo :/
I've got couchpotato, Sickbeard and Headphones running perfectly alongside, using same startup-procedure!
Please, help me get this running, or just some general pointers if I need to post this on the FreeNAS forums instead...
Thank You for Your time,
MadGabZ

