NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
tarobun
Nov 24, 2012Tutor
New Transmission 2.84 add-on for ReadyNAS Duo/NV+ (sparc)
This is a newly compiled version for the Duo straight from source. It has been configured with "--disable-nls --enable-lightweight --enable-utp" and the default web interface port of 9091. If it do...
tarobun
Aug 13, 2013Tutor
Nope the file is called "start.sh", not the "transtart.sh" (that's the old one).
Change "start.sh" as follows (difference is in bold).
From:
To:
Also running the following command should make all files under /addons-config read/writable.
Change "start.sh" as follows (difference is in bold).
From:
#!/bin/bash
#
# This should contain necessary code to start the service
export TRANSMISSION_HOME=/c/addons-config/Transmission
export TRANSMISSION_WEB_HOME=/etc/frontview/addons/ui/TRANSMISSION/web
ARGS="-f"
[ -f /c/addons-config/Transmission/settings.json ] || ARGS="$ARGS -a 127.0.0.1,10.0.0.*,192.168.*.* -w /c/media/BitTorrent"
start-stop-daemon --start --chuid nobody:nogroup --umask 0 --nicelevel 19 \
--background --quiet --make-pidfile --pidfile /var/run/TRANSMISSION.pid \
--exec /etc/frontview/addons/bin/TRANSMISSION/transmission-daemon -- $ARGS
To:
#!/bin/bash
#
# This should contain necessary code to start the service
export TRANSMISSION_HOME=/c/addons-config/Transmission/transmission-daemon
export TRANSMISSION_WEB_HOME=/etc/frontview/addons/ui/TRANSMISSION/web
ARGS="-f"
[ -f /c/addons-config/Transmission/settings.json ] || ARGS="$ARGS -a 127.0.0.1,10.0.0.*,192.168.*.* -w /c/media/BitTorrent"
start-stop-daemon --start --chuid nobody:nogroup --umask 0 --nicelevel 19 \
--background --quiet --make-pidfile --pidfile /var/run/TRANSMISSION.pid \
--exec /etc/frontview/addons/bin/TRANSMISSION/transmission-daemon -- $ARGS
Also running the following command should make all files under /addons-config read/writable.
chown -R nobody.nogroup /c/addons-config
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!