Hi,
I am trying to install sonarr and radarr (among others, but we'll start there), I m following the guide in OMV-extras (here) on getting docker set up. It looks to be up and running and I am at more or less the final step of installing jellyfin (sonarr in my case).
I am creating a file from example in compose, and it creates fine, shows status as down, and when I hit up, I get the following error:
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/srv/dev-disk-by-uuid-bd50ca6f-7f69-4327-aeee-c8ad38004db4/appdata/sonarr/sonarr.yml' --env-file '/srv/dev-disk-by-uuid-bd50ca6f-7f69-4327-aeee-c8ad38004db4/appdata/sonarr/sonarr.env' --env-file '/srv/dev-disk-by-uuid-bd50ca6f-7f69-4327-aeee-c8ad38004db4/appdata/global.env' up -d 2>&1': Couldn't find env file: /srv/dev-disk-by-uuid-bd50ca6f-7f69-4327-aeee-c8ad38004db4/appdata/sonarr/sonarr.env
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker compose --file '/srv/dev-disk-by-uuid-bd50ca6f-7f69-4327-aeee-c8ad38004db4/appdata/sonarr/sonarr.yml' --env-file '/srv/dev-disk-by-uuid-bd50ca6f-7f69-4327-aeee-c8ad38004db4/appdata/sonarr/sonarr.env' --env-file '/srv/dev-disk-by-uuid-bd50ca6f-7f69-4327-aeee-c8ad38004db4/appdata/global.env' up -d 2>&1': Couldn't find env file: /srv/dev-disk-by-uuid-bd50ca6f-7f69-4327-aeee-c8ad38004db4/appdata/sonarr/sonarr.env in /usr/share/openmediavault/engined/rpc/compose.inc:693
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(620): OMVRpcServiceCompose->{closure}('/tmp/bgstatus2b...', '/tmp/bgoutputcE...')
#1 /usr/share/openmediavault/engined/rpc/compose.inc(696): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: OMVRpcServiceCompose->doCommand(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('doCommand', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Compose', 'doCommand', Array, Array, 1)
#6 {main}
Display More
the path in export PATH=.... seems strange to me, but I have no frame of reference so hopefully this thread can shed some light on that. the same goes for radarr. the same error occurs on a straight docker pull (via the OMV UI).
One thing to note is that every time I open compose settings, I am asked to confirm changes, and they a are approved every time, but no changes have technically been made. I am not sure if this is adding to the issue or something different (after approving the changes, the above error still occurs).
Below are some screenshots of the shared folders and then the compose config.
Technical info:
OMV Version 6.9.7-1 (Shaitan)
Processor ARMv7 Processor rev 4 (v7l)
Kernel Linux 6.1.21-v7+ Running on a Raspberry pi 3
I am not sure what other info might be needed but just ask and I will add it to the thread.
TIA.