Plugin tab not complete and accurate

  • Hello,


    I recently installed a new OMV installation (Version 4.8). I already have included OMV-extras (OMV-Extras.org and OMV-Extras.org Testing) and so they are marked in the OMV-Extras tab.


    Unfortunmately I cannot see any plugin into the plugin tab. Only the official plugins are listed. Nevertheless I am able to install the extra-plugins on the consule (e.g., apt-get install openmediavault-mysql).


    And additionally all installed official plugins (like USB Backup) are not marked as installed in the plugin tab.


    How can I fix this?


    Thanks and greetings
    Christoph

    • Offizieller Beitrag

    Did you try the apt clean button in omv-extras?

    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

    Yes and without any effect as well.

    What is the output of:


    grep package /var/lib/openmediavault/apt/pluginsindex.json | sort
    apt-get update

    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

    I don't see the output that updates the plugin index file. What is the output of:


    sudo omv-mkaptidx
    cat /etc/apt/apt.conf.d/99openmediavault-mkaptidx

    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!

  • Code
    omv-mkaptidx
    Creating index of upgradeable packages ...
    Creating index of openmediavault plugins ...
    
    
    and
    
    
    cat /etc/apt/apt.conf.d/99openmediavault-mkaptidx
    cat: /etc/apt/apt.conf.d/99openmediavault-mkaptidx: Datei oder Verzeichnis nicht gefunden (file not available)
    • Offizieller Beitrag

    Well, you should be able to see all of the plugins now but I don't know why that file is missing. What is the output of: dpkg -l | grep openm

    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

    Weird. What is the output of: sudo ls -al /etc/apt/apt.conf.d/

    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!

  • Code
    ls -al /etc/apt/apt.conf.d/
    
    
    insgesamt 8
    drwxr-xr-x  2 root root 4096 Jun 25 13:53 .
    drwxr-xr-x 11 root root 4096 Jun 25 17:21 ..
    -rw-r-----  1 root root    0 Jul  1 21:07 99openmediavault-proxy
    • Offizieller Beitrag

    Well, something or someone deleted most of the files from that directory. Try apt-get install --reinstall openmediavault

    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!

  • I executed omv-mkaptidx and I got:



    Code
    Creating index of upgradeable packages ...
    Creating index of openmediavault plugins ...
    Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7f053838e598>
    Traceback (most recent call last):
      File "/usr/lib/python3.5/weakref.py", line 117, in remove
    TypeError: 'NoneType' object is not callable
    Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0x7f053838e598>
    Traceback (most recent call last):
      File "/usr/lib/python3.5/weakref.py", line 117, in remove
    TypeError: 'NoneType' object is not callable
    • Offizieller Beitrag

    I executed omv-mkaptidx and I got:

    That is a known bug in python. Search the forum for this warning if it bugs you but it shouldn't cause a problem.

    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!