I am installing OMV 8 from scratch, Raspberry Pi 5, single SSD. When setting up Docker with my own configuration including a custom daemon.json (possible link to my problem?) and restarting Docker I get this message:
Code
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LC_ALL=C.UTF-8; export LANGUAGE=; systemctl restart 'podman.socket' 2>&1' with exit code '5': Failed to restart podman.socket: Unit podman.socket not found.
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LC_ALL=C.UTF-8; export LANGUAGE=; systemctl restart 'podman.socket' 2>&1' with exit code '5': Failed to restart podman.socket: Unit podman.socket not found. in /usr/share/php/openmediavault/system/process.inc:247
Stack trace:
#0 /usr/share/php/openmediavault/system/systemctl.inc(88): OMV\System\Process->execute()
#1 /usr/share/php/openmediavault/system/systemctl.inc(152): OMV\System\SystemCtl->exec()
#2 /usr/share/openmediavault/engined/rpc/compose.inc(690): OMV\System\SystemCtl->restart()
#3 [internal function]: OMVRpcServiceCompose->restartDocker()
#4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array()
#5 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod()
#6 /usr/sbin/omv-engined(546): OMV\Rpc\Rpc::call()
#7 {main}
Display More
docker.service is still running since previous reboot, restart had no effect.... Why do I get a Podman restart error when working with Docker? Podman checkbox is NOT marked. My error somewhere? There is NO reference to podman in the journalctl output so as of now I have no further info.
My daemon.json: