OMV6 Error 500 when trying to install plugins

    • Offizieller Beitrag

    Try putting engined in debug mode and then go to the plugins tab to see what the output of debug mode shows.


    sudo monit stop omv-engined

    sudo omv-engined -df

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


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


    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!

  • Try putting engined in debug mode and then go to the plugins tab to see what the output of debug mode shows.


    sudo monit stop omv-engined

    sudo omv-engined -df

    Still get error 500 and here is the terminal output.

    How do i stop th debug mode?

    Thanks

    • Offizieller Beitrag

    I don't see any output from the plugin list. That could be the problem. Can you try one more time? Hit ctrl-shift-R while looking at the plugin tab and see if the output shows plugins - not system getInformation.


    type (doesn't matter if text keeps scrolling)


    sudo killall omv-engined

    sudo monit start omv-engined


    or just reboot from web interface.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


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


    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!

  • I hope that the information is here


    I m using a mac , I have hit ctrl reload

    • Offizieller Beitrag

    I hope that the information is here

    It is there - 38 plugins. And you still don't see it? This seems like something on the browser side now. Maybe a browser plugin blocking?

    • Offizieller Beitrag

    when i try to install im getting a 500 error

    I'm mixing up the two threads. Can you put back in debug mode and try to install a plugin? I would like to see the output from omv-engined when you get that 500 error.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


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


    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!

  • Could you please open the browser developer tools by pressing F12 and have a look into the 'Console' tab. If there is an error, they are displayed in red color. Please post them here.

    I m not were how to do that in a mac.

    I have borrow 2 computers one running windows 10 another windows 7 I get the same error when trying to install a plugin

    • Offizieller Beitrag

    That was helpful. It is saying that it can't proceed because /var/lib/dpkg/lock is locked. Can you delete that file and then try to install a plugin from the web interface? You might


    sudo lsof /var/lib/dpkg/lock

    sudo rm /var/lib/dpkg/lock

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


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


    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!

  • That was helpful. It is saying that it can't proceed because /var/lib/dpkg/lock is locked. Can you delete that file and then try to install a plugin from the web interface? You might


    sudo lsof /var/lib/dpkg/lock

    sudo rm /var/lib/dpkg/lock

    It work one time, I mean I can install one plugin.

    If I try to install one more I get the 500 error

    But running

    sudo lsof /var/lib/dpkg/lock[

    sudo rm /var/lib/dpkg/lock

    Then I can again install a plugin.

  • Has it been locked again or didn't you follow #9 (as indicated in #10)?


    Edit:

    I see, you installed a plugin from the cli and that might have made it lock again

    ls -ahl  /var/lib/dpkg/ lock before you delete it again.

    install or remove a plugin fro mthe cli

    ls -ahl  /var/lib/dpkg/


    this will rule out OMV as the reason. (Not that it helps you at the moment, but narrows down the source of error)

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

  • Has it been locked again od didn't you follow #9 (as indicated in #10)?

    If I run your cmd it gets locked I think when I run sudo dpkg --configure -a

    Without that I can install one plugin. then run again

    sudo lsof /var/lib/dpkg/lock[

    sudo rm /var/lib/dpkg/lock

    Then I can install one more

    • Offizieller Beitrag

    this will rule out OMV as the reason.

    When he deletes the lock and installs the plugin, omv is just running apt-get install. The lock file is being recreated. OMV is just check for a lock on that file. I don't know why someone thing is keeping a lock on the file.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


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


    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!

  • When he deletes the lock and installs the plugin, omv is just running apt-get install. The lock file is being recreated. OMV is just check for a lock on that file. I don't know why someone thing is keeping a lock on the file.

    But from terminal i can install without problem several plugins in a row

    • Offizieller Beitrag

    But from terminal i can install without problem several plugins in a row

    I thought you had to delete the lock file after each install?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


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


    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!