Hi,
I finally came around to pick up the work I started to migrate from OMV4 to OMV5, only to discover that it is now OMV6. The OMV5 machine as a clean install never put into production so I did a inplace-upgrade to OMV6, All seems to have completed ok in general, however I can not get Docker / Portainer to work.
Docker is up and running, but I can not get Portainer to fly.
Installing from GUI (System > omv-extras > Portainer) fails with a generic error, in the last step of actually launching Portainer
Docker storage :: /var/lib/docker
Agent port:: 8000
Web port:: 9090
Yacht port:: 8001
ee:: 0
image:: portainer/portainer-ce
Enable TLS:: 0
arch :: amd64
option :: portainer
state :: install
extras :: 6.1.1
DNS OK.
Removing portainer ...
portainer
Removing portainer/portainer-ce image ...
Untagged: portainer/portainer-ce:latest
Untagged: portainer/portainer-ce@sha256:f7607310051ee21f58f99d7b7f7878a6a49d4850422d88a31f8c61c248bbc3a4
Deleted: sha256:5f11582196a42b895cdb9322f7a650f42a0c1ed062efc71864352f314228a187
Deleted: sha256:a2b8be7e33e4f9949429751861de81b074f5f4c6736b29381f46a6391e02643d
Deleted: sha256:e7bf90223f9cc1d7c06d141cec6e3e6e30efa4cfd0bb3e7f671c1cca033b0ead
Deleted: sha256:e0a46f5d05e1b93a7993c45aaea39729d111d7a096e02ac1656c721e39cb5222
Deleted: sha256:8c004456aeb58b75f792fa091b194c20d6ed4f0d95dd25b0150d71c5c9ab601b
Pulling portainer/portainer-ce ...
Using default tag: latest
latest: Pulling from portainer/portainer-ce
772227786281: Pulling fs layer
96fd13befc87: Pulling fs layer
0bad1d247b5b: Pulling fs layer
b5d1b01b1d39: Pulling fs layer
96fd13befc87: Verifying Checksum
96fd13befc87: Download complete
772227786281: Verifying Checksum
772227786281: Download complete
772227786281: Pull complete
b5d1b01b1d39: Verifying Checksum
b5d1b01b1d39: Download complete
96fd13befc87: Pull complete
0bad1d247b5b: Verifying Checksum
0bad1d247b5b: Download complete
0bad1d247b5b: Pull complete
b5d1b01b1d39: Pull complete
Digest: sha256:f7607310051ee21f58f99d7b7f7878a6a49d4850422d88a31f8c61c248bbc3a4
Status: Downloaded newer image for portainer/portainer-ce:latest
docker.io/portainer/portainer-ce:latest
Starting portainer/portainer-ce ...
7b5e9a5dcddc58568a322fc5de3ed6279628a83159e4faad51d0fd53d6a5ca1d
Something went wrong trying to pull and start portainer ...
END OF LINE
Display More
Removing both enteties for a clean start wrt Docker/Portainer fails for Docker but works for Portainer (reinstalling will still refuse the launch of Portainer, though)
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=; omv-installdocker docker remove': Docker storage :: /var/lib/docker
Agent port:: 8000
Web port:: 9090
Yacht port:: 8001
ee:: 0
image:: portainer/portainer-ce
Enable TLS:: 1
TLS certificate:: /C=SE/CN=192.168.18.117
crt: /etc/ssl/certs/openmediavault-a9833c3d-9665-40a6-b79d-83d9389fd0ff.crt
key: /etc/ssl/private/openmediavault-a9833c3d-9665-40a6-b79d-83d9389fd0ff.key
arch :: amd64
option :: docker
state :: remove
extras :: 6.1.1
Failed to remove 'docker-ce' package.
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=; omv-installdocker docker remove': Docker storage :: /var/lib/docker
Agent port:: 8000
Web port:: 9090
Yacht port:: 8001
ee:: 0
image:: portainer/portainer-ce
Enable TLS:: 1
TLS certificate:: /C=SE/CN=192.168.18.117
crt: /etc/ssl/certs/openmediavault-a9833c3d-9665-40a6-b79d-83d9389fd0ff.crt
key: /etc/ssl/private/openmediavault-a9833c3d-9665-40a6-b79d-83d9389fd0ff.key
arch :: amd64
option :: docker
state :: remove
extras :: 6.1.1
Failed to remove 'docker-ce' package. in /usr/share/openmediavault/engined/rpc/omvextras.inc:296
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(619): OMVRpcServiceOmvExtras->{closure}('/tmp/bgstatusft...', '/tmp/bgoutputgQ...')
#1 /usr/share/openmediavault/engined/rpc/omvextras.inc(298): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: OMVRpcServiceOmvExtras->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('OmvExtras', 'doCommand', Array, Array, 1)
#6 {main}
Display More
Is there any way that I can force remove the Docker installation in order to reinstall, with the hope that this leads to the Portainer problem to solve itself.