Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracker: [Couldn't resolve host name] #53

Open
checktravis opened this issue Jun 29, 2018 · 1 comment
Open

Tracker: [Couldn't resolve host name] #53

checktravis opened this issue Jun 29, 2018 · 1 comment

Comments

@checktravis
Copy link

I am seeing this error with some trackers, and I found this possible solution - adding a LimitNOFILE systemctl config setting.

Is there a way to try this with the supervisor.conf in this image?

Any other possible solutions?

@maksimkurb
Copy link

May be run container like this?
My new dockerfile:

   torrent:
      restart: always
      image: diameter/rtorrent-rutorrent
      environment:
        - GRP_ID=1234
      tty: true
+      ulimits:
+        nofile:
+          soft: 20000
+          hard: 40000
      networks:
        - web
      ports:
        - 49160:49160/udp
        - 49161:49161
      volumes:
        - /data/torrents:/downloads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants