Got the other one fixed. Somehow something in the /etc/apt/sources.list.d got lost and I had to recreate the omv-extras-org.list file by hand. Once I did that the zfs plugin showed back up and after a little more fiddling I'm good now.
Posts by bingsway
-
-
Googled around and found this page: https://forum.proxmox.com/thre…to-5-3.52622/#post-243591
which implies I just needed to purge stuff. I've done that and I'm past the behavior above. I got one of my two boxes back up. The other one I'm having trouble seeing the ZFS plugin, but I assume once I get that back somehow (I'll upload the plugin manually if it comes to that) I should be good. -
More "college try" stuff:
root@nas2:/primary# apt-get -f install zfsutils-linux zfs-zed
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:The following packages have unmet dependencies:
zfsutils-linux : Conflicts: insserv (< 1.18) but 1.14.0-5.4+b1 is to be installed
E: Unable to correct problems, you have held broken packages.
root@nas2:/primary# apt install insserv
Reading package lists... Done
Building dependency tree
Reading state information... Done
insserv is already the newest version (1.14.0-5.4+b1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. -
I'm having the exact same behavior/issue. Kind of a showstopper for me. Using OMV 4.1.23-1. After most recent update, suddenly no ZFS, and exact same symptoms/errors as D.Wagner89 above.
My results for the two requested commands above:
root@nas2:/primary# apt-cache policy zfsutils-linux zfs-zed
zfsutils-linux:
Installed: (none)
Candidate: 0.7.12-2+deb10u1~bpo9+1
Version table:
0.7.12-2+deb10u1~bpo9+1 500
100 http://httpredir.debian.org/debian stretch-backports/contrib amd64 Packages
0.7.12-1~bpo9+1 -1
100 /var/lib/dpkg/status
zfs-zed:
Installed: (none)
Candidate: 0.7.12-2+deb10u1~bpo9+1
Version table:
0.7.12-2+deb10u1~bpo9+1 500
100 http://httpredir.debian.org/debian stretch-backports/contrib amd64 Packages
0.7.12-1~bpo9+1 -1
100 /var/lib/dpkg/status
root@nas2:/primary# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.