Hi there,
Was there a recent update breaking /config permissions in the docker? Not sure it's related but I updated to the lastest unRAID the other day.
022-11-11 09:35:43.208718 [info] Permissions already set for '/config'
2022-11-11 09:35:43.237338 [info] Deleting files in /tmp (non recursive)...
2022-11-11 09:35:43.266610 [info] Starting Supervisor...
2022-11-11 09:35:43,437 INFO Included extra file "/etc/supervisor/conf.d/sonarr.conf" during parsing
2022-11-11 09:35:43,437 INFO Set uid to user 0 succeeded
2022-11-11 09:35:43,439 INFO supervisord started with pid 7
2022-11-11 09:35:44,441 INFO spawned: 'sonarr' with pid 58
2022-11-11 09:35:44,442 INFO reaped unknown pid 8 (exit status 0)
2022-11-11 09:35:45,023 DEBG 'sonarr' stdout output:
[Info] Bootstrap: Starting Sonarr - /usr/lib/sonarr/bin/Sonarr.exe - Version 3.0.9.1549
2022-11-11 09:35:45,269 DEBG 'sonarr' stdout output:
[Info] AppFolderInfo: Data directory is being overridden to [/config]
2022-11-11 09:35:45,274 DEBG 'sonarr' stdout output:
[Trace] DiskProviderBase: Directory '/config' isn't writable. Access to the path "/config/sonarr_write_test.txt" is denied.
2022-11-11 09:35:45,274 DEBG 'sonarr' stdout output:
2022-11-11 09:35:45,317 DEBG 'sonarr' stdout output:
[Fatal] ConsoleApp: EPIC FAIL!
2022-11-11 09:35:45,318 DEBG 'sonarr' stdout output:
2022-11-11 09:35:45,318 DEBG 'sonarr' stdout output:
[v3.0.9.1549] NzbDrone.Common.Exceptions.SonarrStartupException: Sonarr failed to start: AppFolder /config is not writable
at NzbDrone.Common.EnvironmentInfo.AppFolderFactory.Register () [0x00088] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\EnvironmentInfo\AppFolderFactory.cs:63
at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x0005a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Host\Bootstrap.cs:36
at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x00030] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Console\ConsoleApp.cs:42
2022-11-11 09:35:45,332 DEBG 'sonarr' stdout output:
Press enter to exit...
2022-11-11 09:35:46,332 INFO success: sonarr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-11-11 09:35:46,333 DEBG 'sonarr' stdout output:
Non-recoverable failure, waiting for user intervention..
Verified that /config is r/w in the docker XML. Was also able to create a new file to /config with docker exec and see the file as unRAID root.