Sonarr on docker Problem moving files automatically

3.0.10.1567:
6.12.0.205:
Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-89-generic x86_64) / Docker:
Debug logs: 2023-11-28 15:14:51.7|Info|Bootstrap|Starting Sonarr - /app/bin/Sonarr.exe - Ver - Pastebin.com
Description of issue: When I download a movie through Sonarr, I get this error :

Additional Information:
Here are my docker’s launching settings :
"
docker run -d
–name=sonarr
–restart unless-stopped
-p 8989:8989
-e PUID=1001
-e PGID=1001
-e UMASK=022
-e TZ=“Etc/UTC”
-v /home/sonarr-docker/config:/config
-v /home/sonarr-docker/data:/data
-v /media:/media
-v /home:/home
-v /home/radarr/Downloads:/Downloads

"

  • Files are downloaded through qBittorrent in the folder “/home/radarr/Downloads” that is own by user radarr and group radarr (uid=1001 and gid=1001).

When I look into my container with ls -l, i get this :
"
total 104
drwxrwxr-x 2 1000 1000 4096 Nov 28 15:04 Downloads
drwxr-xr-x 1 root root 4096 Nov 28 15:14 app
drwxr-xr-x 1 root root 4096 Sep 28 23:12 bin
drwxr-xr-x 2 root root 12288 Sep 28 23:12 command
drwxr-xr-x 6 hotio hotio 4096 Nov 28 15:22 config
drwxr-xr-x 2 root root 4096 Nov 28 15:14 data
drwxr-xr-x 5 root root 340 Nov 28 15:14 dev
drwxr-xr-x 1 root root 4096 Nov 28 15:14 etc
drwxr-xr-x 9 root root 4096 Nov 28 15:14 home
-rwxr-xr-x 1 root root 907 May 4 2023 init
drwxr-xr-x 1 root root 4096 Sep 28 23:12 lib
drwxr-xr-x 3 root root 4096 Jun 19 18:46 media
drwxr-xr-x 2 root root 4096 Sep 28 11:18 mnt
drwxr-xr-x 2 root root 4096 Sep 28 11:18 opt
drwxr-xr-x 6 root root 4096 Sep 28 23:12 package
dr-xr-xr-x 242 root root 0 Nov 28 15:14 proc
drwx------ 2 root root 4096 Sep 28 11:18 root
drwxr-xr-x 1 root root 4096 Nov 28 15:14 run
drwxr-xr-x 1 root root 4096 Sep 28 23:12 sbin
drwxr-xr-x 2 root root 4096 Sep 28 11:18 srv
dr-xr-xr-x 13 root root 0 Nov 28 15:14 sys
drwxrwxrwt 1 root root 4096 Nov 28 15:18 tmp
drwxr-xr-x 1 root root 4096 May 4 2023 usr
drwxr-xr-x 1 root root 4096 Sep 28 11:18 var
"

The file downloaded has the following permissions/owner :

When I modify the owner of the file as “louis:louis” (my personal account uid=1000 and gid=1000) after it is downloaded, sonarr succeed at moving the downloaded file.

Autres infos utiles :
"
groups louis

louis : louis adm cdrom sudo dip plugdev lxd qbittorrent-nox radarr media docker prowlarr
"

"
groups radarr

radarr : radarr sudo louis qbittorrent-nox media docker
"

"
groups qbittorrent-nox

qbittorrent-nox : qbittorrent-nox louis radarr media docker
"

"
getent group louis

louis:x:1000:radarr,plex,qbittorrent-nox
"

"
getent group radarr

radarr:x:1001:louis,plex,qbittorrent-nox
"

"
getent group qbittorrent-nox

qbittorrent-nox:x:119:louis,radarr
"

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.