Hello, I ran into a problem when I tried to map my sonarr user to have write access to a directory mounted via mount point (which worked without a problem). The directory I need to change to be able to start the service again however shows 
Here is my configuration and result so far:
LXC Sonarr
nobody:nogroup
, and even as root I cannot chown the folder: chown: changing ownership of '/var/lib/sonarr/': Operation not permitted
. I read multiple threads but couldn't find a solution. Any help would be greatly appreciated! 
Here is my configuration and result so far:
LXC Sonarr
cat /etc/passwd
Code:
sonarr:x:107:1000
/etc/pve/lxc/110.conf
Code:
lxc.idmap: u 0 100000 107
lxc.idmap: g 0 100000 1000
lxc.idmap: u 107 1000 1
lxc.idmap: g 1000 1000 1
lxc.idmap: u 108 100108 65428
lxc.idmap: g 1001 101001 64535
ls -lai /var/lib
Code:
1936 drwxr-xr-x 5 nobody nogroup 4096 Apr 29 19:34 sonarr
/etc/subuid
Code:
root:100000:65536
root:1000:1
/etc/subgid
Code:
root:100000:65536
root:44:1
root:103:1
root:1000:1
chown sonarr:sonarr /var/lib/sonarr/
Code:
chown: changing ownership of '/var/lib/sonarr/': Operation not permitted