This installation is based on my gear DNS-325 2x2TB drives in RAID 0.
The installations are made to the default directory, as variations can certainly occur.
Be careful, I'm not responsible if you are bricking your device!
install the following programs at your NAS
- fun_plug as guide on the NAS-tweaks.net here.
- optware as guide on the NAS-tweaks.net here.
- nano this is optional if you aren't familiar to VI editor which are quite hard to handle for a newbie here.
install the following ipkg programs
- SABnzbd+ (0.5.6 in time of writing)
- Code: Select all
ipkg install sabnzbdplus
- unrar
- Code: Select all
ipkg install unrar
- unzip
- Code: Select all
ipkg install unzip
- par2
- Code: Select all
ipkg install par2cmdline
- SSL
- Code: Select all
ipkg install py25-openssl
- nice
- Code: Select all
ipkg install coreutils
- ionice
- Code: Select all
ipkg install util-linux-ng
Installing the coreutils and util-linux-ng packages will install lots of files you don't need.
What you can do is to rename the nice and ionice files and then uninstall this packages and then rename back the files again.
These files are located in the /ffp/opt/optware/bin/ directory.
edit this files at your NAS
fun_plug (to get SABnzbd+ autostart on reboot.) in the topmost directory of Volume_1 of your NAS using a texteditor and put following line at the very end of the file. (use parameters of your own choise found here.)
- Code: Select all
/ffp/opt/optware/share/SABnzbd/SABnzbd.py -s:8080 -d -f /ffp/opt/optware/share/SABnzbd/sabnzbd.ini
fun_plug.init in the /ffp/etc/fun_plug.init directory using nano or vi editor.
- Code: Select all
nano /ffp/etc/fun_plug.init
and add following lines at the very end of the file.
- Code: Select all
# Create symbolic link /mnt/HD_a2 to point to /mnt/HD/HD_a2
ln -snf /mnt/HD/HD_a2 /mnt/HD_a2
#par2 symbolic links for opt/sabnzbd
ln -snf /opt/bin/par2 /bin/par2
ln -snf /opt/bin/unrar /bin/unrar
ln -snf /opt/bin/unzip /bin/unzip
ln -snf /opt/bin/nice /bin/nice
ln -snf /opt/bin/ionice /bin/ionice
Reboot your device.
- Code: Select all
reboot
After start, check your logfile that everything is started and running and make your SABnzbd settings at http://<your.NAS.IP> with your favorit browser.
Credits goes to..

shypike SABnzbd developer for a great program and great support!
Uli for creating very great guides att NAS-tweaks.net
Nasp at NAS-tweaks.net for great support.




