Page 1 of 1

Permission problems?

Posted: 23 Feb 2020, 21:22
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..

Re: Permission problems?

Posted: 24 Feb 2020, 06:06
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.