Sonarr version (exact version): 3.0.8.1507 Mono version (if Sonarr is not running on Windows): 6.12.0.122 OS: Docker on Ubuntu 22.04 Debug logs: see below Description of issue:
Unable to add root folder
Folder is not writable by user abc
In the log it says the same
root TV folder within docker
rwxrwxrwx+ 208 1001 abc 0 Jul 28 14:08 tv
folder within TV of Docker
drwxrwxrwx+ 8 1001 abc 0 Jul 28 14:32 ‘serie1’
drwxrwx—+ 11 1001 abc 0 Feb 16 2020 serie2
drwxrwxrwx+ 9 1001 abc 0 Feb 19 2018 ‘serie3’
using linuxserver docker image with PUID 1000 and PGID 1000
Outside Docker the PUID and PGID have write access to said network share.
You have ACLs (+) which complicate permissions and are rather advanced and the user and group you are running lidarr as does not have RW permissions to the folder.
getfacl /mnt/share3/Series/abc/fanart.jpg
getfacl: Removing leading '/' from absolute path names
# file: mnt/share3/Series/abc/fanart.jpg
# owner: user
# group: group
I don’t see any extended acl info which you would expect