I edited my last post with this:
So i executed another time
dpkg --configure -a
Log:
Then i started the upgrade script again, and now there are no errors, only borgbackup was upgraded:
With
dpkg --configure -a
and
apt-get -f install
there were no errors, so i did a reboot of the system!
After reboot i checked another time:
dpkg --configure -a
apt-get -f install
apt-get update && apt-get dist-upgrade
There were no errors, so i started again the upgrade script:
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/upgrade4to5 | sudo bash
There were also no errors:
After reboot the next step was:
apt-get purge openmediavault-omvextrasorg resolvconf
I got no errors:
Another reboot, than i started the install script:
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
No errors:
The next step was:
apt-get update && apt-get dist-upgrade
No errors, package containerd.io was installed:
Reboot, than another check with:
dpkg --configure -a
apt-get -f install
Next step:
omv-salt deploy run nginx
Final step:
omv-salt deploy run phpfpm
...real last step was to clear the browser cache after restart the browser!
After another browser restart i could start the OMV5 Webinterface without any problems.
Hylli