transmission forum might know more about the difference between those two, and how to get relevant logs from transmission.Not sure what it happen. If I upload the torrent file, then it will start download. However, when I use magnet or paste the torrent link, it just won't work. And all torrent files gone if I restart the plugin.
...this is.......interesting...i changed download path, shutdown nas and few days later started it again and now transmission works even if webgui shows as off....wtf?
check /usr/local/etc/rc.d/transmissionAgain, 2.82 --> 2.84 update failed for me as well, had to delete and reinstall the plugin. I like that the "Incomplete Download" option has been added, however i used the "Configuration Directory" option and would still like to use it, what do i need to edit to set the configuration folder to a different location, i would have hoped it stayed! :)
Cheers
That's what I figured, and just having the config folder not under /usr/pbi/ would have saved alot of people headaches with this last update.Hi Joshua
Thanks with that info, will have a play around with rc.conf, I like to keep the settings separate from the jail in case there are any issues, just delete jail and start again, I keep the config folder in the same location as my torrents, easier to maintain as I use some of the extra settings not available in the transmission config screen. It would be nice to have the setting back, but if no one uses it then it not really worth it, don’t mind manually changing setting for my setup.
Cheers
service transmission onestop sysrc 'transmission_conf_dir=/PATH' mv /usr/pbi/transmission-amd64/etc/transmission/home /PATH mkdir /usr/pbi/transmission-amd64/etc/transmission/home ln -s /PATH/settings.json /usr/pbi/transmission-amd64/etc/transmission/home service transmission start
{
"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": false,
"blocklist-url": "",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/media",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 0,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/media/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,
"pidfile": "/var/run/transmission/daemon.pid",
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 5,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "",
"rpc-whitelist": "",
"rpc-whitelist-enabled": false,
"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": 2,
"upload-slots-per-torrent": 14,
"utp-enabled": false,
"watch-dir": "/media/torrents",
"watch-dir-enabled": true
}
.torrent files are supposed to be in the transmission/home/torrents folder.For some weird reason, the magnet link work again after I restart the plugin few times.
And I do change the watch-dir to another directory, and it also reflect in the setting.json. However, when I ssh into the jails, the torrent still save in the default watch-dir, which is /usr/pbi/transmission-amd64/etc/transmission/home/torrents/
This is my setting
.torrent files are supposed to be in the transmission/home/torrents folder.
your not fully understanding the watch directory and the torrent directory. the watch directory is a folder you drop .torrent files for transmission to add. the transmission/home/torrent directory holds all active torrents be saving a copy of the .torrent file in there, whether it was added using a .torrent file or magnet-link.