Hi,
I've installed OMV 4 and also the OMV-Extras for v4. I added the Backport Repo by adding deb http://ftp.debian.org/debian stretch-backports main to my source list. I have installed the 4.12 Kernel and then tried to install openmediavault-zfs but got a error while installing zfs-dkms:
Code
Entpacken von zfs-dkms (0.6.5.9-2~bpo8+1) über (0.6.5.9-2~bpo8+1) ...
zfs-dkms (0.6.5.9-2~bpo8+1) wird eingerichtet ...
Loading new zfs-0.6.5.9 DKMS files...
Building for 4.12.0-0.bpo.1-amd64
Building initial module for 4.12.0-0.bpo.1-amd64
configure: error:
*** Please make sure the kmod spl devel package for your distribution
*** is installed then try again. If that fails you can specify the
*** location of the spl source with the '--with-spl=PATH' option.
Error! Bad return status for module build on kernel: 4.12.0-0.bpo.1-amd64 (x86_64)
Consult /var/lib/dkms/zfs/0.6.5.9/build/make.log for more information.
Display More
It looks like 0.6.5.9 isn't compatible with 4.12 kernel but the spl-dkms package installed just fine. After some testing I noticed, that zfs-dkms has an older version than spl-dkms:
Code
root@OMV-NAS:~# apt-cache policy zfs-dkms
zfs-dkms:
Installiert: 0.6.5.9-2~bpo8+1
Installationskandidat: 0.6.5.9-2~bpo8+1
Versionstabelle:
*** 0.6.5.9-2~bpo8+1 100
100 http://httpredir.debian.org/debian jessie-backports/contrib amd64 Packages
100 /var/lib/dpkg/status
spl-dkms is already on 0.6.5.11 while zfs-dkms is still on the old 0.6.5.9 version.
Code
root@OMV-NAS:~# apt-cache policy spl-dkms
spl-dkms:
Installiert: 0.6.5.11-1~bpo9+1
Installationskandidat: 0.6.5.11-1~bpo9+1
Versionstabelle:
*** 0.6.5.11-1~bpo9+1 500
100 http://ftp.debian.org/debian stretch-backports/main amd64 Packages
100 /var/lib/dpkg/status
0.6.5.9-1 500
500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
0.6.5.9-1~bpo8+1 100
100 http://httpredir.debian.org/debian jessie-backports/main amd64 Packages
Display More
Is this a bug with the Backports or did I made a mistake?