Beiträge von ArmandH

    wow it took me 2 days of de-installing , configuring with started as a ZFS problem on OMV 6 with standard kernel and moving to the proxmox kernel where my docker and portainer was not working anymore.... then i finally run into this post. This should be pinned or something as its a very big issue is you decide to use the proxmox kernel i found out now i have apparmor and i removed it. But.... i don't know how i got it as i never installed OMV on top of debian, and recently upgraded the dist with OMV script to go to OMV 6


    I wish i had found this post 2 days back, after removing apparmor, reboot and installing portainer through web-gui of OMV everything is working again as before.


    TIP , please add also the OMV 6 tag to the post !!!

    Just run into same zfs problem with upgrade. Decided to disable backports and install the kernel plugin and install proxmox kernel.

    Hopefully after that can install zfs without issues.


    After install the kernel package installing the proxmox i see it in the list 5.15.12-1-pve and its set as default but when i reboot it still boots the 5.10 kernel

    UPDATE: ok finally got it working my problem was an not updated grub config, as i boot from a sd-card that boots the ssd (hp microserver)


    Happy now with proxmox kernel and zfs

    I managed to pass the blue screen by using debian net install image, this means there is an issue with our install image with network setup as debian works without problems.

    did you set ip manually later, mine stays in blue screen, i will try to disconnect cable as well i have this problem on latest 5.3.9 install baremetal on HP gen8, all goes ok but after network it stays blue

    Yes i finally managed, i booted of the 4.18.0.0 kernel again installed the backports zfs, which comes with 0.7.11 straight from debian.
    Only issue here is that the plugin i had un-installed before this, what i did was just installing the plugin after it to get the GUI info. Which worked, have pool back and everything works.

    @hoppel118 i am more a living on the edge guy and i hate to wait for upgrades.
    Yes i know that i will run once a while into problems, but if nobody does the upgrade and wait, then the rest who is waiting will never get their answer ;)


    Having said that anyone has an idea , the bug refers to 0.7.11 needed?


    https://tracker.debian.org/pkg/zfs-linux shows 0.7.11 in backports why do i not get it, does the plugin need to be updated?

    I get this error


    DKMS: install completed.
    Building initial module for 4.18.0-0.bpo.1-amd64
    /var/lib/dkms/zfs/0.7.9/build/configure: line 13069: dpkg-architecture: command not found
    configure: error:
    *** Please make sure the kmod spl devel <kernel> package for your
    *** distribution is installed then try again. If that fails you
    *** can specify the location of the spl objects with the
    *** '--with-spl-obj=PATH' option. Failed to find spl_config.h in
    *** any of the following:
    /usr/src/spl-0.7.9/4.18.0-0.bpo.1-amd64
    /usr/src/spl-0.7.9
    Error! Bad return status for module build on kernel: 4.18.0-0.bpo.1-amd64 (x86_64)
    Consult /var/lib/dkms/zfs/0.7.9/build/make.log for more information.


    EDIT: found this
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909096

    Damn had a power failure and run into a boot on kernel 4.18.0.0 :(


    root@nas:~# zfs list
    The ZFS modules are not loaded.
    Try running '/sbin/modprobe zfs' as root to load them.
    root@nas:~# /sbin/modprobe zfs
    modprobe: FATAL: Module zfs not found in directory /lib/modules/4.18.0-0.bpo.1-amd64


    Any updates expected or better to go back to 4.17 ?

    No if i was you i would start fresh install the omv 4.x, after install upgrade it, install OMV-extras, do your configurations, if you use docker there is a great guide which applies for all docker apps you want to have.


    OMV + Docker plugin media server (Plex, PlexPy, Ombi, Libresonic, NZBGet, ruTorrent, Sonarr, Radarr, Mylar, and more)


    Then when ready make a full backup, check under the plugins backup section which backup you want to install and use.

    the files or database you have on a RAID or ZFS has nothing to do with the OMV install, you can reinstall and mount again your data disks.
    If for example you have stored your config files from docker etc on the RAID you can install the image and point to that config again.
    Another option is making a full clone of your OMV disk and then restore that.

    ok i fixed it by installing the gcc from backports as that was dependency for the headers


    apt install -t stretch-backports linux-compiler-gcc-6-x86
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages will be upgraded:
    linux-compiler-gcc-6-x86
    1 upgraded, 0 newly installed, 0 to remove and 41 not upgraded.
    Need to get 590 kB of archives.
    After this operation, 36.9 kB of additional disk space will be used.
    Get:1 http://cdn-fastly.deb.debian.org/debian stretch-backports/main amd64 linux-compiler-gcc-6-x86 amd64 4.17.8-1~bpo9+1 [590 kB]
    Fetched 590 kB in 0s (661 kB/s)
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = "en_GB:en",
    LC_ALL = (unset),
    LC_CTYPE = "UTF-8",
    LANG = "en_GB.UTF-8"
    are supported and installed on your system.
    perl: warning: Falling back to a fallback locale ("en_GB.UTF-8").
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    (Reading database ... 44637 files and directories currently installed.)
    Preparing to unpack .../linux-compiler-gcc-6-x86_4.17.8-1~bpo9+1_amd64.deb ...
    Unpacking linux-compiler-gcc-6-x86 (4.17.8-1~bpo9+1) over (4.9.110-3+deb9u2) ...
    Setting up linux-compiler-gcc-6-x86 (4.17.8-1~bpo9+1) ...



    apt install linux-headers-$(uname -r)
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following additional packages will be installed:
    linux-headers-4.17.0-0.bpo.1-common linux-kbuild-4.17
    The following NEW packages will be installed:
    linux-headers-4.17.0-0.bpo.1-amd64 linux-headers-4.17.0-0.bpo.1-common linux-kbuild-4.17
    0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
    Need to get 9673 kB of archives.
    After this operation, 56.2 MB of additional disk space will be used.
    Do you want to continue? [Y/n] y
    Get:1 http://cdn-fastly.deb.debian.org/debian stretch-backports/main amd64 linux-headers-4.17.0-0.bpo.1-common all 4.17.8-1~bpo9+1 [8363 kB]
    Get:2 http://cdn-fastly.deb.debian.org/debian stretch-backports/main amd64 linux-kbuild-4.17 amd64 4.17.8-1~bpo9+1 [828 kB]
    Get:3 http://cdn-fastly.deb.debian.org/debian stretch-backports/main amd64 linux-headers-4.17.0-0.bpo.1-amd64 amd64 4.17.8-1~bpo9+1 [483 kB]
    Fetched 9673 kB in 1s (4913 kB/s)
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = "en_GB:en",
    LC_ALL = (unset),
    LC_CTYPE = "UTF-8",
    LANG = "en_GB.UTF-8"
    are supported and installed on your system.
    perl: warning: Falling back to a fallback locale ("en_GB.UTF-8").
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    Selecting previously unselected package linux-headers-4.17.0-0.bpo.1-common.
    (Reading database ... 44637 files and directories currently installed.)
    Preparing to unpack .../linux-headers-4.17.0-0.bpo.1-common_4.17.8-1~bpo9+1_all.deb ...
    Unpacking linux-headers-4.17.0-0.bpo.1-common (4.17.8-1~bpo9+1) ...
    Selecting previously unselected package linux-kbuild-4.17.
    Preparing to unpack .../linux-kbuild-4.17_4.17.8-1~bpo9+1_amd64.deb ...
    Unpacking linux-kbuild-4.17 (4.17.8-1~bpo9+1) ...
    Selecting previously unselected package linux-headers-4.17.0-0.bpo.1-amd64.
    Preparing to unpack .../linux-headers-4.17.0-0.bpo.1-amd64_4.17.8-1~bpo9+1_amd64.deb ...
    Unpacking linux-headers-4.17.0-0.bpo.1-amd64 (4.17.8-1~bpo9+1) ...
    Setting up linux-kbuild-4.17 (4.17.8-1~bpo9+1) ...
    Setting up linux-headers-4.17.0-0.bpo.1-common (4.17.8-1~bpo9+1) ...
    Setting up linux-headers-4.17.0-0.bpo.1-amd64 (4.17.8-1~bpo9+1) ...


    after this zfs is installing

    Hi Guys i did a fresh install and upgrade to 4.17 but can not get zfs plugin installed any tips?


    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:
    openmediavault-zfs : Depends: linux-headers-amd64 but it is not going to be installed or
    pve-headers but it is not installable
    E: Unable to correct problems, you have held broken packages.


    apt install linux-headers-$(uname -r)
    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:
    linux-headers-4.17.0-0.bpo.1-amd64 : Depends: linux-compiler-gcc-6-x86 (>= 4.14.17-1~) but 4.9.110-3+deb9u2 is to be installed
    E: Unable to correct problems, you have held broken packages.

    Hi,


    I did a fresh install from ISO 4.13 then upgraded to 4.17


    Run again in weakref.py issue fixed by editing the file, see forum strange that this is not fixed yet.


    Now trying to install ZFS plugin getting this error:


    apt install openmediavault-zfs
    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:
    openmediavault-zfs : Depends: linux-headers-amd64 but it is not going to be installed or
    pve-headers but it is not installable
    E: Unable to correct problems, you have held broken packages.


    uname -a
    Linux nas 4.17.0-0.bpo.1-amd64 #1 SMP Debian 4.17.8-1~bpo9+1 (2018-07-23) x86_64 GNU/Linux


    apt install linux-headers-4.17.0-0.bpo.1-all
    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:
    linux-headers-4.17.0-0.bpo.1-all : Depends: linux-headers-4.17.0-0.bpo.1-all-amd64 (= 4.17.8-1~bpo9+1) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.



    Any idea how to solve this as i was having for a long time my kernel on hold to prevent this and hoping that this issue was solved now?

    I am trying to install the zfs plugin on a fresh install upgraded to 4.17, but getting following error, did you run into this as well?



    .....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:
    openmediavault-zfs : Depends: linux-headers-amd64 but it is not going to be installed or
    pve-headers but it is not installable
    E: Unable to correct problems, you have held broken packages.
    <<< *************************************



    i remember there was this header issue with older kernel, is that still the case for 4.17 i was really hoping that was solved

    I run into issues as well, i just did a fresh install of the latest iso available 4.13 and upgraded to 4.17 but.... yeah i still run into the same weakref.py issue solved by editing the file, now again i run into ZFS plugin install issues header missing i thought that was solved as well, grrrrr seems lately nothing works first go.