javitu / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 2 forks source link

Files downloaded with Transmission are set to Read only on 081 firmware #1322

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download a torrent using Transmission
2. ssh into router, cd to /media/AiDisk_a1/transmission/downloads
3. ls -l to check permissions of downloaded files (not directories!).

What is the expected output? What do you see instead?
I was previously on 075 firmware, and the torrents downloaded had file 
permissions of -rwxrwxrwx, so I could use Windows Explorer to manage the files 
via SMB (move, delete, rename, etc).

With 081 firmware, torrents downloaded have file permissions of -rw-r--r--, and 
Windows Explorer throws a permission error when I try to manage the files.

I have R/W permissions set on "Transmission" folder for the user under "USB 
Application - Network Neighborhood Share" at all times.

What version of the product are you using? On what operating system?
3.0.3.8-081
Windows 7 Pro x64

Original issue reported on code.google.com by chong.mi...@gmail.com on 29 Aug 2014 at 6:32

GoogleCodeExporter commented 9 years ago
There should not be any permission errors.
Transmission is with umask 022.

check downloads dir bits.
ls -ld /media/AiDisk_a1/transmission/downloads
(should be 755 or like that)

Anyway connecting to SMB share with admin(root) account should give privileges.

Original comment by d...@soulblader.com on 29 Aug 2014 at 7:07

GoogleCodeExporter commented 9 years ago
Has Transmission always been on umask 022?

Original comment by chong.mi...@gmail.com on 29 Aug 2014 at 7:40

GoogleCodeExporter commented 9 years ago
I'm not sure (used to be by default).
Check in /mnt/transmission/config/settings.json. It should be on HDD in transm 
folder.

Original comment by d...@soulblader.com on 29 Aug 2014 at 9:18