Unofficial Plugin Repo for 0.5 Sardaukar, 1.0 Kralizec, 2.0 Stoneburner, 3.0 Erasmus, 4.0 Arrakis

    • Offizieller Beitrag

    The error message is saying 'wget: unable to resolve host address ‘omv-extras.org’'

    Sounds like DNS isn't working on your system. See problem #6 - https://forum.openmediavault.o…tions-to-common-problems/


    Also not sure if you actually type http or not but the command should wget -O - http://omv-extras.org/install | bash

    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 would've use the script but what is the output of 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!

  • I got this message looping many times starting from step 2:

  • After clean repositories returned and when I try to enable backports I get this message:


    An error has occured
    <html><head><title>504 Gateway Time-out</title></head><body bgcolor="white"><center><h1>504 Gateway Time-out</h1></center><hr><center>nginx</center></body></html>

    • Offizieller Beitrag

    After clean repositories returned and when I try to enable backports I get this message:

    You need to fix the first issue before moving on to the next.


    The output from apt clean looks correct now (you didn't have any repo lists before). Did you enable ntp? the script would've done that for you. Is there more than one plugin in the plugin list 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!

  • I installed script + clean up restored plugins


    Code
    wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash


    But back-port repositories still not working. When I try to enable them I get
    An error has occured
    <html><head><title>504 Gateway
    Time-out</title></head><body
    bgcolor="white"><center><h1>504 Gateway
    Time-out</h1></center><hr><center>nginx</center></body></html>


    Maybe that is because of this error:
    Get:18 http://cdn-fastly.deb.debian.org/debian buster-backports InRelease [46.7 kB]
    Err:18 http://cdn-fastly.deb.debian.org/debian buster-backports InRelease
    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY 648ACFD622F3D138

    • Offizieller Beitrag

    The gateway issue has nothing to with the timeout.

    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY 648ACFD622F3D138

    Never had to install those keys on the RPi image. It does install two others - https://github.com/OpenMediaVa…t/blob/master/install#L74


    This should install the missing keys.
    for key in 04EE7237B7D453EC 648ACFD622F3D138; do apt-key adv --no-tty --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys "${key}"; done


    What RPi is this and how old is the SD card??

    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 have raspberry pi4 and I bought card only few days ago.
    No apt clean works correctly without errors:

    But even after activating backports I can't find plex and transmission plugins. Are they not supported in OMV 5 or I still have some problems?

    • Offizieller Beitrag

    But even after activating backports I can't find plex and transmission plugins. Are they not supported in OMV 5 or I still have some problems?

    https://forum.openmediavault.o…?postID=186122#post186122

    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!

  • Ok I tried to install docker from plex-extras and it installed correctly. Ia there a place on panel where I can configure what to run on docker or I need to connect to server using ssh and configure docker manually?

    • Offizieller Beitrag

    Ia there a place on panel where I can configure what to run on docker or I need to connect to server using ssh and configure docker manually?

    Did you see the portainer install option right below the docker install option?

    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!

  • When I try to install portainer I got:
    "option :: portainer
    state :: install
    No portainer containers or images to remove.
    Done.
    "
    An status on palel shows:
    "No Portainer container found."

    • Offizieller Beitrag

    What is the status of docker in the omv-extras settings tab?

    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

    There is another person reporting this. I guess I will have to write a new image and try my RPi to see what changed.

    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

    Ok. I can't explain this. My RPi including docker and portainer isworking perfect. Did you move the docker storage to a unionfilesystem (mergerfs) pool?

    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!