docker does not work anymore

  • When trying to apt update

    apt update

    E: Conflicting values set for option Signed-By regarding source https://download .docker.com/linux/debian/ bullseye: /etc/apt/keyrings/docker.gpg !=

    E: The list of sources could not be read.

    root@reddxserver:~# sudo apt --fix-broken install

    E: Conflicting values set for option Signed-By regarding source https://download .docker.com/linux/debian/ bullseye: /etc/apt/keyrings/docker.gpg !=

    E: The list of sources could not be read.

    E: Conflicting values set for option Signed-By regarding source https://download .docker.com/linux/debian/ bullseye: /etc/apt/keyrings/docker.gpg !=

    E: The list of sources could not be read.

    Now the webgui when I try to apply pending changes in this case reinstalling docker I get a red block with a bunch of errors and it does not succeed to applying any changes, even after a reboot. Somehow my sources list is torched and this is from applying the recommended soultion. Although I do not think that caused the issue it probably happened at the same time the docker update came in. All I want to get going is the miniDLNA for the kids so they can get their shows, this day is done and still a headache.


    The only pluggins I was using was kvm, minidlna, file manager, and portainer with 2 containers. Everything was up to date latest.

    OMV Version: 6.9.12-3 (Shaitan) Kernel: Linux 6.1.0-0.deb11.13-amd64 Proxmox VM

    Services: MiniDLNA | File Server (streaming and file transfers that's it.)
    System: HP Pavillion 595 | I7-8700 ( 2 vCores) | 2.1 GB Ram | 32GB VM Sys Drv | 5TB USB Media Drive | Jan 24'

    • Offizieller Beitrag

    This is caused by running the docker install script. This should not be done if using omv-extras. What is the the output of:

    grep docker /etc/apt/sources.list.d/*

    Somehow my sources list is torched and this is from applying the recommended soultion.

    No. It came from running the docker install script and installing omv-extras both. It is easy to fix.


    All I want to get going is the miniDLNA for the kids so they can get their shows, this day is done and still a headache.

    None of your issues should stop the minidlna plugin (or anything but apt and docker) from functioning if it is already installed.

    omv 7.1.0-2 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.5 | scripts 7.0.7


    omv-extras.org plugins source code and issue tracker - github - changelogs


    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!

  • No. It came from running the docker install script and installing omv-extras both. It is easy to fix.

    What is the fix? If that gets sorted maybe the change will be applied.

    OMV Version: 6.9.12-3 (Shaitan) Kernel: Linux 6.1.0-0.deb11.13-amd64 Proxmox VM

    Services: MiniDLNA | File Server (streaming and file transfers that's it.)
    System: HP Pavillion 595 | I7-8700 ( 2 vCores) | 2.1 GB Ram | 32GB VM Sys Drv | 5TB USB Media Drive | Jan 24'

    • Offizieller Beitrag

    What is the fix? If that gets sorted maybe the change will be applied.

    He asked you for more info to help you...


    Zitat

    This is caused by running the docker install script. This should not be done if using omv-extras. What is the the output of:


    grep docker /etc/apt/sources.list.d/*

  • grep docker /etc/apt/sources.list.d/*

    /etc/apt/sources.list.d/docker.list:deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bullseye stable

    /etc/apt/sources.list.d/omvextras.list:deb [arch=amd64] https://download.docker.com/linux/debian bullseye stable



    Thought it was sent

    OMV Version: 6.9.12-3 (Shaitan) Kernel: Linux 6.1.0-0.deb11.13-amd64 Proxmox VM

    Services: MiniDLNA | File Server (streaming and file transfers that's it.)
    System: HP Pavillion 595 | I7-8700 ( 2 vCores) | 2.1 GB Ram | 32GB VM Sys Drv | 5TB USB Media Drive | Jan 24'

  • /etc/apt/sources.list.d/docker.list

    deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bullseye stable

    Comment that line on that file with a hash or delete the file

    Code
    #deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bullseye stable


    Run and post the output IN A CODEBOX of:

    sudo omv-upgrade

  • Mater Soma I thank you, after deleteing that line the pending changes have worked, THANKS AGAIN!!!

    OMV Version: 6.9.12-3 (Shaitan) Kernel: Linux 6.1.0-0.deb11.13-amd64 Proxmox VM

    Services: MiniDLNA | File Server (streaming and file transfers that's it.)
    System: HP Pavillion 595 | I7-8700 ( 2 vCores) | 2.1 GB Ram | 32GB VM Sys Drv | 5TB USB Media Drive | Jan 24'

  • Hi Soma

    Do you also have docker.list?

    I don't and I've never had any problems.

    I have it in omvextras.list


    Code
    /etc/apt/sources.list.d# ls
    azlux.list      openmediavault-kernel-backports.list  openmediavault-os-security.list
    omvextras.list  openmediavault-local.list             openmediavault.list


    Code
    deb https://openmediavault-plugin-developers.github.io/packages/debian shaitan main
    deb https://openmediavault-plugin-developers.github.io/packages/debian shaitan-testing main
    deb [arch=amd64] https://download.docker.com/linux/debian bullseye stable

    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!!!!)

    • Offizieller Beitrag

    Do you also have docker.list?

    I don't and I've never had any problems.

    Yes, the system did. You don't because you didn't run the docker install script from Docker. You just have the entry from omv-extras. I should add code to remove the docker install script entry or not add it to the omv-extras list when it exists elsewhere.

    omv 7.1.0-2 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.5 | scripts 7.0.7


    omv-extras.org plugins source code and issue tracker - github - changelogs


    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, the system did. You don't because you didn't run the docker install script from Docker. You just have the entry from omv-extras. I should add code to remove the docker install script entry or not add it to the omv-extras list when it exists elsewhere.

    I don`t understand most of the thing you write here.


    Tell me. If I reinstall the OMV6 from scratch, will it work.

    Is the latest iso fixed/patched ?

    Code
    SHA256: 23d23f40c14bd564ce5ee26d56010155a6dfe918a43d3336a95dd174867b4261


    If it work I will install and never update again :(

    • Offizieller Beitrag

    don`t understand most of the thing you write here.


    Tell me. If I reinstall the OMV6 from scratch, will it work.

    Is the latest iso fixed/patched ?

    Yes, it will work but doesn't need to be patch. omv-extras is installing docker from the docker repo. As long as you don't install docker with the docker script, you should be ok. But you will still need to apply the grub fix

    omv 7.1.0-2 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.5 | scripts 7.0.7


    omv-extras.org plugins source code and issue tracker - github - changelogs


    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!