Error messages: Check updates in Web GUI

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

    After using the command above I still get the error message after activating FTP:(


    Any further ideas?

    :!: Odroid HC2 - OMV 5 - 3TB Hard Drive :!:

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

    After using the command above I still get the error message after activating FTP:(

    Did you ran that command in a single line?


    No idea how to fix the FTP issue but the command is:

    sudo su - # <--- This is one command

    wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash # <--- This is another



    On a single line, you get this:

    Code
    pi@tacho:~ $ sudo su - wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
    su: invalid option -- 'O'
    Try 'su --help' for more information.
  • No, of course I ran the command in two seperate lines ;)


    I solved the FTP issues with the following commands:

    Code
    sudo apt-get install gnupg
    sudo omv-salt deploy run omvextras

    After a reboot I still receive some error messages which thought that I solved them already:


    Any ideas? =O

    :!: Odroid HC2 - OMV 5 - 3TB Hard Drive :!:

    Edited once, last by ChrisBuzz ().

  • You already had some pointers from Zoki

    You need to delete the repo file that is giving problems.


    That repo is for ubuntu so, it was something that you installed on the HOST that added it to the sources

    The repo is valid but the signature is missing.


    Either run:

    nano /etc/sources.list.d/kyle1117-ubuntu-ppa-cosmic.list and put a # in the begining of any line you have there.


    Or follow this to add the signature to that repo:

    Fix Missing GPG Key Apt Repository Errors (NO_PUBKEY) - Linux Uprising Blog

    Quote

    Solution 1: Quick NO_PUBKEY fix for a single repository / key.

    If you're only missing one public GPG repository key, you can run this command on your Ubuntu / Linux Mint / Pop!_OS / Debian system to fix it:



    Code
    sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys THE_MISSING_KEY_HERE

    You'll have to replace THE_MISSING_KEY_HERE with the missing GPG key. The key is shown in the apt update / apt-get update log, after NO_PUBKEY. For example, in the error message I posted above, the missing GPG key that must be used in this command is EA8CACC073C3DB2A.


    In your case, it would be:

    sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys 3028C3C96AD57103


    Don't know if it will work since the hkp service was deprecated, :(

    gpg signature - `gpg: keyserver send failed: No keyserver available` when sending to hkp://pool.sks-keyservers.net - Stack Overflow

  • macom

    Added the Label resolved

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!