Greyhole is not Running after OMV Update

    • Offizieller Beitrag

    I found the problem. Give me a bit to fix it.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Fixed in openmediavault-greyhole 2.0 in stoneburner-greyhole repo now.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Good work. But now i dont can see the pools. And when i install the database, go to activate. It gives a message:
    Invalid method parameter: db_message does not exist, and it is not an optional property.


    Any idea whats going wrong. I can not klick on Pools, Samba Share or import data.


    More information from the message:
    Fehler #2002:
    exception 'OMVException' with message 'Invalid method parameter: db_message does not exist, and it is not an optional property.' in /usr/share/php/openmediavault/rpcservice.inc:187
    Stack trace:
    #0 /usr/share/openmediavault/engined/rpc/greyhole.inc(129): OMVRpcServiceAbstract->validateMethodParams(Array, '{\r\n ...')
    #1 [internal function]: OMVRpcServiceGreyhole->setSettings(Array, Array)
    #2 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array)
    #3 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('setSettings', Array, Array)
    #4 /usr/sbin/omv-engined(500): OMVRpc::exec('Greyhole', 'setSettings', Array, Array, 1)
    #5 {main}


    Thank you and i hope anybody can help me.

  • same problem....i upgraded to 2.1, greyhole was not installed, i installed it and nothing happens when i click on it.
    omv-mkconf omvextrasorg aptclean does not fix the problem.

    • Offizieller Beitrag

    The plugin works in my VM. Try clearing your browser cache. I switched the type of display that db_message is and your browser having old cache would cause this problem.


    The opensuse error is unrelated. You probably have it enabled for owncloud??

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    What is the output of:
    dpkg -l | grep openmediavault
    dpkg -l | grep greyhole


    That said, I am getting an installation error (maybe this is part of your problem) when installing just greyhole on a fresh Debian system - maybe @gboudreau has an idea about this:

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • dpkg -l | grep openmediavault
    ii openmediavault 2.1 all Open network attached storage solution
    ii openmediavault-greyhole 2.0 all OpenMediaVault Greyhole (Storage pool server) plugin
    ii openmediavault-keyring 0.3 all GnuPG archive keys of the OpenMediaVault archive
    ii openmediavault-lvm2 2.1 all OpenMediaVault Logical Volume Manager (LVM2) plugin
    ii openmediavault-mysql 1.0.16 all MySQL plugin for OpenMediaVault.
    ii openmediavault-omvextrasorg 1.29 all OMV-Extras.org Package Repositories for OpenMediaVault


    dpkg -l | grep greyhole
    ii greyhole 0.9.61-1 amd64 Drive pooling technology for Samba
    ii openmediavault-greyhole 2.0 all OpenMediaVault Greyhole (Storage pool server) plugin

    • Offizieller Beitrag

    Everything is installed fine. Try omv-mkconf omvextrasorg aptclean again and clearing your browser cache again.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • ran omv-mkconf omvextrasorg aptclean
    cleared cache
    Same error
    tried different browser
    same error


    Why are there not more reports of this error? I'm new to OMV so is this a new version that not many are using yet? Am I just super lucky to get an odd bug? lol

  • That said, I am getting an installation error (maybe this is part of your problem) when installing just greyhole on a fresh Debian system - maybe @gboudreau has an idea about this:


    Try apt-get update then try to re-install Greyhole. You should get 0.9.61-4, which should fix that.

  • dpkg -l | grep greyhole
    ii greyhole 0.9.61-1 amd64 Drive pooling technology for Samba
    ii openmediavault-greyhole 2.0 all OpenMediaVault Greyhole (Storage pool server) plugin


    Old version of the Greyhole package. 0.9.61-1 won't work for sure.


    apt-get update
    apt-get install greyhole

    • Offizieller Beitrag

    @Greatone123 , openmediavault-greyhole 2.1 in repo that fixes db_message issue.


    Try apt-get update then try to re-install Greyhole. You should get 0.9.61-4, which should fix that.


    @gboudreau, that fixed it. Thank you for your always excellent service.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • apt-get update
    apt-get install greyhole
    deleted cache
    same error
    omv-mkconf omvextrasorg aptclean
    cleared cache
    Same error
    tried different browser
    cleared cache
    same error


    dpkg -l | grep greyhole
    ii greyhole 0.9.61-4 amd64 Drive pooling technology for Samba
    ii openmediavault-greyhole 2.0 all OpenMediaVault Greyhole (Storage pool server) plugin


    When I saw it was an older version I was really hoping that would fix the issue.

    • Offizieller Beitrag

    We posted at the same time :)

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

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