You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[v5.18.4.9674] NzbDrone.Mono.Disk.LinuxPermissionsException: Unknown group: 1000:1000
at NzbDrone.Mono.Disk.DiskProvider.GetGroupId(String group) in ./Radarr.Mono/Disk/DiskProvider.cs:line 510
at NzbDrone.Mono.Disk.DiskProvider.SetPermissions(String path, String mask, String group, FilePermissions permissions) in ./Radarr.Mono/Disk/DiskProvider.cs:line 108
at NzbDrone.Mono.Disk.DiskProvider.SetPermissions(String path, String mask, String group) in ./Radarr.Mono/Disk/DiskProvider.cs:line 80
at NzbDrone.Core.MediaFiles.MediaFileAttributeService.SetMonoPermissions(String path) in ./Radarr.Core/MediaFiles/MediaFileAttributeService.cs:line 87
Expected Behavior
The container should correctly set the group and user based on the PUID and GUID environment variables.
Steps To Reproduce
Set PUID and GUID in the .env file.
Run Docker compose up
user and group are not set in container
Environment
- OS: proxmix
- How docker service was installed: distro packagemanger
[v5.18.4.9674] NzbDrone.Mono.Disk.LinuxPermissionsException: Unknown group: 1000:1000
at NzbDrone.Mono.Disk.DiskProvider.GetGroupId(String group) in ./Radarr.Mono/Disk/DiskProvider.cs:line 510
at NzbDrone.Mono.Disk.DiskProvider.SetPermissions(String path, String mask, String group, FilePermissions permissions) in ./Radarr.Mono/Disk/DiskProvider.cs:line 108
at NzbDrone.Mono.Disk.DiskProvider.SetPermissions(String path, String mask, String group) in ./Radarr.Mono/Disk/DiskProvider.cs:line 80
at NzbDrone.Core.MediaFiles.MediaFileAttributeService.SetMonoPermissions(String path) in ./Radarr.Core/MediaFiles/MediaFileAttributeService.cs:line 87
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
Description:
PUID and GUID are not being set even though they are specified:
Code
Expected Behavior
The container should correctly set the group and user based on the PUID and GUID environment variables.
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: