ZFS plugin problems after fresh install

  • 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?

  • 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

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!