You are not logged in.
I'm having this weird issue which occurred both on deluge and now on transmission and I'm out of ideas so I decided to ask as there are few possible places where the issue might be (and I wasnt able to find similar issues even by googling).
In short: Autoadd does not work, if I restart respective daemon, whatever is in watched folders at the time is added, but nothing after that. Clients write torrent files themselves normally without issues in to a separate folder that is also mounted with same method to location under same parent folder.
For background I have Synology NAS drive, Raspberry Pi running arch and I have a NAS share mapped to Pi with fstab and cifs
//*.*.*.*/nas/torrent /var/lib/transmission/torrent cifs username=****,password=****,rw,auto,nofail 0 0
//*.*.*.*/db/t /var/lib/transmission/t cifs username=****,password=****,rw,auto,nofail 0 0
folder permissions
[root@pi admin]# ls -l /var/lib/transmission
total 0
drwxrwxrwx 3 transmission transmission 0 Jul 3 13:26 t
drwxrwxrwx 3 transmission transmission 0 Jul 3 13:25 torrent
transmission groups
[root@pi admin]# id transmission
uid=169(transmission) gid=169(transmission) groups=169(transmission),100(users)
settings.json
{
"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": "[url]http://list.iblocklist.com/?list=ydxerpxkpcfqjaybcssw&fileformat=p2p&archiveformat=gz[/url]",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/var/lib/transmission/torrent/",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": true,
"incomplete-dir": "/var/lib/transmission/torrent/",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,
"peer-limit-per-torrent": 50,
"peer-port": 58243,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": true,
"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": 3,
"ratio-limit-enabled": true,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{c4ecd2fa8bb509494845ea3d40b0b5c67727c585onUp53MA",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "",
"rpc-whitelist": "127.0.0.1,192.168.*.*",
"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": true,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true,
"watch-dir": "/var/lib/transmission/t/",
"watch-dir-enabled": true
}
Manually added torrents (via either webclient or qt) download and finish without issues.
Any ideas?
Last edited by ichihaifu (2014-07-03 19:46:20)
Offline
If you are using a GUI to access Transmission (ex: transmission-gtk) then you will have to call transmission-gtk (or transmission-qt or whatever it's named in /usr/bin) to auto add stuff.
Offline
I'm using remote GUI to access transmission to make see if torrents are added. Transmission itself runs fine, theres just something wrong in config somewhere and I'm not sure where.
Offline