[SOLVED] OMV Extras error installing with OMV 5

  • Give it a few hours. I pushed out a package about an hour ago that should've generated a new release file. bintray has issues like this once in a while that seem to resolve themselves.

    Again this error


    Err:10 https://dl.bintray.com/openmediavault-plugin-developers/usul buster InRelease

    Could not resolve 'dl.bintray.com'
    (...)

    W: Failed to fetch https://dl.bintray.com/openmed…ul/dists/buster/InRelease Could not resolve 'dl.bintray.com'

  • Let me explain how I prepared my NAS...


    1) I assembled a NAS from scratch

    2) I built a USB key with OMW using balenaEtcher for OS X (I use a Mac...)

    3) I installed OMV watching this tutorial on YouTube (*)

    Externer Inhalt www.youtube.com
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.


    (*) I tried also to install OMV in a Parallels Desktop VM, but I remember I had the same problems


    I did all of this at home, from my home network (the same I use to write here)

    • Offizieller Beitrag

    Could not resolve 'dl.bintray.com'

    I can't fix this. This is a problem with your system or network.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | 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 can't understand ;(


    I found out, maybe, another way:

    - Downloaded from my Mac (in the same network) .deb packages from https://dl.bintray.com/openmed…evelopers/usul/pool/main/

    - Uploaded deb packages successfully from OMV GUI

    - Installed successfully resetperms


    I obtain still an error installing the flashmemory plugin, because folder2ram is missing.

    Uploading folder2ram deb package the OMV GUI shows me another error:

    Failed to upload package 'folder2ram_0.3.3_all.deb'. The package name does not match the plugin naming convention.


    with details:

    Code
    Error #0:
    OMV\Exception: Failed to upload package 'folder2ram_0.3.3_all.deb'. The package name does not match the plugin naming convention. in /usr/share/openmediavault/engined/rpc/pluginmgmt.inc:189
    Stack trace:
    #0 [internal function]: Engined\Rpc\PluginMgmt->upload(Array, Array)
    #1 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #2 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('upload', Array, Array)
    #3 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Plugin', 'upload', Array, Array, 1)
    #4 {main}


    Can I solve this ?

    • Offizieller Beitrag

    Does the following work:


    wget https://dl.bintray.com/openmediavault-plugin-developers/usul/pool/main/f/folder2ram/folder2ram_0.3.3_all.deb

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | 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!

    • Offizieller Beitrag

    dpkg -i folder2ram_0.3.3_all.deb

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | 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 can't fix this. This is a problem with your system or network.

    If OVM standard installation and nginx, related to missing DNS data's

    Code
    sudo unlink /etc/resolv.conf
    sudo cp /run/systemd/resolve/resolv.conf /etc/resolv.conf
    sudo nano /etc/resolv.conf

    add :

    Code
    nameserver 1.1.1.1
    nameserver 8.8.8.8

    save, quit, solved

    • Offizieller Beitrag

    save, quit, solved

    The OP's problem is not DNS. The repo mirror being used doesn't have the package that is listed in the Packages file.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | 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!

  • Unfortunately I cannot understand my problem here...

    Looking inside the resolv.conf file:

    Code
    nameserver 192.168.1.1
    nameserver 8.8.8.8
    search homenet.telecomitalia.it


    Maybe the search line is wrong ?

    That's the default for my provider (I suppose).

    • Offizieller Beitrag

    Maybe the search line is wrong ?

    No. This is a problem with the repo it is using.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | 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!

  • dpkg -i folder2ram_0.3.3_all.deb

    Hello again.

    To install flashmemory via command-line (because of issues described above here) I follow two steps:


    1) Download folder2ram.deb and install it by command line

    dpkg -i folder2ram_0.3.3_all.deb


    2) Download flashmemory.deb and install it


    I receive this issue for step 1 (gawk not installed);


    How to fix it ?

  • Solved (I don't know how).


    Now I'd like to install also shallinabox, always by command line...

    I receive always a dependency error:



    Sorry for my next question, but HOW can I install libssl1.0.0 (and its dependencies, if needed) exactly ?

    I know that's the problem, but I'm still learning these OS :P

  • There is no shellinabox plugin for OMV 5. Installing a version of it meant for an older version of OMV will not work.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

  • mbinax

    Hat das Label OMV 5.x hinzugefügt.
  • mbinax

    Hat das Label gelöst hinzugefügt.
  • mbinax

    Hat den Titel des Themas von „OMV Extras error installing with OMV 5“ zu „[SOLVED] OMV Extras error installing with OMV 5“ geändert.

Jetzt mitmachen!

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