trying to update omv5 install fails The repository 'https://dl.bintray.com/openmediavault-plugin-developers/usul buster Release' does not have a Release file.

  • This is an old OMV5 where I I was running out of space and hadn't kept it up to date.

    In another thread related to my migration to OMV6 it was suggested that I should always apply updates and that the updates will take up no more space than the current versions.


    Anyway perhaps I should have left well alone but the update took away all the current versions then started installing the newer versions and failed...

    I've read that the omv-extras repo is moved to github, but can't figure out how to fix this.

    I tried installing omv-extras from deb on github, but it failed saying dependency of openmediavault was not found

    Code
    dpkg: dependency problems prevent configuration of openmediavault-omvextrasorg:
     openmediavault-omvextrasorg depends on openmediavault (>= 5.0); however:
      Package openmediavault is not configured yet.

    now any attempt to use apt gives me this error about the repo...

    Code
    Reading package lists... Done
    E: The repository 'https://dl.bintray.com/openmediavault-plugin-developers/usul buster Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    ERROR: Command 'omv-aptclean' returned non-zero exit status 100.


    How to fix so I can fire up the dockers and portainer again?

  • See here:


    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.

  • sudo rm /etc/apt/sources.list.d/omvextras.list

    sudo omv-salt deploy run omvextras

    sudo apt-get update


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


    docker was showing as installed and not running, install didn't make it run like it suggested so removed and re-installed docker

    Portainer now said running, but docker ps disagreed. All the rest of the of my dockers were back up and running.

    Tried reinstalling portainer but...

    Something went wrong trying to pull and start portainer ...


    I can live without portainer, I only need access to those other dockers before I complete migration to new OMV6 box

  • try pulling the container on the cli docker pull portainer/portainer


    If this fails post the ooutput

    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.

  • That ran without problems and when I tried portainer install in the UI, it then succeeded to pull and start portainer-ce

    but webUI auth fails using the cached admin and password

  • uninstall and install will not remove the portainer_data volume, so it is the user / password you first created.

    If you do not need the portainer data, uninstall docker volume rm portainer_data will remove it.

    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.

Jetzt mitmachen!

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