Hello,
I have decided to make a test to see if my system could be upgraded to OMV6 in the future and I encountered two problems.
To avoid breaking something that works I made a P2V here are the steps I did
1) I made a copy of a running OMV5 (dd to a KVM virtual machine)
2) I did omv-release-upgrade
I had problems with dkm After doing tests with apt --fix-broken install I saw it was a problem with systemd
(I had problems with systemd in a previous update a few month ago).
So I remade a copy of my virtual disk to start from scratch and I did
rm -R /usr/bin/systemd*
rm -R /usr/lib/systemd*
Then I did
omv-release-upgrade
The upgrade was fine (it boots but a lot of plugins are still in version 5)
The first boot has a problem (unknown parameter 'memory_recursiveprot')
and after proc: Bad value for 'hidepid'
After 2 minutes the problem disappears(a few other error with hidepidbut faster )
I did
apt list openmediavault-omvextrasorg -a
and I saw that the version 5 was still installed so I did (a reinstall of the plugin like you said in a thread)
wget -O - https://github.com/OpenMediaVa…ckages/raw/master/install | bash
and now version 6 was correctly installed
but I see
KVM 5.1.7
zfs 5.0.6
Is there something I am missing?
I did an apt clean in the GUI (under omv-extras)
Thank you
Marc