Permission problems?

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
fbotuser
Posts: 15
Joined: 30 Dec 2019, 20:55

Permission problems?

Post by fbotuser »

Hello,
here is my scenario:
1. download movie/tv show to my seedbox
2. download from seedbox to my home ubuntu server via rsync (ubuntu has mounted folder "sync" from Synology
3. automatic run filebot in Synology every 10 minutes

I found a problem. Filebot works but it moves movie/tv shows to correct folders with bad permissions (see below for S05E08).

https://drive.google.com/file/d/1-aKNLV ... sp=sharing

So I must to use chmod -R 777 abcde...
I'm trying to find if it's a problem in synology or in ubuntu.

Here is synology folder
https://drive.google.com/file/d/1_CbVzM ... sp=sharing

Any idea please? Don't know if I have right permissions in Synology. Tried to delete "sync" folder, then create new one, same result..
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Permission problems?

Post by rednoah »

FileBot does not specifically touch permissions one way or another. New files are initialized with default permissions whatever those might be for your environment, probably based on the user that the filebot process is executed as.


:idea: I'd create a new shares for input/output via Synology DSM so you get pristine permissions for input/output folders.


:!: Synology uses ACLs so classic Unix permissions mean nothing if there's ACLs overriding permissions for specific users, processes, etc. You'll need to use Synology DSM to configure ACL permissions.
:idea: Please read the FAQ and How to Request Help.
Post Reply