Cannot install OMV-Extras missing dependencies

  • Hi, searched and tried to learn about what might be the problem but I guess I need help.

    I installed OMV 5 on a dell r610 server onto a flash drive and during setup it could not get an ip adress via dhcp so I manually set all the parameters and I have a static connection after OS installed but when I tried to install OMV extras I got an error say it was missing dependencies dirmngr-gpg conf and also gnupg

    I have searched and found that maybe the resolv.conf file needs to be fixed and someone else mentioned the sources file. The only thing that is in my resolv.conf file is


    cat /etc/resolv.conf

    search local

    nameserver 192.168.1.1


    Now I know that I need to fix this but I want to make sure I do it right, I was reading that I had to install resolvconf but this did not work.

    Can someone walk me through this please.


    I have another small server running OMV and it installed and set up easily but it was not enterprise hardware in which I,m hoping is not a problem.

  • I installed OMV 5 on a dell r610 server onto a flash drive and during setup it could not get an ip adress via dhcp so I manually set all the parameters and I have a static connection after OS installed but when I tried to install OMV extras I got an error say it was missing dependencies dirmngr-gpg conf and also gnupg

    You can try to redo the install but skipping network configuration.

    Your network config will be preserved.


    Install Debian (10 for OMV5, 11 for OMV6)


    Run the install script bypassing the network:

    Zitat

    To skip network setup

    If you don't wanna use the network setup steps of the script, please use copy and paste the followings lines to the terminal.

    Code
    wget https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install
    chmod +x install
    sudo ./install -n

    OpenMediaVault-Plugin-Developers/installScript: script that installs omv-extras and openmediavault if not installed already. (github.com)

    • Offizieller Beitrag

    Ok DNS is working, but may break in the future.


    Run

    sudo rm /etc/resolv.conf && sudo ln -s /run/systemd/resolve/resolv.conf /etc/

    and configure the network interface using omv-firstaid


    Suggest to use dhcp.


    When done, post again the output of ping -c 4 google.com


    to see if DSN if working.


    If ok, run sudo omv-upgrade

  • Code
    root@openmediavault:~# ping -c 4 google.com
    ping: google.com: Name or service not known
    root@openmediavault:~#
    
    But it did give me a new IP address via dhcp I was able to go into my unify network to retrieve as putty went down
  • now it is working

  • To get up to date with the ssh packages you should run sudo apt-get --with-new-pkgs upgrade. This will avoid trouble later.

    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.

  • To get up to date with the ssh packages you should run sudo apt-get --with-new-pkgs upgrade. This will avoid trouble later.

    Is this because it did not want to install updates for any of the ssh? If so I will keep that in my checklist and thank you. I am working on the OMV-extras part right now and I think am ready to go with that but waiting to hear back. I really appreciate all the help this one kinda went wrong on me.

  • Kinda what I was getting before but more detailed

  • Please cat /etc/apt/sources.list

    it is not trying to download form these:


    Code
    deb http://deb.debian.org/debian/ buster main
    deb-src http://deb.debian.org/debian/ buster main

    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.

  • Please cat /etc/apt/sources.list

    it is not trying to download form these:


    Code
    deb http://deb.debian.org/debian/ buster main
    deb-src http://deb.debian.org/debian/ buster main

    I did install from a usb flash drive on to a usb flash drive if this is the cause

Jetzt mitmachen!

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