Forums

Resolved
0 votes
Hello,

i was tweaking with some file permissions this should be the cause, in the gui of the transmission i see for all the torrents the error
No data found! Ensure your drives are connected or use "Set Location". To re-download, remove the torrent and re-add it.


the rights on the Download folder is
[root@server Transmission]# ls -l
total 20
drwxrwxrwx 75 transmission allusers 20480 Feb 16 20:14 Downloads


what should be the issue?

Thanks

Ervin
Sunday, February 17 2019, 01:00 PM
Share this post:
Responses (4)
  • Accepted Answer

    Sunday, February 17 2019, 06:56 PM - #Permalink
    Resolved
    0 votes
    I found the issue, at least i gave full permission in flexhare because the Transmission folder was inside in the Hdd flexhare
    drwxrwx--- 11 apache allusers 4096 Jan 21 23:29 hdd


    after i set full permission everything is working again

    drwxrwxrwx 11 apache allusers 4096 Jan 21 23:29 hdd
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, February 17 2019, 05:16 PM - #Permalink
    Resolved
    0 votes
    I've no idea.

    The other folders in /var/lib/transmission/.config/transmission-daemon are transmission:transmission
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, February 17 2019, 03:12 PM - #Permalink
    Resolved
    0 votes
    in the /var/lib/transmission/.config/transmission-daemon/settings.json is set also to 18


    "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": "http://www.example.com/blocklist",
    "cache-size-mb": 4,
    "dht-enabled": true,
    "download-dir": "/var/flexshare/shares/hdd/Transmission/Downloads",
    "download-queue-enabled": true,
    "download-queue-size": 10,
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "/var/lib/transmission/Downloads",
    "incomplete-dir-enabled": false,
    "lpd-enabled": false,
    "message-level": 1,
    "peer-congestion-algorithm": "",
    "peer-id-ttl-hours": 6,
    "peer-limit-global": 200,
    "peer-limit-per-torrent": 50,
    "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": true,
    "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-host-whitelist": "",
    "rpc-host-whitelist-enabled": true,
    "rpc-password": "{ce3056b7a5cad89b9279776ffda8c3d79ed0208azkh0kx/K",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "admin",
    "rpc-whitelist": "127.0.0.1",
    "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": 18,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true


    should i try to change to something else?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, February 17 2019, 02:39 PM - #Permalink
    Resolved
    0 votes
    Well, mine is bust. It is showing transmission:299 and 755 permissions and my torrents still work. Check what your umask is set to in /var/lib/transmission/.config/transmission-daemon/settings.json. Mine is set to 18 but you can only change it when transmission is stopped. I may have tweaked umask but I can't remember.
    The reply is currently minimized Show
Your Reply