Hi,
I found a way to get sabnzbdplus working until a working solution for sabnzbd 3.0 got found (as simply installing
python3 and updating
start-stop.sh to use
python3 instead of
python2.7 isn't working).
Follow these steps:
1. Access your NAS using SSH (enable SSH in "Services → Terminal")
2. Navigate to
/volume1/Download/SABnzbd/log and create the file called
NO_UPGRADE:
- Code: Select all
cd /volume1/Download/SABnzbd/log
touch NO_UPGRADE
3. Navigate to
/volume1/.@plugins/AppCentral/sabnzbdplus/sabnzbdplus and checkout the latest sabnzbd 2 version available (on writing, this was
2.3.9):
- Code: Select all
cd /volume1/.@plugins/AppCentral/sabnzbdplus/sabnzbdplus
git checkout 2.3.9
4. Stop and start sabnzbdplus using "AppCentral" (the webinterface of your Asustor).
That's all. Atleast for now it won't update sabnzbd anymore until the file
/volume1/Download/SABnzbd/log/NO_UPGRADE get's removed (which should be done as soon an update of the package get's available).
Hopefully clinton.hall will have a working solution for us soon.
- drmonty