Hi,
I have updated to the readynas OS 6.2, after the installation my Transmission (dev. by Poussin) is not available, the server doesn't run on port 8181 anymore.
Someone can help me to resolve this issue?
Thank you
Transmission unavailable after the ReadyNAS OS 6.2
Re: Transmission unavailable after the ReadyNAS OS 6.2
I've been having the same problems since upgrade to latest version ReadyNAS OS 6.2.
It seems to work intermittently ie. sometimes the page loads, but mostly not. Even if it loads, minutes later it will no longer be accessible. Strangely if I change the rpc-port to 9191, transmission loaded on 8181 like it always did. Bizarre..
Transmission for ReadyNAS, version 3.00.6. settings.json pasted below, since the website doesn't seem to like any extensions I choose .json .txt etc...
{
"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/media/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-id-ttl-hours": 6,
"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": "{14ee7acbbe547e5e13ff24e545e87522c9febb71gRlpx/cm",
"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
}
It seems to work intermittently ie. sometimes the page loads, but mostly not. Even if it loads, minutes later it will no longer be accessible. Strangely if I change the rpc-port to 9191, transmission loaded on 8181 like it always did. Bizarre..
Transmission for ReadyNAS, version 3.00.6. settings.json pasted below, since the website doesn't seem to like any extensions I choose .json .txt etc...
{
"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/media/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-id-ttl-hours": 6,
"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": "{14ee7acbbe547e5e13ff24e545e87522c9febb71gRlpx/cm",
"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
}
Re: Transmission unavailable after the ReadyNAS OS 6.2
Still an issue. the app is started from ReadyNAS portal, apps tab - toggle to ON, no special scripts, just the method provided by the OS/app.
Its subsequently stopped working 8181 or 9191, settings.json set to port 9191.

Its subsequently stopped working 8181 or 9191, settings.json set to port 9191.

Re: Transmission unavailable after the ReadyNAS OS 6.2
Any help, suggestions?
Re: Transmission unavailable after the ReadyNAS OS 6.2
Bump, please..I love this app, would love to have it working again. Critical part of my NAS.
Re: Transmission unavailable after the ReadyNAS OS 6.2
Hi everyone
I found this topic while google-ing to solve a problem with Transmission on my ReadyNAS, and since I, somehow, fixed a couple of problem (included the one with the wrong port), I thought to share a small post I created just to keep track of whatever I did.
I use my blog primarly to save these kind of information, so I always have them available.
If it is a problem to post a link, I will provide a PDF version of the post
This is the link http://www.dogmai.net/?p=431
HTH
I found this topic while google-ing to solve a problem with Transmission on my ReadyNAS, and since I, somehow, fixed a couple of problem (included the one with the wrong port), I thought to share a small post I created just to keep track of whatever I did.
I use my blog primarly to save these kind of information, so I always have them available.
If it is a problem to post a link, I will provide a PDF version of the post
This is the link http://www.dogmai.net/?p=431
HTH