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 :)
time to open a new one and prepare the 2.0 :)
920 Replies
Replies have been turned off for this discussion
- GovnahAspirantOS 6 continues to be a mess....Updated to 6.0.8 and Transmission indicated there was an update available, 3.0. Updated and of course the update failed while OS 6.0.8 indicates I have 3.0 installed but when I launch, 2.7 is installed.
Just an absolute mess!!!!! Don't understand why NTGR can't get this app issues straight with OS 6. - super_poussinVirtuoso
Govnah wrote: OS 6 continues to be a mess....Updated to 6.0.8 and Transmission indicated there was an update available, 3.0. Updated and of course the update failed while OS 6.0.8 indicates I have 3.0 installed but when I launch, 2.7 is installed.
Just an absolute mess!!!!! Don't understand why NTGR can't get this app issues straight with OS 6.
No that's correct
3.0 is the GUI release, I update the GUI for frontview to a better version and decide to use a different release number - kraftyskillzAspirantUpdated 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.{
"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. - super_poussinVirtuosomodif the setttings.json in config dir
"rpc-authentication-required": false,
"rpc-port": 8181, (put the prot uou want
do this when transmission is not running (not enabled in frontview) - kraftyskillzAspirantHi,
Tried that but it comes up with page cannot displayed.
Please note that i'm accessing it over the internet (port forward) and not within my local network. - MuppoAspirantHi folks
I´m also having some issues since 6.0.8 and Transmission 3.00.1 updates.
Before update everything worked fine, but after update and reinstall of Transmission I first got "connection error" when launching Transmission.
After a reinstall I could login with a new password( admin), but now if I stop the Transmisson service I can´t get it to work again without a new reinstall, same if I reboot the NAS.
After reboot I get "connection failed" and have to reinstall Transmission.
I tried to do a clean install and discovered that no maps in "data" were made like when I installed the previous version. (data/transmission)
Anyone got an idea what´s up?
Thanks in advance :) - NormanSCrabtreeAspirant
mustang wrote: dafunk85 wrote: I have a problem after installing transmission 2.33.2 in my readynas pro 6
the problem is, after installing transmission, it replace all my data files in media folder especially in CIFS sharing protocols, it replace with transmission folder but the files is not deleted just hid by transmission folder.
the question is, can i make my data files back appear again, coz i really need those files, especially when share with CIFS share protocols, the other protocol is not problem
please , really need the solusion :(
I have the same problem with ReadyNAS Ultra 2. I just installed transmission for the first time and was prompted to update to version 2.40.03 which took several attempts to update. After that my saved files were no longer visible on the ReadyNAS or through Windows. The funny thing is that the ReadyNAS Frontview disk usage indicated that the files were taking up space and my TV was still able to stream these files via DLNA service. I had to reset the unit to factory default and start from scratch. Seams like a bug somewhere.
Don't be silly............. :neener:
Transmission is extremely stable and has a lot of options allowing users to configure it in almost anyway they want. It's really easy to use and anyone can get the hang of it in no time. - verb14Aspirant
--download-dir /data/Transmission/Donwloads"
There's a mismatch / spelling error in the Downloads dir entry in this line from start.sh . I really have no clue whether some of the issues stem from this but the dev might be able to help.
...
Also, is it possible to choose a separate download dir for each torrent? Shifting stuff to a different share is damnably annoying as it takes ages - even through the web interface. ( RN 6.0.8 ) - super_poussinVirtuosoLet me check but this typo was corrected for me in last version and start.sh is no more used
It use /etc/init.d/transmission - verb14AspirantAlso - how do I get Transmission to start automatically when the NAS starts up - as of now, I have to enable Transmission each time from the Apps page
Edit: Using an RN102 with 6.0.8
(I have changed the default login and password)
cheers...
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!