Code: Select all
[guest@[my system] ~]$ cat /etc/redhat-release
Fedora release 36 (Thirty Six)
[guest@[my system] ~]$ rpm -qa | grep -i transmission
transmission-common-3.00-14.fc36.x86_64
transmission-cli-3.00-14.fc36.x86_64
transmission-gtk-3.00-14.fc36.x86_64
transmission-3.00-14.fc36.x86_64
[guest@[my system] ~]$ transmission-remote -V
transmission-remote 3.00 (bb6b5a062e)
Code: Select all
transmission-remove -t[#] --move /directory
Code: Select all
localhost:9091/transmission/rpc/ responded: "success"
The fact that the Location remains unchanged seems to indicate that, somehow, the Transmission client understands the --move process failed but, as stated above, returned a "success."
I looked at permissions--I know just-enough about permissions to get myself into trouble.
I'm using NAS.
My one "test" was to manually attempt a CL mv which was successful.
The directory and contents permissions (source dir):
Code: Select all
[guest@[my system] ~]$ ls -l /home/guest/NAS/Transmission-INPROG/ | grep mytorrent
drwxrwxrwx+ 2 1001 root 0 Jan 30 13:23 mytorrent
[guest@[my system] ~]$ ls -l /home/guest/NAS/Transmission-INPROG/mytorrent
-rwxrwxrwx+ 1 1001 root 63 Oct 15 11:52 mytorrentfile.txt
-rwxrwxrwx+ 1 1001 root 1109177123 Jan 29 19:37 mytorrentfile.dat
Code: Select all
[guest@[my system] ~]$ ls -la /home/guest/NAS
total 28
drwxrwxrwx+ 9 1001 root 0 Jan 30 01:18 .
drwx------. 31 guest guest 20480 Jan 30 14:57 ..
drwxrwxrwx+ 3 1001 root 0 Jan 30 01:19 Backups
drwxrwxrwx+ 4 1001 root 0 Jan 30 14:43 Transmission
drwxrwxrwx+ 293 1001 root 0 Jan 30 13:23 Transmission-INPROG
[guest@[my system] ~]$ ls -la /home/guest/NAS/Transmission
total 0
drwxrwxrwx+ 4 1001 root 0 Jan 30 14:43 .
drwxrwxrwx+ 9 1001 root 0 Jan 30 01:18 ..
drwxr-xr-x+ 2 1001 root 0 Jan 30 14:43 'mytorrentdir'
I would sincerely appreciate any pointers on how to troubleshoot this issue.
Thank you very much!