NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
super_poussin
May 17, 2010Virtuoso
New Transmission add-on thread
The previous thread was very long time to open a new one and prepare the 2.0 :)
kraftyskillz
Jun 28, 2013Aspirant
Updated to 6.0.8 as well as transmission ver 3.00.1.
I have looked through for the files that need editing as the credentials do not work when i try to login.
Here's my config for settings.jbod which was found in /data/Transmission/config
Just to mention, transmission has never worked for me yet as this was all newly setup.
also the start.sh file was found in /apps/transmissionr6/bin
Could not find the stop.sh file anywhere.
Can anyone explain what i'm supposed to do or missing.
I've already tried to edit the port, password, disable authentication........
Still no joy. Would appreciate the help.
I have looked through for the files that need editing as the credentials do not work when i try to login.
Here's my config for settings.jbod which was found in /data/Transmission/config
Just to mention, transmission has never worked for me yet as this was all newly setup.
{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": true,
"blocklist-url": "http://list.iblocklist.com/?list=bt_level1",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/data/Transmission/Downloads",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/data/Transmission/Incomplete",
"incomplete-dir-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{f8802a82abc8d7c80c9dee66beebdb9e0ed53631BwF7PjZ4",
"rpc-port": 8181,
"rpc-url": "/transmission/",
"rpc-username": "admin",
"rpc-whitelist": "*",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true
}
also the start.sh file was found in /apps/transmissionr6/bin
#! /bin/sh
NAME=transmission-daemon
DAEMON=$(which $NAME)
PIDFILE=/var/run/$NAME.pid
TRANSMISSION_ARGS="--config-dir /data/Transmission/config --incomplete-dir /data/Transmission/Incomplete --download-dir /data/Transmission/Donwloads"
if [ -d /apps/transmission/tmp ]; then
#dpkg -i /apps/transmission/tmp/*.deb
ldconfig
partage=`rn_nml -g shares | grep -e Transmission| awk -F"\" " '{print $1}'| awk -F"\=\"" '{print $2}'`
#echo $partage
if [ ! $partage ]; then
rn_nml -a share:/data/Transmission
mkdir -p /data/Transmission/config
mkdir -p /data/Transmission/Downloads
mkdir -p /data/Transmission/Incomplete
chown guest.guest /data/Transmission/ -R
else echo share exist
fi
cp --preserve /apps/transmission/tmp/settings.json /data/Transmission/config/
rm /apps/transmission/tmp -R
chown guest.guest /data/Transmission/ -R
fi
#$DAEMON $TRANSMISSION_ARGS > /dev/null
##start-stop-daemon --start --pidfile $PIDFILE --make-pidfile --exec $DAEMON --background -- -f $TRANSMISSION_ARGS
## start-stop-daemon --chuid guest:guest --start --umask 0 --exec $DAEMON --background --nicelevel 8 -- $TRANSMISSION_ARGS
#/apps/transmission/bin/daemonize -u guest -v /usr/local/bin/transmission-daemon --config-dir /data/Transmission/config --incomplete-dir /data/Transmission/Incomplete --download-dir /data/Transmission/Donwloads
/etc/init.d/transmission start
Could not find the stop.sh file anywhere.
Can anyone explain what i'm supposed to do or missing.
I've already tried to edit the port, password, disable authentication........
Still no joy. Would appreciate the help.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!