Git Product home page Git Product logo

Comments (4)

spantaleev avatar spantaleev commented on July 2, 2024

This should have not been an issue due to 3a4e58c, but.. Hmm..

from matrix-docker-ansible-deploy.

UehgxEQbFiw4Tlw8 avatar UehgxEQbFiw4Tlw8 commented on July 2, 2024

Sorry, I didn't offer a translation from German... here it is:

E:Contradictory values set for option Signed-By regarding the source https://download.docker.com/linux/debian/ bullseye: /etc/apt/trusted.gpg.d/docker.asc != /etc/apt/keyrings/docker.asc, E: The list of sources could not be read'.

from matrix-docker-ansible-deploy.

UehgxEQbFiw4Tlw8 avatar UehgxEQbFiw4Tlw8 commented on July 2, 2024

It seems I had two lines, both valid but conflicting with each other, in /etc/apt/source.list.d/docker.list.

Now with just:

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

(I've chosen the newest one, the other line as above but with /etc/apt/trusted.gpg.d/docker.asc) it seems to work till the end:

TASK [galaxy/playbook_help : Update apt cache] **************************************************************************************
changed: [mydomain.tdl]

A confirmation I guessed right would be helpful, because I'm not that keen when digging into /etc/apt/ ...
Thank you!

Best regards
M.

from matrix-docker-ansible-deploy.

spantaleev avatar spantaleev commented on July 2, 2024

3a4e58c should have removed the whole /etc/apt/source.list.d/docker.list file because it contains the old line (having /etc/apt/trusted.gpg.d/docker.asc in it).

Removing the file will make the Docker role recreate it properly and there won't be a conflict.

The playbook is not automatically detecting this faulty line and is not removing the file for you, it seems. You are reporting being on the "upgrade Synapse to v1.108.0" commit, which is newer than 3a4e58c, so I would have expected it to work. Maybe there's something special in your setup (Raspberry Pi..) and it failed to do it correctly for you.

Anyway, I'm glad to hear that the problem has been fixed for you. If it happens again (to someone else), we may revisit this issue and figure out why 3a4e58c is not doing its job correctly in some instances.

from matrix-docker-ansible-deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.