Giter Club home page Giter Club logo

Comments (3)

mitchellolsthoorn avatar mitchellolsthoorn commented on July 19, 2024

Hi @Dikakus,

The most important thing that jumps out at me is:
error while attempting to bind on address ('::1', 52194, 0, 0): cannot assign requested address

This could either mean that:

  • There is no permission to bind to the address (unlikely in Docker)
  • There is already something listening on that port (also unlikely in Docker)
  • It does not recognize the binding address: Maybe RPIs don't support the ipv6 local address (::1). Changing this to 127.0.0.1 could possibly work.

from docker-tribler-prod.

Dikakus avatar Dikakus commented on July 19, 2024

Hi @mitchellolsthoorn,

Thank you for your reply. I've been doing a bit of research from your clue. It was also strange to me that the address appeared in ipv6 format.

I don't know how change it to 127.0.0.1, but in the end, it worked commenting out the ipv6 addresses that were defined in /etc/host of the host machine. I have no idea how they got there.

For what it's worth, these are some changes I've had to make to the Docker file:

Modify VERSION argument:

ARG VERSION=v7.10.0

Add a line

RUN pip3 install faker sentry_sdk yappi

after install pyipv8 requirements.

I don't know why but I had a library error on launching tribler that I solved with:

CMD ["/bin/sh", "-c", "LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1 /home/tribler/tribler/src/tribler.sh"]

from docker-tribler-prod.

mitchellolsthoorn avatar mitchellolsthoorn commented on July 19, 2024

Great that you could get it to work.

We have never tested the Docker container on ARM, so it could be that the linking does not work properly on that platform. Thank you for providing instructions for other people that might want to run this configuration.

from docker-tribler-prod.

Related Issues (4)

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.