Outage: omv-extras

  • Habe einiges durchgelesen, aber leider keine Lösung für mein Problem gefunden.


    Wo / wie bekomme ich den fehlenden Schlüssel?

  • Hi MSc


    gpg --recv-keys 7AA630A1EDEE7D73 && gpg --export 7AA630A1EDEE7D73 |apt-key add - (muss eventuell zweimal ausführen!)


    gpg --recv-keys 075721F6A224060A && gpg --export 075721F6A224060A |apt-key add - (muss eventuell zweimal ausführen!)


    apt-get update


    falls es nicht installiert ist
    apt-get -f install

    https://github.com/Wolf2000Pi


    OMV6 Hewlett-Packard HPE-411at - Intel Core i7 CPU 870 @ 2.93GHz - 16GB Ram

    Proxmox omv 7 sandworm Dell OptiPlex 7050 i5-6500 CPU @ 3.20GHz - 32GB Ram (Test!!!!)

  • Code
    gpg --recv-keys 7AA630A1EDEE7D73 && gpg --export 7AA630A1EDEE7D73 |apt-key add -

    oder


    Code
    gpg --recv-keys 7AA630A1EDEE7D73 && gpg --export 7AA630A1EDEE7D73 |apt-key add


    Also ohne den "-" am Ende?

  • apparently there is a german take over going on.


    anyway...


    Just installed OMW on RPi downloaded from sourceforge


    This is how my source-list look like..


    root@raspberrypi:~# cat /etc/apt/sources.list
    deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi


    correct? I get a ton of errors both when booting first time, when trying to update it dosnt work at all. Off topic: Is it perhaps better to install a clean raspbian and then apply omv?

    Einmal editiert, zuletzt von gingerbob () aus folgendem Grund: changed my mind ffs

    • Offizieller Beitrag

    Did you install the new key from this post? Outage: omv-extras


    The outage isn't affecting anything anymore. The key may be but not the outage.

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

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

  • Hello,


    i've installed Erasmus 3.0.26 and i'm trying to install omv-extras via WebUI and getting error message that apt-transport-https is not installable.


    I have executed
    gpg --recv-keys 7AA630A1EDEE7D73 && gpg --export 7AA630A1EDEE7D73 |apt-key add -
    gpg --recv-keys 075721F6A224060A && gpg --export 075721F6A224060A |apt-key add -
    apt-get update


    apt-get install apt-transport-https
    Paketlisten werden gelesen... Fertig
    Abhängigkeitsbaum wird aufgebaut.
    Statusinformationen werden eingelesen.... Fertig
    Package apt-transport-https is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    Thanks for any hint what i should check.


    ps: During installation i selected german keyboard and it seems that german language by default is selected too, although i prefer english language but german keyboard,
    so sorry for the german language of command-line, i have yet not found the solution to change it as i prefer.

    • Offizieller Beitrag

    Did you install without the network available? Sounds like your debian repos are setup correctly since apt-transport-https is in the standard debian repo not omv-extras.

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

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

  • yes, i installed first without network connection, later my system was connected to the network. Maybe something is missing, hope i can correct it without a new fresh install.

  • There is any plan to add ntopng to OMV-extra? on debian 8 there is only the really old 1.2.1, while now the latest release is the 2.4.0 :(

    Intel G4400 - Asrock H170M Pro4S - 8GB ram - Be Quiet Pure Power 11 400 CM - Nanoxia Deep Silence 4 - 6TB Seagate Ironwolf - RAIDZ1 3x10TB WD - OMV 5 - Proxmox Kernel

  • Did you install without the network available? Sounds like your debian repos are setup correctly since apt-transport-https is in the standard debian repo not omv-extras.

    It seems that my debian repository file /etc/apt/sources.list included only updates and not main repo after performing an installation without any network connection.
    So i decided to add debian main repositories to my sources.list file


    ###### Debian Main Repos
    deb http://ftp.de.debian.org/debian/ jessie main contrib non-free
    deb-src http://ftp.de.debian.org/debian/ jessie main contrib non-free


    deb http://security.debian.org/ jessie/updates main contrib non-free
    deb-src http://security.debian.org/ jessie/updates main contrib non-free


    and run apt-get update and apt-get install apt-transport-https.


    After a reboot i was able to successfully add omv-extras.

    • Offizieller Beitrag

    yes, i installed first without network connection

    It can't add the repos with a network connection. So, the repos never get added even after you connect the network.

    There is any plan to add ntopng to OMV-extra? on debian 8 there is only the really old 1.2.1, while now the latest release is the 2.4.0

    Uh, no. Kinda off topic for this thread. Nothing stopping you from adding it.

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | 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, understood...unfortunately I just discovered OMV-3.0 iso is available only for AMD64, so I can't install using my laptop based on i7 x86 processor. Question about x86 iso availability posted on proper thread.


    by the way ... minidnla and transmission installation worked as a charm.
    cheers

    AMD64 iso is for x86 64-bit valid too

    • Offizieller Beitrag

    It adds the missing package signing key for omv-extras

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

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